summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-05 23:49:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-05 23:49:51 +0000
commitce231ac3f456d2e92730d344cda1578eaf1d8add (patch)
treead227ae870e2ce38beae910b159de41f79e7d842 /doc
parent5946e302829ff1ebd4905dbf2fa8021ed24cbedc (diff)
downloadiconv-ce231ac3f456d2e92730d344cda1578eaf1d8add.tar.gz
iconv-ce231ac3f456d2e92730d344cda1578eaf1d8add.tar.bz2
Improve error reporting from iconv_eightbit_new. This means we correctly return EINVAL if we can't find a mapping table, rather than assuming ENOMEM.
Bump version number while we're at it. svn path=/trunk/iconv/; revision=5962
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 597187e..b936a50 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -97,4 +97,9 @@ Iconv Changelog
- Fix handling of illegal UTF-8 byte sequences
- Fix handling of incomplete multibyte input sequences.
+0.11 XX-XXX-2009
+----------------
+
+ - Detect missing mapping file when using 8bit codecs. This prevents spurious
+ memory exhaustion errors.