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 2011/05/17 14:40:50 UTC

svn commit: r1104199 - /couchdb/branches/1.1.x/NEWS

Author: nslater
Date: Tue May 17 12:40:49 2011
New Revision: 1104199

URL: http://svn.apache.org/viewvc?rev=1104199&view=rev
Log:
added note about breaking changes, and standardised notice across past releases

Modified:
    couchdb/branches/1.1.x/NEWS

Modified: couchdb/branches/1.1.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/NEWS?rev=1104199&r1=1104198&r2=1104199&view=diff
==============================================================================
--- couchdb/branches/1.1.x/NEWS (original)
+++ couchdb/branches/1.1.x/NEWS Tue May 17 12:40:49 2011
@@ -12,6 +12,8 @@ Version 1.1.0
 
 All NEWS for 1.0.2 also apply to 1.1.0.
 
+This release contains backwards incompatible changes.
+
  * Native SSL support.
  * Added support for HTTP range requests for attachments.
  * Added built-in filters for `_changes`: `_doc_ids` and `_design`.
@@ -29,7 +31,6 @@ All NEWS for 1.0.2 also apply to 1.1.0.
  * More explicit error messages when it's not possible to access a file due
    to lack of permissions.
  * Added a "change password"-feature to Futon.
-  
 
 Version 1.0.1
 -------------
@@ -168,7 +169,7 @@ Version 0.10.1
 Version 0.10.0
 --------------
 
-This release contains backwards incompatible changes, please see above for help.
+This release contains backwards incompatible changes.
 
  * General performance improvements.
  * View index generation speedups.
@@ -200,7 +201,7 @@ Version 0.9.1
 Version 0.9.0
 -------------
 
-This release contains backwards incompatible changes, please see above for help.
+This release contains backwards incompatible changes.
 
  * Modular configuration.
  * Performance enhancements for document and view access.
@@ -224,7 +225,7 @@ Version 0.8.1-incubating
 Version 0.8.0-incubating
 ------------------------
 
-This release contains backwards incompatible changes, please see above for help.
+This release contains backwards incompatible changes.
 
  * Changed core licensing to the Apache Software License 2.0.
  * Refactoring of the core view and storage engines.