diff options
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r-- | jnlib/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index 0db89e3c4..bb2d06574 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,25 @@ +2007-06-06 Werner Koch <[email protected]> + + * w32help.h: New. + * w32-gettext.c: New. Taken from gnupg 1.4, added ngettext, + changed to use jnlib malloc functions and put under the LGPL. + * w32-reg.c: New. Taken from../common/w32reg.c and changed to + LGPL. Changed API to use the jnlib malloc functions. + * Makefile.am (libjnlib_a_SOURCES) [!W32]: Do not build the w32 + specific modules. + + * dotlock.c: Include stringhelp.h for stpcpy prototype. + +2007-06-04 Werner Koch <[email protected]> + + * dynload.h: New. Taken from ../common and changed to LGPL. + + * utf8conv.c (load_libiconv): New. Taken from GnuPG 1.4 + +2007-05-30 Werner Koch <[email protected]> + + * w32-pth.h, w32-pth.c: Remove. + 2007-04-25 Werner Koch <[email protected]> * argparse.c (long_opt_strlen): Fixed for utf-8. |