[glibmm] 2.25.2



commit 9190c6a2c3352bfdd9edb574de8c0490be3905e2
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jun 18 18:01:54 2010 +0200

    2.25.2

 ChangeLog    |    2 ++
 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9697324..bc89401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.25.2:
+
 2010-06-18  Murray Cumming  <murrayc murrayc com>
 
 	Settings: Fix the build with the latest glib.
diff --git a/NEWS b/NEWS
index ec6e800..770cfc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.25.2: (unstable):
+
+Gio:
+* Settings: create*() methods:
+  Use SettingsBackend instead of string context parameters.
+  (Murray Cumming)
+
 2.25.1: (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 865f67b..a8ac82f 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.25.1],
+AC_INIT([glibmm], [2.25.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.25.8'
+glibreq='2.0 >= 2.25.9'
 GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
 test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"



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