diff options
author | Jan Lehnardt <jan@apache.org> | 2008-06-06 10:04:00 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-06-06 10:04:00 +0000 |
commit | 744cf97720ffb9b643b33a6a62d4f042fb23d6bc (patch) | |
tree | 68788a3779f3db078e41094dc0a8170157f69a51 | |
parent | 712830243c89a0863831ead8e983f089fd37fd42 (diff) |
merge entries for 0.7.3a (which was only a placeholder) and 0.8.0
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663876 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NEWS | 29 |
1 files changed, 12 insertions, 17 deletions
@@ -6,14 +6,23 @@ Version 0.8.0 This version is the first released under the patronage of the Apache Software Foundation Incubator. - * Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server. Re- - moved couch_httpd.ini in the process. + * Changed core licensing to the Apache License 2.0. + * Miscellaneous refactoring of the core Erlang database engine. + * Miscellaneous refactoring of the core Erlang view engine. + * Miscellaneous improvements to Futon, the web administration console. + * Miscellaneous improvements to the `couchdb` command. + * Database server can automatically respawn following a server crash. + * Database server no longer refuses to start with a stale PID file. + * System logrotate configuration provided. + * Improved handling of ICU shared libraries. + * Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server. + Removed couch_httpd.ini in the process. * Added support for incremental map/reduce view definitions. * Changed database file format. * Changed _design document syntax and view HTTP API to accommodate incremental map/reduce. * Changed format of bulk requests to reflect that they are now atomic. - * Renamed the map() function in view definitions to emit() to avoid + * Renamed the `map()` function in view definitions to `emit()` to avoid confusion. * Stripped the mime-type prefix from "Couch Query Server" entries in couch.ini. @@ -22,20 +31,6 @@ Software Foundation Incubator. See http://wiki.apache.org/couchdb/BreakingChanges for a more detailed description of the changes. -Version 0.7.3a --------------- - -This version is unreleased and only available from the source repository. - - * Changed core licensing to the Apache License 2.0. - * Miscellaneous refactoring of the core Erlang database engine. - * Miscellaneous improvements to Futon, the web administration console. - * Miscellaneous improvements to the `couchdb` command. - * Database server can automatically respawn following a server crash. - * Database server no longer refuses to start with a stale PID file. - * System logrotate configuration provided. - * Improved handling of ICU shared libraries. - Version 0.7.2 ------------- |