You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/10/13 16:14:56 UTC

[4/4] git commit: Update CHANGES/NEWS/acinclude.m4.in for 1.1.1

Update CHANGES/NEWS/acinclude.m4.in for 1.1.1


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

Branch: refs/heads/1.1.x
Commit: d01047563d932c9d2c0c9c014a98bf4a83ff485a
Parents: 79fa8d7
Author: Robert Newson <rn...@apache.org>
Authored: Mon Oct 10 20:20:59 2011 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Oct 12 13:30:02 2011 +0100

----------------------------------------------------------------------
 CHANGES         |    2 --
 NEWS            |    2 --
 acinclude.m4.in |    2 +-
 3 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d0104756/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 0c619ab..ada5771 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,6 @@ Apache CouchDB CHANGES
 Version 1.1.1
 -------------
 
-This version has not been released yet.
-
 * Add configurable maximum to the number of bytes returned by _log.
 * Allow CommonJS modules to be an empty string.
 * Bump minimum Erlang version to R13B02.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d0104756/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 13e6ac5..99cc474 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,6 @@ Each release section notes when backwards incompatible changes have been made.
 Version 1.1.1
 -------------
 
-This version has not been released yet.
-
 * Add configurable maximum to the number of bytes returned by _log.
 * Allow CommonJS modules to be an empty string.
 * Bump minimum Erlang version to R13B02.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d0104756/acinclude.m4.in
----------------------------------------------------------------------
diff --git a/acinclude.m4.in b/acinclude.m4.in
index e74f633..8466b56 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -19,7 +19,7 @@ m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])
 m4_define([LOCAL_VERSION_MAJOR], [1])
 m4_define([LOCAL_VERSION_MINOR], [1])
 m4_define([LOCAL_VERSION_REVISION], [1])
-m4_define([LOCAL_VERSION_STAGE], [a])
+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])