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 2009/09/29 02:30:44 UTC

svn commit: r819785 - in /couchdb: branches/0.10.x/CHANGES branches/0.10.x/NEWS branches/0.10.x/README branches/0.10.x/acinclude.m4.in trunk/CHANGES trunk/NEWS trunk/README

Author: nslater
Date: Tue Sep 29 00:30:43 2009
New Revision: 819785

URL: http://svn.apache.org/viewvc?rev=819785&view=rev
Log:
updated docs

Modified:
    couchdb/branches/0.10.x/CHANGES
    couchdb/branches/0.10.x/NEWS
    couchdb/branches/0.10.x/README
    couchdb/branches/0.10.x/acinclude.m4.in
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS
    couchdb/trunk/README

Modified: couchdb/branches/0.10.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/CHANGES?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/branches/0.10.x/CHANGES (original)
+++ couchdb/branches/0.10.x/CHANGES Tue Sep 29 00:30:43 2009
@@ -4,8 +4,6 @@
 Version 0.10.0
 --------------
 
-This version has not been released yet.
-
 Build and System Integration:
 
  * Changed `couchdb` script configuration options.
@@ -16,7 +14,6 @@
  * Added optional cookie-based authentication handler.
  * Added optional two-legged OAuth authentication handler.
 
-
 Version 0.9.1
 -------------
 

Modified: couchdb/branches/0.10.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/NEWS?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/branches/0.10.x/NEWS (original)
+++ couchdb/branches/0.10.x/NEWS Tue Sep 29 00:30:43 2009
@@ -10,8 +10,6 @@
 Version 0.10.0
 --------------
 
-This version has not been released yet.
-
 This release contains backwards incompatible changes, please see above for help.
 
  * Added modular configuration file directories.

Modified: couchdb/branches/0.10.x/README
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/README?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/branches/0.10.x/README (original)
+++ couchdb/branches/0.10.x/README Tue Sep 29 00:30:43 2009
@@ -1,7 +1,7 @@
 Apache CouchDB README
 =====================
 
-Apache CouchDB is alpha software and still under heavy development. Please be
+Apache CouchDB is beta software and still under heavy development. Please be
 aware that important areas such as the public API or internal database format
 may see backwards incompatible changes between versions.
 
@@ -380,14 +380,14 @@
 
   The $ERL_TOP/win32/release directory is now ready to .zip up, be packaged
   by an installer, etc.  To test it in-place, execute:
-  
+
   $ $ERL_TOP/win32/release/bin/couchdb.bat
-  
-  and everything should work fine.  
+
+  and everything should work fine.
 
 Additional Notes:
 
-Building erlang: 
+Building erlang:
 * Follow the instructions as described.  You do need openssl, but don't need
   the GUI tools.  You may like to execute:
 
@@ -406,26 +406,26 @@
 Cryptographic Software Notice
 -----------------------------
 
-   This distribution includes cryptographic software.  The country in 
-   which you currently reside may have restrictions on the import, 
-   possession, use, and/or re-export to another country, of 
-   encryption software.  BEFORE using any encryption software, please 
+   This distribution includes cryptographic software.  The country in
+   which you currently reside may have restrictions on the import,
+   possession, use, and/or re-export to another country, of
+   encryption software.  BEFORE using any encryption software, please
    check your country's laws, regulations and policies concerning the
-   import, possession, or use, and re-export of encryption software, to 
+   import, possession, or use, and re-export of encryption software, to
    see if this is permitted.  See <http://www.wassenaar.org/> for more
    information.
 
    The U.S. Government Department of Commerce, Bureau of Industry and
-   Security (BIS), has classified this software as Export Commodity 
+   Security (BIS), has classified this software as Export Commodity
    Control Number (ECCN) 5D002.C.1, which includes information security
    software using or performing cryptographic functions with asymmetric
    algorithms.  The form and manner of this Apache Software Foundation
    distribution makes it eligible for export under the License Exception
-   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
-   Export Administration Regulations, Section 740.13) for both object 
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS
+   Export Administration Regulations, Section 740.13) for both object
    code and source code.
 
    The following provides more details on the included cryptographic
    software:
-   
+
    CouchDB includes a HTTP client (ibrowse) with SSL functionality.

