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 2012/02/22 22:54:21 UTC

git commit: Removed not released warning from NEWS and CHANGES

Updated Branches:
  refs/heads/1.2.x 13fbee4ab -> beb683387


Removed not released warning from NEWS and CHANGES


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/beb68338
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/beb68338
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/beb68338

Branch: refs/heads/1.2.x
Commit: beb6833873288f5abfe5ee4406bb3ccb887cb393
Parents: 13fbee4
Author: Noah Slater <ns...@apache.org>
Authored: Wed Feb 22 21:51:41 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Wed Feb 22 21:51:41 2012 +0000

----------------------------------------------------------------------
 CHANGES |   16 ----------------
 NEWS    |   11 -----------
 2 files changed, 0 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/beb68338/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c3d35e2..a55daf9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,6 @@ Apache CouchDB CHANGES
 Version 1.2.0
 -------------
 
-This version has not been released yet.
-
 Authentication:
 
  * Fix use of OAuth with VHosts and URL rewriting.
@@ -93,20 +91,6 @@ Futon:
  * Futon remembers view code every time it is saved, allowing to save an
    edit that amounts to a revert.
 
-Version 1.1.2
--------------
-
-This version has not been released yet.
-
-HTTP Interface:
-
-* ETag of attachment changes only when the attachment changes, not
-  the document.
-
-Replicator:
-
-* Fix pull replication of documents with many revisions.
-
 Version 1.1.1
 -------------
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/beb68338/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 279bdb0..14982d4 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,6 @@ Each release section notes when backwards incompatible changes have been made.
 Version 1.2.0
 -------------
 
-This version has not been released yet.
-
  * Updated bundled erlang_oauth library to the latest version.
  * cURL is no longer required to build CouchDB as it is only
    required by the command line JS test runner.
@@ -49,15 +47,6 @@ This version has not been released yet.
    the path requested by clients before VHosts and rewriting.
  * Fixed incorrect reduce query results when using pagination parameters.
 
-Version 1.1.2
--------------
-
-This version has not been released yet.
-
-* ETag of attachment changes only when the attachment changes, not
- the document.
-* Fix pull replication of documents with many revisions.
-
 Version 1.1.1
 -------------