Author: nslater
Date: Wed Mar 17 20:54:56 2010
New Revision: 924486
URL: http://svn.apache.org/viewvc?rev=924486&view=rev
Log:
updates for NEWS, CHANGES, and acinclude.m4.in
Modified:
couchdb/branches/0.11.x/CHANGES
couchdb/branches/0.11.x/NEWS
couchdb/branches/0.11.x/acinclude.m4.in
couchdb/trunk/CHANGES
couchdb/trunk/NEWS
couchdb/trunk/acinclude.m4.in
Modified: couchdb/branches/0.11.x/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Wed Mar 17 20:54:56 2010
@@ -4,8 +4,6 @@ Apache CouchDB CHANGES
Version 0.11.0
--------------
-This version has not been released yet.
-
Security:
* Added default cookie-authentication and users database.
@@ -69,6 +67,7 @@ Futon:
Build and System Integration:
+ * Updated and improved source documentation.
* 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 during make distcheck. This included a number of
Modified: couchdb/branches/0.11.x/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Wed Mar 17 20:54:56 2010
@@ -1,7 +1,7 @@
Apache CouchDB NEWS
===================
-For details about backwards incompatible changes, please see:
+For details about backwards incompatible changes, see:
http://wiki.apache.org/couchdb/Breaking_changes
@@ -10,10 +10,6 @@ Each release section notes when backward
Version 0.11.0
--------------
-This version is a feature-freeze release candidate for Apache CouchDB 1.0.
-
-This version has not been released yet.
-
* Added support for building a Windows installer as part of 'make dist'.
* Added optional 'raw' binary collation for faster view builds where Unicode
collation is not important.
@@ -45,7 +41,7 @@ This version has not been released yet.
* Added proxy authentication handler.
* Added ability to replicate documents by id.
* Added virtual host handling.
- * Query server uses json2.js for JSON serialization compatiblity with native
JSON.
+ * Uses json2.js for JSON serialization compatiblity with native JSON.
Version 0.10.1
--------------
@@ -186,8 +182,8 @@ Version 0.3.0
* CouchDB now fully supports Unicode and locale specific collation via the ICU
library, both in the Fabric engine and computed tables.
* The `in` operator has been added to Fabric.
- * The `startdoc` query string variable specifies the starting document to use
if
- there are multiple rows with identical startkeys.
+ * The `startdoc` query string variable specifies the starting document to use
+ if there are multiple rows with identical startkeys.
* The `skip` query string variable specifies the number of rows to skip before
returning results. The `skip` value must be a positive integer. If used with
a `count` variable the skipped rows aren't counted as output.
Modified: couchdb/branches/0.11.x/acinclude.m4.in
URL:
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/acinclude.m4.in?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/branches/0.11.x/acinclude.m4.in (original)
+++ couchdb/branches/0.11.x/acinclude.m4.in Wed Mar 17 20:54:56 2010
@@ -19,8 +19,8 @@ m4_define([LOCAL_BUG_URI], [https://issu
m4_define([LOCAL_VERSION_MAJOR], [0])
m4_define([LOCAL_VERSION_MINOR], [11])
m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [b])
-m4_define([LOCAL_VERSION_RELEASE], [%release%])
+m4_define([LOCAL_VERSION_STAGE], [])
+m4_define([LOCAL_VERSION_RELEASE], [])
m4_define([LOCAL_VERSION_PRIMARY],
[LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
m4_define([LOCAL_VERSION_SECONDARY],
Modified: couchdb/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Wed Mar 17 20:54:56 2010
@@ -1,11 +1,14 @@
Apache CouchDB CHANGES
======================
-Version 0.11.0
+Version 0.12.0
--------------
This version has not been released yet.
+Version 0.11.0
+--------------
+
Security:
* Added default cookie-authentication and users database.
@@ -69,6 +72,7 @@ Futon:
Build and System Integration:
+ * Updated and improved source documentation.
* 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 during make distcheck. This included a number of
Modified: couchdb/trunk/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Wed Mar 17 20:54:56 2010
@@ -1,19 +1,20 @@
Apache CouchDB NEWS
===================
-For details about backwards incompatible changes, please see:
+For details about backwards incompatible changes, see:
http://wiki.apache.org/couchdb/Breaking_changes
Each release section notes when backwards incompatible changes have been made.
-Version 0.11.0
+Version 0.12.0
--------------
-This version is a feature-freeze release candidate for Apache CouchDB 1.0.
-
This version has not been released yet.
+Version 0.11.0
+--------------
+
* Added support for building a Windows installer as part of 'make dist'.
* Added optional 'raw' binary collation for faster view builds where Unicode
collation is not important.
@@ -44,7 +45,7 @@ This version has not been released yet.
* Added proxy authentication handler.
* Added ability to replicate documents by id.
* Added virtual host handling.
- * Query server uses json2.js for JSON serialization compatiblity with native
JSON.
+ * Uses json2.js for JSON serialization compatiblity with native JSON.
Version 0.10.1
--------------
@@ -185,8 +186,8 @@ Version 0.3.0
* CouchDB now fully supports Unicode and locale specific collation via the ICU
library, both in the Fabric engine and computed tables.
* The `in` operator has been added to Fabric.
- * The `startdoc` query string variable specifies the starting document to use
if
- there are multiple rows with identical startkeys.
+ * The `startdoc` query string variable specifies the starting document to use
+ if there are multiple rows with identical startkeys.
* The `skip` query string variable specifies the number of rows to skip before
returning results. The `skip` value must be a positive integer. If used with
a `count` variable the skipped rows aren't counted as output.
Modified: couchdb/trunk/acinclude.m4.in
URL:
http://svn.apache.org/viewvc/couchdb/trunk/acinclude.m4.in?rev=924486&r1=924485&r2=924486&view=diff
==============================================================================
--- couchdb/trunk/acinclude.m4.in (original)
+++ couchdb/trunk/acinclude.m4.in Wed Mar 17 20:54:56 2010
@@ -17,9 +17,9 @@ m4_define([LOCAL_PACKAGE_TARNAME], [apac
m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])
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_MINOR], [12])
m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [b])
+m4_define([LOCAL_VERSION_STAGE], [a])
m4_define([LOCAL_VERSION_RELEASE], [%release%])
m4_define([LOCAL_VERSION_PRIMARY],
[LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])