summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0f3681a..2cede481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2010-08-05 José Alburquerque <jaalburqu@svn.gnome.org>
+
+ giomm: Add SocketControlMessage, Unix[Credentials|FD]Message classes.
+
+ * gio/src/socketcontrolmessage.{ccg,hg}:
+ * gio/src/filelist.am: Add SocketControlMessage sources and mention
+ the .hg file so the sources are built.
+ * gio/src/gio_vfuncs.defs: Add virtual functions for
+ GSocketControlMessage.
+
+ * gio/src/unixcredentialsmessage.{ccg,hg}:
+ * gio/src/unixfdmessage.{ccg,hg}: Add UnixCredentialsMessage and
+ UnixFDmessage sources but don't mention them because the gio include
+ paradignm seems to be causing the C functions not to be declared upon
+ compilation.
+ * tools/extra_defs_gen/generate_defs_gio.cc: Add the
+ GUnixCredentialsMessage and the GUnixFDMessage types but commented out
+ because the types also appear not to be defined because of the gio
+ include paradigm.
+
+ * tools/m4/convert_gio.m4: Add necessary conversions.
+
2.25.3:
2010-07-30 Murray Cumming <murrayc@murrayc.com>