diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 1657ae0be..4e385e109 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,15 @@ +2006-09-27 Werner Koch <[email protected]> + + * util.h: Do not include strsep.h and strpbrk.h. + (isascii): Removed as it is now in jnlib. + + * iobuf.c (pop_filter, underflow, iobuf_close): Free the unget + buffer. + +2006-09-27 Florian Weimer <[email protected]> (wk) + + * iobuf.c (iobuf_unread): New. + 2006-09-22 Werner Koch <[email protected]> * i18n.h: Changed license to an all permissive one. |