You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2010/08/05 17:19:03 UTC

svn commit: r982658 - in /couchdb: branches/0.11.x/acinclude.m4.in branches/1.0.x/CHANGES branches/1.0.x/NEWS branches/1.0.x/acinclude.m4.in trunk/CHANGES trunk/NEWS

Author: nslater
Date: Thu Aug  5 15:19:03 2010
New Revision: 982658

URL: http://svn.apache.org/viewvc?rev=982658&view=rev
Log:
forward ported NEWS and CHANGES from 0.11.2 to 1.0.1 and trunk

Modified:
    couchdb/branches/0.11.x/acinclude.m4.in
    couchdb/branches/1.0.x/CHANGES
    couchdb/branches/1.0.x/NEWS
    couchdb/branches/1.0.x/acinclude.m4.in
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS

Modified: couchdb/branches/0.11.x/acinclude.m4.in
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/acinclude.m4.in?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/branches/0.11.x/acinclude.m4.in (original)
+++ couchdb/branches/0.11.x/acinclude.m4.in Thu Aug  5 15:19:03 2010
@@ -18,7 +18,7 @@ m4_define([LOCAL_PACKAGE_NAME], [Apache 
 m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
 m4_define([LOCAL_VERSION_MAJOR], [0])
 m4_define([LOCAL_VERSION_MINOR], [11])
-m4_define([LOCAL_VERSION_REVISION], [1])
+m4_define([LOCAL_VERSION_REVISION], [2])
 m4_define([LOCAL_VERSION_STAGE], [])
 m4_define([LOCAL_VERSION_RELEASE], [])
 m4_define([LOCAL_VERSION_PRIMARY],

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Thu Aug  5 15:19:03 2010
@@ -7,32 +7,21 @@ Version 1.0.1
 Replicator:
 
   * Added support for replication via an HTTP/HTTP proxy.
-  * Fix bug when pushing design docs by non-admins, which was hanging the 
-    replicator for no good reason.
-  * Fix bug when pulling design documents from a source that requires 
-    basic-auth.
-  * Fix pull replication of attachments from 0.11 to 1.0.x
+  * Fix pull replication of attachments from 0.11 to 1.0.x.
   * Make the _changes feed work with non-integer seqnums.
-    
+
 HTTP Interface:
 
   * Show fields saved along with _deleted=true. Allows for auditing of deletes.
-  * Better error messages on invalid URL requests.
   * More robust Accept-header detection.
 
 Authentication:
 
   * Enable basic-auth popup when required to access the server, to prevent
     people from getting locked out.
-  * User documents can now be deleted by admins or the user.
-
-Security:
 
-  * Avoid potential DOS attack by guarding all creation of atoms.
-  
 Futon:
 
-  * Add some Futon files that were missing from the Makefile.
   * User interface element for querying stale (cached) views.
 
 Version 1.0.0
@@ -56,6 +45,32 @@ View Server:
  * Faster default view collation.
  * Added option to include update_seq in view responses.
 
+Version 0.11.2
+--------------
+
+Replicator:
+
+  * Fix bug when pushing design docs by non-admins, which was hanging the
+    replicator for no good reason.
+  * Fix bug when pulling design documents from a source that requires
+    basic-auth.
+
+HTTP Interface:
+
+  * Better error messages on invalid URL requests.
+
+Authentication:
+
+  * User documents can now be deleted by admins or the user.
+
+Security:
+
+  * Avoid potential DOS attack by guarding all creation of atoms.
+
+Futon:
+
+  * Add some Futon files that were missing from the Makefile.
+
 Version 0.11.1
 --------------
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Thu Aug  5 15:19:03 2010
@@ -11,13 +11,10 @@ Version 1.0.1
 -------------
 
   * Added support for replication via an HTTP/HTTP proxy.
-  * Fixed various replicator bugs for security and interop with older CouchDB 
-    versions.
+  * Fixed various replicator bugs for interop with older CouchDB versions.
   * Show fields saved along with _deleted=true. Allows for auditing of deletes.
-  * Better error messages on invalid URL requests.
   * Enable basic-auth popup when required to access the server, to prevent
     people from getting locked out.
-  * Avoid potential DOS attack by guarding all creation of atoms.
   * User interface element for querying stale (cached) views.
 
 Version 1.0.0
@@ -31,6 +28,15 @@ Version 1.0.0
  * Faster default view collation.
  * Added option to include update_seq in view responses.
 
+Version 0.11.2
+--------------
+
+  * Replicator buxfixes for design documents and secured databases.
+  * Better error messages on invalid URL requests.
+  * User documents can now be deleted by admins or the user.
+  * Avoid potential DOS attack by guarding all creation of atoms.
+  * Some Futon and JavaScript library bugfixes.
+
 Version 0.11.1
 --------------
 

Modified: couchdb/branches/1.0.x/acinclude.m4.in
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/acinclude.m4.in?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/branches/1.0.x/acinclude.m4.in (original)
+++ couchdb/branches/1.0.x/acinclude.m4.in Thu Aug  5 15:19:03 2010
@@ -18,7 +18,7 @@ m4_define([LOCAL_PACKAGE_NAME], [Apache 
 m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
 m4_define([LOCAL_VERSION_MAJOR], [1])
 m4_define([LOCAL_VERSION_MINOR], [0])
-m4_define([LOCAL_VERSION_REVISION], [0])
+m4_define([LOCAL_VERSION_REVISION], [1])
 m4_define([LOCAL_VERSION_STAGE], [])
 m4_define([LOCAL_VERSION_RELEASE], [%release%])
 m4_define([LOCAL_VERSION_PRIMARY],

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Thu Aug  5 15:19:03 2010
@@ -6,6 +6,29 @@ Version 1.1.0
 
 This version has not been released yet.
 
+Version 1.0.1
+-------------
+
+Replicator:
+
+  * Added support for replication via an HTTP/HTTP proxy.
+  * Fix pull replication of attachments from 0.11 to 1.0.x.
+  * Make the _changes feed work with non-integer seqnums.
+
+HTTP Interface:
+
+  * Show fields saved along with _deleted=true. Allows for auditing of deletes.
+  * More robust Accept-header detection.
+
+Authentication:
+
+  * Enable basic-auth popup when required to access the server, to prevent
+    people from getting locked out.
+
+Futon:
+
+  * User interface element for querying stale (cached) views.
+
 Version 1.0.0
 -------------
 
@@ -27,6 +50,32 @@ View Server:
  * Faster default view collation.
  * Added option to include update_seq in view responses.
 
+Version 0.11.2
+--------------
+
+Replicator:
+
+  * Fix bug when pushing design docs by non-admins, which was hanging the
+    replicator for no good reason.
+  * Fix bug when pulling design documents from a source that requires
+    basic-auth.
+
+HTTP Interface:
+
+  * Better error messages on invalid URL requests.
+
+Authentication:
+
+  * User documents can now be deleted by admins or the user.
+
+Security:
+
+  * Avoid potential DOS attack by guarding all creation of atoms.
+
+Futon:
+
+  * Add some Futon files that were missing from the Makefile.
+
 Version 0.11.1
 --------------
 

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=982658&r1=982657&r2=982658&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Thu Aug  5 15:19:03 2010
@@ -12,6 +12,16 @@ Version 1.1.0
 
 This version has not been released yet.
 
+Version 1.0.1
+-------------
+
+  * Added support for replication via an HTTP/HTTP proxy.
+  * Fixed various replicator bugs for interop with older CouchDB versions.
+  * Show fields saved along with _deleted=true. Allows for auditing of deletes.
+  * Enable basic-auth popup when required to access the server, to prevent
+    people from getting locked out.
+  * User interface element for querying stale (cached) views.
+
 Version 1.0.0
 -------------
 
@@ -23,6 +33,15 @@ Version 1.0.0
  * Faster default view collation.
  * Added option to include update_seq in view responses.
 
+Version 0.11.2
+--------------
+
+  * Replicator buxfixes for design documents and secured databases.
+  * Better error messages on invalid URL requests.
+  * User documents can now be deleted by admins or the user.
+  * Avoid potential DOS attack by guarding all creation of atoms.
+  * Some Futon and JavaScript library bugfixes.
+
 Version 0.11.1
 --------------