1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpgsplit.c (write_part): Split off decompression code. (handle_zlib):

Move it here. (handle_bzip2): Add this to handle BZIP2 compressed
messages.
This commit is contained in:
David Shaw 2003-12-06 20:02:59 +00:00
parent acdcbd6550
commit c4ecc7bce8
2 changed files with 182 additions and 81 deletions

View file

@ -1,3 +1,9 @@
2003-12-06 David Shaw <dshaw@jabberwocky.com>
* gpgsplit.c (write_part): Split off decompression code.
(handle_zlib): Move it here.
(handle_bzip2): Add this to handle BZIP2 compressed messages.
2003-10-25 Werner Koch <wk@gnupg.org>
* Makefile.am: Replaced INTLLIBS by LIBINTL.