You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/03/23 18:43:55 UTC

svn commit: r757467 - in /couchdb/trunk: CHANGES NEWS

Author: nslater
Date: Mon Mar 23 17:43:55 2009
New Revision: 757467

URL: http://svn.apache.org/viewvc?rev=757467&view=rev
Log:
added my changes to NEWS and CHANGES

Modified:
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=757467&r1=757466&r2=757467&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Mon Mar 23 17:43:55 2009
@@ -22,9 +22,9 @@
    option values.
  * Added a JSON "source view" for document display.
  * JSON data in view rows is now syntax highlighted.
- * Removed the use of an iframe for better integration with browser history and 
+ * Removed the use of an iframe for better integration with browser history and
    bookmarking.
- * Full database listing in the sidebar has been replaced by a short list of 
+ * Full database listing in the sidebar has been replaced by a short list of
    recent databases.
  * The view editor now allows selection of the view language if there is more
    than one configured.
@@ -37,7 +37,7 @@
 
  * Added httpd_design_handlers config section.
  * Moved _view to httpd_design_handlers.
- * Added ability to render documents as non-JSON content-types with _show and 
+ * Added ability to render documents as non-JSON content-types with _show and
    _list functions, which are also httpd_design_handlers.
 
 HTTP Interface:
@@ -52,7 +52,7 @@
  * Use stale=ok to request potentially cached view index
  * External query handler module for full-text or other indexers.
  * Etags for attachments, views, shows and lists
- * Show and list functions for rendering documents and views as developer 
+ * Show and list functions for rendering documents and views as developer
    controlled content-types.
  * Attachment names may use slashes to allow uploading of nested directories
    (useful for static web hosting).
@@ -76,12 +76,18 @@
  * Document purge functionality.
  * Ref-counting for database file handles.
 
+Build and System Integration:
+
+ * The `couchdb` script now supports system chainable configuration files.
+ * The Mac OS X daemon script now redirects STDOUT and STDERR like SysV/BSD.
+ * The build and system integration have been improved for portability.
+
 Configuration and stats system:
 
  * Separate default and local configuration files.
  * HTTP interface for configuration changes.
  * Statistics framework with HTTP query API.
- 
+
 
 Version 0.8.1-incubating
 ------------------------
@@ -116,7 +122,7 @@
  * Improve error handling for undefined values emitted by map functions.
    (COUCHDB-83)
 
-Packaging and System Integration:
+Build and System Integration:
 
  * The `couchdb` script no longer uses `awk` for configuration checks as this
    was causing portability problems.
@@ -191,7 +197,7 @@
    renamed to `emit(key, value)`.
  * Fixed handling of exceptions raised by view functions.
 
-Packaging and System Integration:
+Build and System Integration:
 
  * CouchDB can automatically respawn following a server crash.
  * Database server no longer refuses to start with a stale PID file.
@@ -199,7 +205,7 @@
  * Improved handling of ICU shared libraries.
  * The `couchdb` script now automatically enables SMP support in Erlang.
  * The `couchdb` and `couchjs` scripts have been improved for portability.
- * The build and install system has been improved for portability.
+ * The build and system integration have been improved for portability.
 
 Futon Utility Client:
 

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=757467&r1=757466&r2=757467&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Mon Mar 23 17:43:55 2009
@@ -23,6 +23,7 @@
  * External process server module.
  * Attachment uploading from Futon.
  * Etags for views, lists, shows, document and attachment requests.
+ * Miscellaneous improvements to build, system integration, and portability.
 
 Version 0.8.1-incubating
 ------------------------
@@ -40,7 +41,7 @@
  * Added support for incremental map/reduce views.
  * Changed database file format.
  * Many improvements to Futon, the web administration interface.
- * Miscellaneous improvements to system integration and portability.
+ * Miscellaneous improvements to build, system integration, and portability.
  * Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server.
  * SpiderMonkey is no longer included with CouchDB, but rather treated as an
    external dependency.