summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-16 15:08:10 +0000
committerNoah Slater <nslater@apache.org>2008-06-16 15:08:10 +0000
commit5a8ba1a79b6887a54896f8d15b1462a28405b1df (patch)
tree88d8f79494ce8f5a6250fbca5996788a8fa451e8 /CHANGES
parent85a0f5eaa0e7114aa31d7f91539d331e6e114e77 (diff)
removed old no-portability flag to automake
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f10b4aa5..d59d5f1a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -65,14 +65,15 @@ Javascript View Server:
renamed to `emit(key, value)`.
* Fixed handling of exceptions raised by view functions.
-Build, Scripts, and System Integration:
+Packaging and System Integration:
* CouchDB 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.
- * The `couchdb` script now automatically enables SMP support in Erlang if
- available.
+ * 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.
Futon Utility Client: