summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-04-05 13:26:05 +0000
committerDan Winship <danw@src.gnome.org>2008-04-05 13:26:05 +0000
commitda4f55e58bfce8673dfa11e6752198af9e7606c8 (patch)
tree6a87394b2f6d3cf98f6d2e05b45affd50388c350 /ChangeLog
parent230333d817d6d42923e278ec49b6d257d59abf17 (diff)
downloadlibsoup-da4f55e58bfce8673dfa11e6752198af9e7606c8.tar.gz
Explicitly assign each of the variables to NULL, because that apparently
* libsoup/soup-method.c: Explicitly assign each of the variables to NULL, because that apparently causes the OS X linker to treat them differently than if they are left implicitly NULL. #522957. svn path=/trunk/; revision=1121
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e43f6ccd..5f368152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-05 Dan Winship <danw@gnome.org>
+
+ * libsoup/soup-method.c: Explicitly assign each of the variables
+ to NULL, because that apparently causes the OS X linker to treat
+ them differently than if they are left implicitly NULL. #522957.
+
2008-04-04 Dan Winship <danw@gnome.org>
* libsoup/soup-message.c: add a new signal "wrote-body-data" to