aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-30 08:10:23 +0000
committerDavid Robillard <d@drobilla.net>2011-12-30 08:10:23 +0000
commit847e56d9e696b813d1cdf3da6d54df5e7b389eae (patch)
treec4492906739264f39a3cdd9a0cacc3c6a4d908c7 /ChangeLog
parente0f18e34021004a19709f0c627db51af1a27afcf (diff)
downloadserd-847e56d9e696b813d1cdf3da6d54df5e7b389eae.tar.gz
serd-847e56d9e696b813d1cdf3da6d54df5e7b389eae.tar.bz2
serd-847e56d9e696b813d1cdf3da6d54df5e7b389eae.zip
Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary
data via base64 encoding. git-svn-id: http://svn.drobilla.net/serd/trunk@280 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ecbd880..21f0b63d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ serd (UNRELEASED) unstable; urgency=low
* Improve URI resolution to cover most of the abnormal cases from RFC3986
* Support file://localhost/foo URIs in serd_uri_to_path()
* Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms
+ * Add serd_node_new_blob and serd_base64_decode for handling arbitrary
+ binary data via base64 encoding.
-- David Robillard <d@drobilla.net> (UNRELEASED)