aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 62b728a75..b7ffc151f 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,28 @@
+2003-10-30 David Shaw <[email protected]>
+
+ * misc.c (compress_algo_to_string, string_to_compress_algo,
+ check_compress_algo): Add bzip2.
+
+ * compress.c (compress_filter): Make static to help force the use
+ of push_compress_filter. Remove default algorithm setting since
+ that is done in push_compress_filter now.
+
+ * main.h: Use named algorithm.
+
+ * filter.h, compress.c (push_compress_filter,
+ push_compress_filter2): New. Figure out which is the appropriate
+ compression filter to use, and push it into place.
+
+ * compress.c (handle_compressed), encode.c (encode_simple,
+ encode_crypt), sign.c (sign_file, sign_symencrypt_file), import.c
+ (read_block), export.c (do_export): Use push_compress_filter
+ instead of pushing the compression filter ourselves.
+
+ * compress-bz2.c: New. Bzlib versions of the compression filter
+ routines.
+
+ * Makefile.am: Include compress-bz2.c if bz2lib is available.
+
2003-10-30 Werner Koch <[email protected]>
* apdu.c (close_ct_reader, close_pcsc_reader): Implemented.