summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-01-13 19:59:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-13 19:59:32 +0000
commitc8dd07333a29cc05a2f1536e8d71221ce831474b (patch)
tree119909df63530667f85d1013ac19b69eb161c514 /ChangeLog
parent0f35c33ecf4cfc4c7e91727d6395741f95b7ca7c (diff)
downloadglib-c8dd07333a29cc05a2f1536e8d71221ce831474b.tar.gz
Bug 564728 Add function to decode base64 encoded data in place
2009-01-13 Matthias Clasen <mclasen@redhat.com> Bug 564728 Add function to decode base64 encoded data in place * glib/glib.symbols: * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience API to decode in place, overwriting the input string. Patch by Sebastian Dröge. svn path=/trunk/; revision=7807
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c350ced7d..61e6532a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-13 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 564728 Add function to decode base64 encoded data in place
+
+ * glib/glib.symbols:
+ * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
+ API to decode in place, overwriting the input string. Patch by
+ Sebastian Dröge.
+
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.c (g_strcmp0): Be more explicit about the NULL