diff options
author | Noah Slater <nslater@apache.org> | 2009-03-23 17:43:55 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-23 17:43:55 +0000 |
commit | a7f666c090383dfa49cb30b6f8f2f7811a836a2a (patch) | |
tree | 4ccec06e52604d2ad245553fb9ddbc4623d5bd6a | |
parent | 0d315e6a89b4dedb093a52f8f8604c71605046f7 (diff) |
added my changes to NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 22 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 16 insertions, 9 deletions
@@ -22,9 +22,9 @@ Futon Utility Client: 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 @@ Design Document Resource Paths: * 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 @@ HTTP Interface: * 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 @@ Database Core: * 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 @@ JavaScript View Server: * 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 @@ JavaScript View Server: 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 @@ Packaging and System Integration: * 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: @@ -23,6 +23,7 @@ This release contains backwards incompatible changes, please see above for help. * 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 @@ This release contains backwards incompatible changes, please see above for help. * 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. |