[glibmm] 2.25.1



commit d5896a69aef6c7e96059279e43ced7fec9d4eea6
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 8 10:37:19 2010 +0200

    2.25.1

 ChangeLog    |    6 ++++++
 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5512586..a1023dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,6 +82,12 @@
 
 2010-06-01  Murray Cumming  <murrayc murrayc com>
 
+	Add missing GLIBMM_VFUNCS_ENABLED to avoid breaking existing code.
+
+	* glib/glibmmconfig.h.in: Added missing GLIBMM_VFUNCS_ENABLED.
+
+2010-06-01  Murray Cumming  <murrayc murrayc com>
+
 	Gio::Settings: Make get_has_unapplied() const.
 
 	* gio/src/settings.hg: get_has_unapplied(): Make this const.
diff --git a/NEWS b/NEWS
index e4a4d9c..ec6e800 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+2.25.1: (unstable):
+
+Glib:
+
+* Removed the --enable-api-exceptions, --enable-api-properties,
+  --enable-api-vfuncs and --enable-api-default-signal-handlers options
+  because nobody needs them any more.
+  The defines are now always defined, for backwards compatiblity.
+* Keyfile:
+  - Added get_int64, get_uint64, set_int64, set_uint64().
+  - Added load_from_dirs().
+  (José Alburquerque)
+* OptionGroup: Added set_translate_func().
+  (José Alburquerque)
+* RegEx: Added get_compile_flags(), get_match_flags().
+  (José Alburquerque)
+* TimeVal: Avoid compiler warning in TimeVal::as_double()
+  (Daniel Elstner) Bug #617463 (Alexander Shaduri)
+* Added Glib::listenv().
+  (Alex Vallée) Bug #578355.
+
+Gio:
+* DesktopAppInfo: Added get_filename().
+  (José Alburquerque)
+* Added Settings, wrapping GSettings.
+  (Jonathon Jongsmam, José Alburquerque)
+
+2.24.2 (stable):
+
+* Reference Documentation: Add main page text for index.html.
+  (David King, Murray Cumming)
+
 2.24.1:
 
 * UnixOutputStream: Fix the constructor to use the correct property name.
diff --git a/configure.ac b/configure.ac
index d996879..865f67b 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.24.1],
+AC_INIT([glibmm], [2.25.1],
         [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.7'
+glibreq='2.0 >= 2.25.8'
 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]