diff options
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -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 7adf9567..830651bf 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]) |