summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2012-03-21 13:38:58 -0700
committerRandall Leeds <randall@apache.org>2012-10-25 09:41:53 -0700
commit88c52b23282ee37b1cc3720feee596fe1b938ea4 (patch)
tree5001eb760dc52d61c6eb2b63e170e0c88dc1c24a
parent10202bfe2b5e573598b7aa1a0cd7e02de13cf2a7 (diff)
downloadcouchdb-88c52b23282ee37b1cc3720feee596fe1b938ea4.tar.gz
Update NEWS & CHANGES
-rw-r--r--CHANGES7
-rw-r--r--NEWS1
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f2b5ca91d..82f26d0cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -145,6 +145,8 @@ View Server:
configuration is matched.
* Fixed incorrect reduce query results when using pagination parameters.
* Made icu_driver work with Erlang R15B and later.
+ * Avoid invalidating view indexes when running out of file descriptors
+ (COUCHDB-1445).
OAuth:
@@ -157,6 +159,11 @@ Futon:
* Futon remembers view code every time it is saved, allowing to save an
edit that amounts to a revert.
+Log System:
+
+ * Log correct stacktrace in all cases.
+ * Improvements to log messages for file-related errors.
+
Version 1.1.2
-------------
diff --git a/NEWS b/NEWS
index 2abf0d538..62db51fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,7 @@ This release contains backwards incompatible changes.
* Fixed incorrect reduce query results when using pagination parameters.
* Made icu_driver work with Erlang R15B and later.
* Improvements to the build system and etap test suite.
+ * Improvements to log messages for file-related errors.
Version 1.1.2
-------------