You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2010/02/18 22:27:19 UTC

svn commit: r911593 - in /couchdb/branches/0.11.x: ./ CHANGES NEWS THANKS

Author: benoitc
Date: Thu Feb 18 21:27:18 2010
New Revision: 911593

URL: http://svn.apache.org/viewvc?rev=911593&view=rev
Log:
merge changes in CHANGES, NEWS & THANKS

Modified:
    couchdb/branches/0.11.x/   (props changed)
    couchdb/branches/0.11.x/CHANGES
    couchdb/branches/0.11.x/NEWS
    couchdb/branches/0.11.x/THANKS

Propchange: couchdb/branches/0.11.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb 18 21:27:18 2010
@@ -6,4 +6,4 @@
 /couchdb/branches/list-iterator:782292-784593
 /couchdb/branches/tail_header:775760-778477
 /couchdb/tags/0.10.0:825400
-/couchdb/trunk:909247,910054,910696,911544
+/couchdb/trunk:909247,910054,910696,910910-910911,911544,911559,911578

Modified: couchdb/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=911593&r1=911592&r2=911593&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Thu Feb 18 21:27:18 2010
@@ -11,18 +11,23 @@
  * Added default cookie-authentication and users database.
  * Added Futon user interface for user signup and login.
  * Added per-database reader access control lists.
- * Added per-database security object for configuration data in validation functions.
+ * Added per-database security object for configuration data in validation
+   functions.
+ * Added proxy authentication handler
 
 HTTP Interface
 
  * Provide Content-MD5 header support for attachments.
+ * Added URL Rewriter handler
 
 Build and System Integration
 
  * Added support for building a Windows installer as part of 'make dist'.
  * Bug fix for building couch.app's module list.
- * ETap tests are now run durring make distcheck. This included a number of updates to the build system to properly support VPATH builds.
- * Gavin McDonald setup a build-bot instance. More info can be found at http://ci.apache.org/buildbot.html
+ * ETap tests are now run during make distcheck. This included a number of
+   updates to the build system to properly support VPATH builds.
+ * Gavin McDonald setup a build-bot instance. More info can be found at
+   http://ci.apache.org/buildbot.html
 
 View Server
 
@@ -32,7 +37,9 @@
  * Improved view information objects.
  * Bug fix for partial updates during view builds.
  * Move query server to a design-doc based protocol.
- * Major refactoring of couchjs to lay the groundwork for disabling cURL support. The new HTTP interaction acts like a synchronous XHR. Example usage of the new system is in the JavaScript CLI test runner.
+ * Major refactoring of couchjs to lay the groundwork for disabling cURL
+   support. The new HTTP interaction acts like a synchronous XHR. Example usage
+   of the new system is in the JavaScript CLI test runner.
 
 Replication
 
@@ -47,7 +54,8 @@
 
 Runtime Statistics
 
- * Statistics are now calculated for a moving window instead of non-overlapping timeframes. 
+ * Statistics are now calculated for a moving window instead of non-overlapping
+   timeframes. 
  * Fixed a problem with statistics timers and system sleep.
  * Moved statistic names to a term file in the priv directory.
 

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=911593&r1=911592&r2=911593&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Thu Feb 18 21:27:18 2010
@@ -21,7 +21,8 @@
  * Bug fix for partial updates during view builds.
  * Bug fix for building couch.app's module list.
  * Fixed a problem with statistics timers and system sleep.
- * Improved the satistics calculations to use an online moving window algorithms.
+ * Improved the statistics calculations to use an online moving window
+   algorithm.
  * Adds batching of multiple updating requests, to improve throughput with many
    writers. Removed the now redundant couch_batch_save module.
  * Bug fix for premature termination of chunked responses.
@@ -37,6 +38,8 @@
  * Added default cookie-authentication and users db.
  * Added per-db reader access control lists.
  * Added per-db security object for configuration data in validation functions.
+ * Added URL Rewriter handler
+ * Added proxy authentication handler
  
 Version 0.10.1
 --------------

Modified: couchdb/branches/0.11.x/THANKS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/THANKS?rev=911593&r1=911592&r2=911593&view=diff
==============================================================================
--- couchdb/branches/0.11.x/THANKS (original)
+++ couchdb/branches/0.11.x/THANKS Thu Feb 18 21:27:18 2010
@@ -10,7 +10,6 @@
  * Sam Ruby <ru...@intertwingly.net>
  * Carlos Valiente <su...@gmail.com>
  * Till Klampaeckel <ti...@klampaeckel.de>
- * Benoit Chesneau <bc...@gmail.com>
  * Jim Lindley <we...@jimlindley.com>
  * Yoan Blanc <yo...@gmail.com>
  * Michael Gottesman <go...@reed.edu>