[atkmm] 2.22.3



commit 29af8d4ef65053080aa7f69ab7238b4ac0fef444
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 23 15:39:05 2011 +0100

    2.22.3

 ChangeLog    |   16 ++++++++++------
 NEWS         |    8 ++++++--
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f339694..7e740a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2.22.3:
+
+Just a tarball regeneration due to a changed m4 macro in mm-common.
+
 2.22.2:
 
 2011-01-07  Murray Cumming  <murrayc murrayc com>
@@ -5,10 +9,10 @@
 	Allow other modules to use the m4 files.
 
 	* codegen/Makefile.am: Install the m4 files, like gtkmm installs its files.
-	* atk/atkmm.pc.in: Add the gmmproc4mdir variable so that other modules such 
-	as gtkmm and cluttermm can get the path to the m4 file, to avoid 
+	* atk/atkmm.pc.in: Add the gmmproc4mdir variable so that other modules such
+	as gtkmm and cluttermm can get the path to the m4 file, to avoid
 	duplicating its contents.
-	
+
 2011-01-07  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build with --enable-warnings=fatal.
@@ -22,10 +26,10 @@
 
 	Add and distribute COPYING.tools containing the GPL.
 
-	* COPYING.tools: This is necessary because the MSVC gendef.cc tool sources 
-	are under the GPL, not LGPL. They don't affect the licensing of the library 
+	* COPYING.tools: This is necessary because the MSVC gendef.cc tool sources
+	are under the GPL, not LGPL. They don't affect the licensing of the library
 	itself.
-	
+
 2010-10-01  Armin Burgmeier  <armin arbur net>
 
 	* MSVC_Net2005/atkmm.sln:
diff --git a/NEWS b/NEWS
index 572e426..315bc2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,17 @@
+atkmm 2.22.3 (stable):
+
+Just a tarball regeneration due to a changed m4 macro in mm-common.
+
 atkmm 2.22.2 (stable):
 
 * Install m4 files needed by recent versions of gtkmm when building from git.
 
 atkmm 2.22.1 (stable):
 
-* Distribute the GPL in the tarball, in addition to the LGPL, because the 
+* Distribute the GPL in the tarball, in addition to the LGPL, because the
   Windows build uses a GPL builder tool.
   (Murray Cumming. Thanks to Krzysztof Klimonda)
-  
+
 atkmm 2.22.0 (stable)
 
 * Just increased version to show that it's an API/ABI-stable release.
diff --git a/configure.ac b/configure.ac
index e1a31ec..1ba1168 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # pkg-config name as before and is meant to be binary compatible.  Thus for the
 # time being, the version number cannot be brought in line with ATK, since that
 # would break compatibility.
-AC_INIT([atkmm], [2.22.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.22.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 



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