diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 28 |
3 files changed, 22 insertions, 17 deletions
@@ -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 @@ HTTP Interface: * Added optional cookie-based authentication handler. * Added optional two-legged OAuth authentication handler. - Version 0.9.1 ------------- @@ -7,11 +7,14 @@ For details about backwards incompatible changes, please see: 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. @@ -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 @@ Relax on your new couch: 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 @@ Tests are also available to be run individually like such: 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. |