diff options
author | Noah Slater <nslater@apache.org> | 2009-04-02 17:14:24 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-04-02 17:14:24 +0000 |
commit | 374cde243061be1fa6156350987d6ed5a6222cf3 (patch) | |
tree | 60f272894a30ee85a336076e526cb470dc0e2e70 /CHANGES | |
parent | 9b8589c8cdca49b35d99e7215ba3561752d51db6 (diff) |
combined similar sections
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@761347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -4,16 +4,6 @@ Apache CouchDB CHANGES Version 0.9.0 ------------- -Packaging and System Integration: - - * Added COUCHDB_OPTIONS to etc/default/couchdb file. - * Remove COUCHDB_INI_FILE and COUCHDB_PID_FILE from etc/default/couchdb file. - * Updated `configure.ac` to manually link `libm` for portability. - * Updated `configure.ac` to extended default library paths. - * Removed inets configuration files. - * Added command line test runner. - * Created dev target for make. - Futon Utility Client: * Added pagination to the database listing page. @@ -81,6 +71,13 @@ 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. + * Added COUCHDB_OPTIONS to etc/default/couchdb file. + * Remove COUCHDB_INI_FILE and COUCHDB_PID_FILE from etc/default/couchdb file. + * Updated `configure.ac` to manually link `libm` for portability. + * Updated `configure.ac` to extended default library paths. + * Removed inets configuration files. + * Added command line test runner. + * Created dev target for make. Configuration and stats system: |