summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-08-18 10:05:50 +0000
committerNoah Slater <nslater@apache.org>2008-08-18 10:05:50 +0000
commite9ec46d81638fae819b635e1f5baff1a3d8f167a (patch)
tree1ffe5bf3fed739b1b0e9e2eba8dd9a977c641f1a /CHANGES
parentc569e436e9c0855747dbd91e9c1c6f1512cd1ac1 (diff)
updated CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 95251c8d..0d9b3c58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ Version 0.9.0-incubating
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 @@ HTTP Interface:
* 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: