[glibmm] 2.27.91



commit 2bb1f3afd56ba8a4ebab477eab87716419cb6bba
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 12 14:49:05 2011 +0100

    2.27.91

 ChangeLog    |    2 ++
 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index edc2775..b0e4cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.91:
+
 2011-01-11  José Alburquerque  <jaalburqu svn gnome org>
 
 	DBusConnection: call*() methods: Re-order bus_name parameter.
diff --git a/NEWS b/NEWS
index 198afa2..126fe1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+2.27.91 (unstable):
+
+Gio:
+* BufferedInputStream, BufferedOutputStream: Fix create_sized().
+	(Murray Cumming) Bug #638616 (Michael Edwards)
+* DBus: Use std::string for addresses since they could be a file path.
+  Use std::string instead of Glib::ustring for address parameters just to avoid 
+  possible errors since DBus address could be a filename path as the "Addresses"
+	section of the DBus introduction seems to imply:
+	http://www.freedesktop.org/wiki/IntroductionToDBus.
+* DBus: Use std::string instead of Glib::ustring for guid's since std::string's 
+  API is probably adequate enough for their use.
+  (José Alburquerque) 
+* DBusConnection:
+  - call*() methods: Re-order parameters.
+  - Callbacks: Check for NULL GError** parameters and throw exceptions to the 
+  caller.
+  - Add [register|unregister]_subtree() methods.
+  - Fix crashes caused by inappropriate use of reinterpret_cast<>.
+  (José Alburquerque) Bug #637587 (Yannick Guesnet)
+* DBusConnectionInvocation: reference-counting fixes.
+  (Murray Cumming)
+* DBusIntrospection: Fix some reference counting.
+* DBusServer:
+  - Added create() methods.
+  - CCorrect the type of the "active" property.
+* SocketService, ThreadedSocketService: Correct ref-counting for signals.
+* Improvements to the DBus examples.
+  (José Alburquerque)
+  
+Tools: 
+* gmmproc: Warn about unwrapped properties.
+  (Krzesimir Nowak)
+* Added defs_fixer.pl, which fixes some generated .defs by applying a specified 
+  override file. This should be easier than using a patch.
+  (Krzesimir Nowak)
+
+
 2.27.5.1: (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 9171f0b..7adf956 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.5.1],
+AC_INIT([glibmm], [2.27.91],
         [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.5'
+glibreq='2.0 >= 2.27.91'
 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]