diff options
author | Michael Kruglos <space3000@gmail.com> | 2012-11-14 00:32:45 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2013-05-07 12:04:28 +0200 |
commit | f485de5dff5ae69eb724b05474cd3659344375e4 (patch) | |
tree | a737410e8b204e476268364d493205812f3f84af /ChangeLog | |
parent | ac21511f5308e92277095cab923a00b2839b012e (diff) | |
download | glibmm-f485de5dff5ae69eb724b05474cd3659344375e4.tar.gz |
glibmm: Wrapped Base64 functionality from glib
encoding and decoding are wrapped.
step by step and in-place decoding are not wrapped.
(they're too low level for C++, and they're available from the C library.)
Bug #611589.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2013-05-07 Michael Kruglos <space3000@gmail.com> + + glibmm: Wrapped Base64 functionality from glib. + + glib/encoding and decoding are wrapped. + step by step and in-place decoding are not wrapped. + (they're too low level for C++, and they're available from the C library.) + + Bug #611589. + 2013-04-29 José Alburquerque <jaalburquerque@gmail.com> gmmproc: Output.pm: Use a better name for the c param mappings hash. |