glibmm r778 - trunk



Author: murrayc
Date: Mon Jan 19 17:36:13 2009
New Revision: 778
URL: http://svn.gnome.org/viewvc/glibmm?rev=778&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan 19 17:36:13 2009
@@ -1,3 +1,18 @@
+2.19.2 (unstable):
+
+* File: Added make_directory_with_parents() method overload with no parameter.
+  Bug #566003 (Philip Belemezov).
+* NoteTree: Do not use a non-ASCII dash character in a comment, to 
+  avoid the MSVC++ warning C4819 with Visual Studio 2008.
+  (Tao Wang) Bug #568072
+* spawn_*() functions: Added alternative API for when 
+  GLIBMM_EXCEPTIONS_ENABLED is not enabled. (Murray Cumming)
+  Bug #565487 (Jonathon Jongsma)
+* uri_*() functions: Fix memory leak.
+  (Jonathan Jongsma) Bug #566845 (Jason Kasper)
+* ustring: Add an overload which takes only a format string and no arguments 
+  to be substituted. (Daniel Elstner) Bug #506394.
+
 2.19.1 (unstable):
 
  * Fix accidental ABI breakage in 2.19.0 caused by adding default handlers for

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 19 17:36:13 2009
@@ -14,7 +14,7 @@
 
 pushdef([GLIBMM_MAJOR_VERSION],     [2])
 pushdef([GLIBMM_MINOR_VERSION],     [19])
-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]