summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 4806be99..37799b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,17 +82,6 @@
rename delete to remove, because the sync vesion would be
delete(), which uses a C++ keyword.
-2012-09-16 Murray Cumming <murrayc@murrayc.com>
-
- Gio::DBus::Connection: Add
-
- * gio/src/dbusconnection.[hg|ccg]: Add call(), call_with_unix_fd_finish(),
- and call_finishcall_sync() method overloads that wrap
- g_dbus_connection_call_with_unix_fd_list(),
- g_dbus_connection_call_with_unix_fd_list_finish() and
- g_dbus_connection_call_with_unix_fd_list_sync()
- * tools/m4/convert_gio.m4: Add a necessary conversion.
-
2012-09-15 Murray Cumming <murrayc@murrayc.com>
Simplified lots of code by using the {?} _WRAP_METHOD() syntax.