Modified: couchdb/branches/0.10.x/acinclude.m4.in
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/acinclude.m4.in?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/branches/0.10.x/acinclude.m4.in (original)
+++ couchdb/branches/0.10.x/acinclude.m4.in Tue Sep 29 00:30:43 2009
@@ -19,7 +19,7 @@
 m4_define([LOCAL_VERSION_MAJOR], [0])
 m4_define([LOCAL_VERSION_MINOR], [10])
 m4_define([LOCAL_VERSION_REVISION], [0])
-m4_define([LOCAL_VERSION_STAGE], [b])
+m4_define([LOCAL_VERSION_STAGE], [])
 m4_define([LOCAL_VERSION_RELEASE], [%release%])
 m4_define([LOCAL_VERSION_PRIMARY],
     [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Tue Sep 29 00:30:43 2009
@@ -1,11 +1,14 @@
 Apache CouchDB CHANGES
 ======================
 
-Version 0.10.0
+Version 0.11.0
 --------------
 
 This version has not been released yet.
 
+Version 0.10.0
+--------------
+
 Build and System Integration:
 
  * Changed `couchdb` script configuration options.
@@ -16,7 +19,6 @@
  * Added optional cookie-based authentication handler.
  * Added optional two-legged OAuth authentication handler.
 
-
 Version 0.9.1
 -------------
 

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Tue Sep 29 00:30:43 2009
@@ -7,11 +7,14 @@
 
 Each release section notes when backwards incompatible changes have been made.
 
-Version 0.10.0
+Version 0.11.0
 --------------
 
 This version has not been released yet.
 
+Version 0.10.0
+--------------
+
 This release contains backwards incompatible changes, please see above for help.
 
  * Added modular configuration file directories.

Modified: couchdb/trunk/README
URL: http://svn.apache.org/viewvc/couchdb/trunk/README?rev=819785&r1=819784&r2=819785&view=diff
==============================================================================
--- couchdb/trunk/README (original)
+++ couchdb/trunk/README Tue Sep 29 00:30:43 2009
@@ -1,7 +1,7 @@
 Apache CouchDB README
 =====================
 
-Apache CouchDB is alpha software and still under heavy development. Please be
+Apache CouchDB is beta software and still under heavy development. Please be
 aware that important areas such as the public API or internal database format
 may see backwards incompatible changes between versions.
 
@@ -380,14 +380,14 @@
 
   The $ERL_TOP/win32/release directory is now ready to .zip up, be packaged
   by an installer, etc.  To test it in-place, execute:
-  
+
   $ $ERL_TOP/win32/release/bin/couchdb.bat
-  
-  and everything should work fine.  
+
+  and everything should work fine.
 
 Additional Notes:
 
-Building erlang: 
+Building erlang:
 * Follow the instructions as described.  You do need openssl, but don't need
   the GUI tools.  You may like to execute:
 
@@ -435,26 +435,26 @@
 Cryptographic Software Notice
 -----------------------------
 
-   This distribution includes cryptographic software.  The country in 
-   which you currently reside may have restrictions on the import, 
-   possession, use, and/or re-export to another country, of 
-   encryption software.  BEFORE using any encryption software, please 
+   This distribution includes cryptographic software.  The country in
+   which you currently reside may have restrictions on the import,
+   possession, use, and/or re-export to another country, of
+   encryption software.  BEFORE using any encryption software, please
    check your country's laws, regulations and policies concerning the
-   import, possession, or use, and re-export of encryption software, to 
+   import, possession, or use, and re-export of encryption software, to
    see if this is permitted.  See <http://www.wassenaar.org/> for more
    information.
 
    The U.S. Government Department of Commerce, Bureau of Industry and
-   Security (BIS), has classified this software as Export Commodity 
+   Security (BIS), has classified this software as Export Commodity
    Control Number (ECCN) 5D002.C.1, which includes information security
    software using or performing cryptographic functions with asymmetric
    algorithms.  The form and manner of this Apache Software Foundation
    distribution makes it eligible for export under the License Exception
-   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
-   Export Administration Regulations, Section 740.13) for both object 
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS
+   Export Administration Regulations, Section 740.13) for both object
    code and source code.
 
    The following provides more details on the included cryptographic
    software:
-   
+
    CouchDB includes a HTTP client (ibrowse) with SSL functionality.