glibmm r804 - branches/glibmm-2-18
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r804 - branches/glibmm-2-18
- Date: Mon, 23 Mar 2009 17:22:45 +0000 (UTC)
Author: murrayc
Date: Mon Mar 23 17:22:44 2009
New Revision: 804
URL: http://svn.gnome.org/viewvc/glibmm?rev=804&view=rev
Log:
Increased version.
Modified:
branches/glibmm-2-18/ChangeLog
branches/glibmm-2-18/NEWS
branches/glibmm-2-18/configure.in
Modified: branches/glibmm-2-18/NEWS
==============================================================================
--- branches/glibmm-2-18/NEWS (original)
+++ branches/glibmm-2-18/NEWS Mon Mar 23 17:22:44 2009
@@ -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
Modified: branches/glibmm-2-18/configure.in
==============================================================================
--- branches/glibmm-2-18/configure.in (original)
+++ branches/glibmm-2-18/configure.in Mon Mar 23 17:22:44 2009
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]