You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/06/06 12:04:00 UTC

svn commit: r663876 - /incubator/couchdb/trunk/NEWS

Author: jan
Date: Fri Jun  6 03:04:00 2008
New Revision: 663876

URL: http://svn.apache.org/viewvc?rev=663876&view=rev
Log:
merge entries for 0.7.3a  (which was only a placeholder) and 0.8.0

Modified:
    incubator/couchdb/trunk/NEWS

Modified: incubator/couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/NEWS?rev=663876&r1=663875&r2=663876&view=diff
==============================================================================
--- incubator/couchdb/trunk/NEWS (original)
+++ incubator/couchdb/trunk/NEWS Fri Jun  6 03:04:00 2008
@@ -6,14 +6,23 @@
 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 @@
 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
 -------------