summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-02-25 19:45:49 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-02-25 19:53:26 -0500
commita142e6316be8ce65ad5635ac01f881615b75f66f (patch)
tree238162eeb32ba9c42040dc0a67bd1b11630f0f8d /ChangeLog
parent4b4e79598664aa59af4d0cee0dd185a53d1ebda3 (diff)
downloadglibmm-a142e6316be8ce65ad5635ac01f881615b75f66f.tar.gz
glibmm: Add ByteArray.
* glib/src/bytearray.{ccg,hg}: * glib/src/filelist.am: Add the new sources for the ByteArray class that wraps GByteArray and include the sources in the build. Some of the GTls* API uses GByteArray so it is necessary to wrap it. * glib/src/glib_extra_objects.defs: Include an object definition for GByteArray to avoid a gmmproc documentation warning. * tools/m4/convert_glib.m4: Add a GByteArray conversion so the sources can be processed properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7608fa79..2dae60b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-02-25 José Alburquerque <jaalburquerque@gmail.com>
+
+ glibmm: Add ByteArray.
+
+ * glib/src/bytearray.{ccg,hg}:
+ * glib/src/filelist.am: Add the new sources for the ByteArray class
+ that wraps GByteArray and include the sources in the build. Some of
+ the GTls* API uses GByteArray so it is necessary to wrap it.
+ * glib/src/glib_extra_objects.defs: Include an object definition for
+ GByteArray to avoid a gmmproc documentation warning.
+ * tools/m4/convert_glib.m4: Add a GByteArray conversion so the sources
+ can be processed properly.
+
2013-02-25 Pavel Vasin <rat4vier@gmail.com>
AppInfo::get_all(): Fix ownerships