[glibmm] 2.27.2



commit ffadfbaa4c52f280f01a9645a8b7683a3d1078ca
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 2 11:18:06 2010 +0100

    2.27.2

 ChangeLog    |    6 ++++--
 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e863eed..9d4691c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
+2.27.2:
+
 2010-11-01  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build with --enable-warnings=fatal
 
-	* glib/glibmm/main.[h|cc]: get_current_time(): undef G_DISABLE_DEPRECATED 
-	so this can build. Deprecate it to match the C API. Add get_time() which 
+	* glib/glibmm/main.[h|cc]: get_current_time(): undef G_DISABLE_DEPRECATED
+	so this can build. Deprecate it to match the C API. Add get_time() which
 	replaces it. However, we should replace our use of it, which seems difficult.
 
 2010-11-01  José Alburquerque  <jaalburqu svn gnome org>
diff --git a/NEWS b/NEWS
index 498ed3b..d89bd96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.27.2: (unstable):
+
+Gio:
+
+* Added ActionGroup.
+* Application: Large API changes to match the changed C API.
+* DBusConnection: Reorder the parameters in the
+	constructors and create methods so that the DBusConnection flag
+	parameter has a default value.
+* DBusProxy: Added get_cached_property().
+  (José Alburquerque)
+
+Glib:
+* Main: Add get_time(), deprecating get_current_time(), though this needs
+  more work.
+  (Murray Cumming)
+
 2.27.1: (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index ac74e36..9ba3289 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.27.1],
+AC_INIT([glibmm], [2.27.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.27.1'
+glibreq='2.0 >= 2.27.2'
 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]