summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2006-04-28 21:11:28 +0000
committerRobert McQueen <robot101@debian.org>2006-04-28 21:11:28 +0000
commit3658482cebe5c1e356859a28584e14898923046d (patch)
tree943400d15dc1cd7e7ddb7e8ae64c984ff4ecaf15 /ChangeLog
parentb3f18b3040663fb2dd631985d5a9010ba3a31265 (diff)
2005-04-28 Robert McQueen <robot101@debian.org>
* glib/dbus-gproxy.c: Fix properties so that they can be given in any order, making it easier for people who inherit from this object.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f79c400a..396990c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-04-28 Robert McQueen <robot101@debian.org>
+ * glib/dbus-gproxy.c: Fix properties so that they can be given in
+ any order, making it easier for people who inherit from this
+ object.
+
+2005-04-28 Robert McQueen <robot101@debian.org>
+
* glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
of memory from within pointer arrays and lists. Fixes bug #6300.