summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-09-21 11:06:41 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-09-21 11:06:41 -0500
commitae2d57e6cc46efb73fc05ee9b7842f0b52133086 (patch)
tree57297e4fb7b7e0c2acd41f03b73260e1241e3d8c
parent6b8358a0889c1afe9b376dcb4ac2dd70fd03ea39 (diff)
downloadglibmm-ae2d57e6cc46efb73fc05ee9b7842f0b52133086.tar.gz
Update for 2.22.1glibmm-2.22.1
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a78dcb1..09562495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-21 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
+
+ * NEWS:
+ * configure.ac: update for 2.22.1 release
+
2009-09-21 Daniel Elstner <danielk@openismus.com>
Fix KeyFile build with exceptions disabled
diff --git a/NEWS b/NEWS
index aa946ee8..f92527b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.22.1 (stable):
+
+ This is a quick follow-on release to fix a couple minor issues discovered in
+ 2.22.0. The tarball has been re-generated with the latest mm-common to fix
+ a devhelp installation issue. There is also a build fix for when building
+ with exceptions disabled.
+
+ Daniel Elstner (1):
+ Fix KeyFile build with exceptions disabled
+
+
2.22.0 (stable):
This it he first release in the stable 2.22 series. It is essentially
diff --git a/configure.ac b/configure.ac
index 21161d43..1d6d77e6 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.22.0],
+AC_INIT([glibmm], [2.22.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])