[glibmm] 2.27.4



commit 6a234cc4da7927c04b42799cd4187428b79c3cf2
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 30 10:32:17 2010 +0100

    2.27.4

 ChangeLog    |    2 ++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7369a93..45ab535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.4:
+
 2010-11-30  José Alburquerque  <jaalburqu svn gnome org>
 
 	DBus[MethodInvocation|Server]: Code corrections.
diff --git a/NEWS b/NEWS
index 68d5076..1749f27 100644
--- a/NEWS
+++ b/NEWS
@@ -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 9423e60..0d05411 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])



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