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 2008/08/18 12:05:50 UTC

svn commit: r686718 - /incubator/couchdb/trunk/CHANGES

Author: nslater
Date: Mon Aug 18 03:05:50 2008
New Revision: 686718

URL: http://svn.apache.org/viewvc?rev=686718&view=rev
Log:
updated CHANGES

Modified:
    incubator/couchdb/trunk/CHANGES

Modified: incubator/couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/CHANGES?rev=686718&r1=686717&r2=686718&view=diff
==============================================================================
--- incubator/couchdb/trunk/CHANGES (original)
+++ incubator/couchdb/trunk/CHANGES Mon Aug 18 03:05:50 2008
@@ -6,7 +6,7 @@
 
 Packaging and System Integration:
 
- * Updated `configure.ac` to manually linked `libm` for portability.
+ * Updated `configure.ac` to manually link `libm` for portability.
  * Updated `configure.ac` to extended default library paths.
  * Removed inets configuration files.
 
@@ -32,7 +32,7 @@
  * Fix for connections not getting closed after rejecting a chunked request.
    (COUCHDB-55)
  * CouchDB can now be bound to IPv6 addresses.
- * The HTTP Server header now contains the versions of CouchDB and Erlang.
+ * The HTTP `Server` header now contains the versions of CouchDB and Erlang.
 
 Javascript View Server: