[glibmm] 2.27.1



commit 7cec3a888e4d92f3cce06c36491cfe1bce1dec52
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 26 09:34:25 2010 +0200

    2.27.1

 ChangeLog    |    4 +++-
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6056e1d..fa4ea7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.1:
+
 2010-10-26  José Alburquerque  <jaalburqu svn gnome org>
 
 	DBusProxy: Wrap call(), call_finish() and call_sync() methods.
@@ -19,7 +21,7 @@
 
 2010-10-26  José Alburquerque  <jaalburqu svn gnome org>
 
-	DBusProxy: Wrap properites and signals.
+	DBusProxy: Wrap properties and signals.
 
 	* tools/extra_defs_gen/generate_defs_gio.cc: Add a new section for
 	DBus types and add the GDBusProxy type to the gio extra defs
diff --git a/NEWS b/NEWS
index 42aa943..498ed3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.27.1: (unstable):
+
+Gio:
+* AsyncInitable: Add create_finish().
+* DBusProxy:
+  -  Add call(), call_finish() and call_sync() methods.
+  - Add properties and signals.
+  (José Alburquerque)
+* Variant: create methods: Remove the floating reference of the GVariants,
+  correcting our memory management.
+
+Glib:
+* Added get_system_data_dirs() and get_system_config_dirs().
+  (Murray Cumming)
+* Build: Fix a Windows build problem caused by the removal of the optional-API
+  ifdefs.
+  (José Alburquerque)
+
 2.27.0: (unstable):
 
 * Depend on glib 2.27.x.
diff --git a/configure.ac b/configure.ac
index 3cb4d14..ac74e36 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.0],
+AC_INIT([glibmm], [2.27.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.27.0'
+glibreq='2.0 >= 2.27.1'
 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]