summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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: