summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-11-30 10:32:17 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-11-30 10:32:17 +0100
commit6a234cc4da7927c04b42799cd4187428b79c3cf2 (patch)
treeec767d680942ab0ec272410d373e2af3763acdcb
parent49e391e3770be0b071691cea2fc8b4a66c14420c (diff)
downloadglibmm-6a234cc4da7927c04b42799cd4187428b79c3cf2.tar.gz
2.27.42.27.4
-rw-r--r--ChangeLog2
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7369a935..45ab5352 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 68d50762..1749f27c 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 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])