1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Added iconv support and doc cleanups.

This commit is contained in:
Werner Koch 2006-09-22 18:15:18 +00:00
parent c9f8a69f0f
commit 2db8df0ba3
12 changed files with 487 additions and 480 deletions

View file

@ -1,3 +1,9 @@
2006-09-22 Werner Koch <wk@g10code.com>
* utf8conv.c: Reworked to match the gnupg 1.4.5 code. This now
requires iconv support but this is reasonable for all modern
systems.
2006-08-29 Werner Koch <wk@g10code.com>
* logging.c (do_logv): Emit a missing LF for fatal errors.