From 029b8f1ac3eb478ae8cded00d64ac9e916116f13 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Fri, 6 Jun 2008 11:27:38 +0000 Subject: minor aesthetic tweeks to NEWS git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663898 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index bf72b01f..d4ac325f 100644 --- a/NEWS +++ b/NEWS @@ -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 ------------- -- cgit v1.2.3