[glibmm] Increment version to 2.21.5



commit 911b607407a05a8fed5485fe788d94a271a03efe
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Tue Sep 8 13:22:59 2009 -0500

    Increment version to 2.21.5

 ChangeLog    |    5 +++++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ed3da8..b337c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-09-08  Jonathon Jongsma  <jonathon jongsma collabora co uk>
 
+	* NEWS: update for release
+	* configure.ac: increment version to 2.21.5
+
+2009-09-08  Jonathon Jongsma  <jonathon jongsma collabora co uk>
+
 	* gio/src/filelist.am: disable network IO stuff for now since it's
 	too close to the stable release and we don't want to have unfinished
 	API that isn't well-tested.
diff --git a/NEWS b/NEWS
index f6dc069..9d8b1fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.21.5 (unstable):
+
+    This release is a release candidate for 2.22.0.  As such, some unfinished
+    API has been disabled (notably the network IO classes that we were not able
+    to finish in time).  Also, a few documentation-related fixes.
+
+    Daniel Elstner (5):
+          Remove sigc from the Doxygen excluded symbols
+          Sanitize the Glib::Cond usage example
+          Officially deprecate GLIBMM_CHECK_PERL macro
+          Delete obsolete MAINTAINERS file
+          Implement Gio::Socket ctors using Gio::Initable
+
+    Jonathon Jongsma (2):
+          Add Network I/O classes to new documentation module
+          disable network io stuff.  punt to next release
+
+
 2.21.4.2 (unstable):
 
     This release corrects a mistake in the build setup which prevented
diff --git a/configure.ac b/configure.ac
index ba27622..f997543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.21.4.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
+AC_INIT([glibmm], [2.21.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]