You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2011/04/28 01:49:20 UTC

svn commit: r1097285 - in /couchdb/branches/1.0.x: CHANGES NEWS

Author: davisp
Date: Wed Apr 27 23:49:20 2011
New Revision: 1097285

URL: http://svn.apache.org/viewvc?rev=1097285&view=rev
Log:
Updates to the NEWS and CHANGES before 1.0.3 release.


Modified:
    couchdb/branches/1.0.x/CHANGES
    couchdb/branches/1.0.x/NEWS

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=1097285&r1=1097284&r2=1097285&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Wed Apr 27 23:49:20 2011
@@ -16,6 +16,7 @@ HTTP Interface:
  * Fix bug that allows invalid UTF-8 after valid escapes.
  * The query parameter `include_docs` now honors the parameter `conflicts`.
    This applies to queries against map views, _all_docs and _changes.
+ * Added support for inclusive_end with reduce views.
 
 Storage System:
 
@@ -28,6 +29,7 @@ Replicator:
  * Fixed for crashes in continuous and filtered changes feeds.
  * Fixed error when restarting replications in OTP R14B02.
  * Upgrade ibrowse to version 2.2.0.
+ * Fixed bug when using a filter and a limit of 1.
 
 Security:
 
@@ -38,6 +40,11 @@ Futon:
 
  * Made compatible with jQuery 1.5.x.
 
+Etap Test Suite:
+
+ * Etap tests no longer require use of port 5984. They now use a randomly
+   selected port so they won't clash with a running CouchDB.
+
 Version 1.0.2
 -------------
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=1097285&r1=1097284&r2=1097285&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Wed Apr 27 23:49:20 2011
@@ -17,11 +17,15 @@ Note: This version has not been released
  * Fix bug that allows invalid UTF-8 after valid escapes.
  * Enabled replication over IPv6.
  * Fixed for crashes in continuous and filtered changes feeds.
+ * Changes feeds now honor conflicts=true parameter.
  * Fixed error when restarting replications in OTP R14B02.
+ * Fixed error with filter replication with a limit of 1.
  * Upgrade ibrowse to version 2.2.0.
  * Fixed OAuth signature computation in OTP R14B02.
  * Handle passwords with : in them.
  * Made compatible with jQuery 1.5.x.
+ * Added support for inclusive_end wiht reduce views.
+ * Etap tests no longer require use of port 5984.
 
 Version 1.0.2
 -------------