diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,5 @@ +2.27.4: + 2010-11-30 José Alburquerque <jaalburqu@svn.gnome.org> DBus[MethodInvocation|Server]: Code corrections. @@ -1,3 +1,21 @@ +2.27.4: (unstable): + +Gio: +* DBus::Address: Wrap the gio dbus address API in this namespace. +* DBusConnection: + - Add emit_signal(). + - Add call(), call_finish() and call_sync() methods. +* DBusMethodInvocationbusmethodinvocation: Remove the default constructor + because it probably will not be used (there is no create() method to + go along with it). +* DbusServer: create_sync(): Use g_dbus_server_new_sync() instead of the + constructors because the C function does more than call g_initable_new(). + (José Alburquerque) + +gmmproc: +* Improve parsing of the C documentation. + (José Alburquerque) + 2.27.3.1: (unstable): Gio: diff --git a/configure.ac b/configure.ac index 9423e609..0d054110 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.3.1], +AC_INIT([glibmm], [2.27.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) |