diff options
author | Noah Slater <nslater@apache.org> | 2008-06-06 11:27:38 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-06 11:27:38 +0000 |
commit | 029b8f1ac3eb478ae8cded00d64ac9e916116f13 (patch) | |
tree | 42d76095b77d66ae83d006f1d8d101da53756d39 | |
parent | 744cf97720ffb9b643b33a6a62d4f042fb23d6bc (diff) |
minor aesthetic tweeks to NEWS
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663898 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NEWS | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -3,9 +3,8 @@ Apache CouchDB NEWS Version 0.8.0 ------------- -This version is the first released under the patronage of the Apache -Software Foundation Incubator. + * Released under the patronage of the Apache Software Foundation Incubator. * 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. @@ -16,21 +15,15 @@ Software Foundation Incubator. * 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. + * Removed the couch_httpd.ini configuration file. * 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 _design document syntax and view API to for 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 - confusion. - * Stripped the mime-type prefix from "Couch Query Server" entries in - couch.ini. + * 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. * Added bits of awesome. -See http://wiki.apache.org/couchdb/BreakingChanges for a more detailed -description of the changes. - Version 0.7.2 ------------- |