summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7896521..73575d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2009-07-22 Gurer
+ * io-posix.c: send/recv now handles EAGAIN/EINTR.
+
+2009-07-21 Gurer
+ * tst-md5.c: MD5 test improved with examples from RFC1321
+ * iksroster.c: Plain text auth option patch from issue tracker.
+
+2009-07-20 Gurer
+ * tst-sax.c: Fix a va_arg bug with 64bit platforms.
+
+2009-07-18 Gurer
+ * sax.c: Fix attribute array out-of-bounds condition.
+ * iksperf.c: Fix a warning, and use size_t instead of int.
+
+2009-07-04 Gurer
+ * md5.c: use iks_malloc/free like everywhere else.
+ (reported by Vinay Deshpande)
+ * stream.c: don't leak locally processed challenge node.
+
+2009-04-02 Gurer
+ * sax.c: utf8 validation bug is fixed. Some valid utf8
+ sequences were not allowed before. Security check is moved
+ after sequence end point, so position of IKS_BADXML errors
+ are changed.
+ * tst-sax.c: test case for validation bug added.
+
+2009-03-31 Gurer
+ * Patch by Timothy Lee:
+ sax.c: Whitespace between "attr, =, value" is valid now.
+ tst-sax.c: I also added a simple test for that.
+
+2007-08-10 Gurer
+ * version bump to 1.4 after the release
+
2007-08-02 Gurer
* tst-iks.c: test for new append/prepend functions added.