[glibmm] 2.27.91.1



commit d1467d716dd5b446950356c357831c1441671500
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 17 09:13:25 2011 +0100

    2.27.91.1

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 126fe1d..9a9627b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.27.91.1 (unstable):
+
+* gmmproc:
+  - _WRAP_CTOR(): Restore the optional extra parameter, because it 
+  is still needed by gtkmm-2.4.
+  (Murray Cumming)
+  - Added conversion from bool& to gboolean*.
+  (Chris Kühl)
+  
+* DBus::[watch|own]_name(): Add default values for parameters.
+* DBusConnection:
+  - Add a send_message() without an "out_serial" parameter.
+  - Avoid errors/exceptions in callbacks due to NULL C strings.
+  - Wrap properties and signals.
+* DBusMessage: Wrap properties and signals.
+* DBusServer: Comment out constructors because of bug #639478.
+* InetAddress: Wrap properties.
+* Variant: Make the variant_type() functions return actual types.
+* Documentation: Started a client/server example that uses the user's bus.
+
+  DBus: Add initial implementation of a bus server/client example.
+
+	* examples/Makefile.am:
+	* examples/dbus/busserver.cc: Add a partial implementation of the
+	server part of a server/client example that communicate through the
+	user's bus.
+	* examples/dbus/peer.cc: Typos.
+
 2.27.91 (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index 7adf956..830651b 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.91],
+AC_INIT([glibmm], [2.27.91.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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