summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-20 08:43:28 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-20 08:43:28 +0000
commitd9cd98b46aebaf143dc43d8563a3bff650be6a7e (patch)
tree262716219ba147a22fe7a9f658c0f794d1382e61 /ChangeLog
parent17fe513b3cc98cbb8b128a39a26563bee26105d2 (diff)
gstdoc-scangobj: Always use format strings for printf-like functions, even if they just print a string. Fixes bug #53...
Original commit message from CVS: * gstdoc-scangobj: Always use format strings for printf-like functions, even if they just print a string. Fixes bug #536981.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f508750..686d741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
+ * gstdoc-scangobj:
+ Always use format strings for printf-like functions, even if they just
+ print a string. Fixes bug #536981.
+
+2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
+
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS,