From 43776b676961ec093556fa5693298463ecee2ff5 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 5 Jun 2008 22:04:37 +0000 Subject: update news in preparation for 0.8.0 git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663759 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 165ac66f..e566d0a2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,27 @@ Apache CouchDB NEWS =================== +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. + * 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 + 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.3a -------------- -- cgit v1.2.3