summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2009-03-23 17:22:44 +0000
committerMurray Cumming <murrayc@src.gnome.org>2009-03-23 17:22:44 +0000
commit9d720c0e2289fe8b03a29f96943f5c56af6cebea (patch)
treea565226a7223ca005a1c8496b7afa8ffb27ed12f
parente460eee777e84722f76d46a9823ed1a0afd72c63 (diff)
downloadglibmm-9d720c0e2289fe8b03a29f96943f5c56af6cebea.tar.gz
Increased version.
svn path=/branches/glibmm-2-18/; revision=804
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb06d0f..e8c08846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.18.2:
+
2009-03-23 Daniel Elstner <danielk@openismus.com>
* glib/src/keyfile.{ccg,hg}: Conditionalize all exception-handling
@@ -73,6 +75,8 @@
* glib/src/nodetree.hg: Fix -Wshadow warnings. Bug #555743.
+2.18.1:
+
2008-10-20 Jonathon Jongsma <jonathon@quotidian.org>
* NEWS:
diff --git a/NEWS b/NEWS
index d778beb4..397e9c7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.18.2 (stable):
+
+ * uri_*(): Fix a memory leak. (Jonathon Jongsma) Bug #566845 (Jason Kasper)
+ * gmmproc:
+ - CLASS_GOBJECT(): Added _CUSTOM_CTOR_CAST for classes that need to
+ include custom code in their cast and construct_params constructors as
+ already seen in _CLASS_GTKOBJECT. Bug #574861.
+ - enum handling of unusually-capitalized names: For example,
+ gtk_foo_bar_get_type() instead of gtk_fo_obar_get_type(). Bug #575870.
+ (José Alburquerque)
+ * Build:
+ - Fix the build with --disable-api-exceptions. (Daniel Elstner)
+ - Fix -Wshadow warnings in NodeTree. (Hubert Figuiere) Bug #555743
+ - Fix ununused variables warnings. (Hubert Figuiere) Bug #562716
+ - Use single glib includes. (Przemysław Grzegorczyk) Bug #563987
+ - Do not use a non-ASCII dash character, to avoid the MSVC++ warning C4819.
+ (Tao Wang) Bug #568072
+
2.18.1 (stable):
* Many windows build improvements
diff --git a/configure.in b/configure.in
index 9741d2b3..2e2dfde0 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [18])
-pushdef([GLIBMM_MICRO_VERSION], [1])
+pushdef([GLIBMM_MICRO_VERSION], [2])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)