aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 8dbb60211..6184c5422 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,17 @@
+2002-11-23 David Shaw <[email protected]>
+
+ * g10.c (add_notation_data): Disallow notation names that do not
+ contain a '@', unless --expert is set. This is to help prevent
+ people from polluting the (as yet unused) IETF namespace.
+
+ * main.h: Comments about default algorithms.
+
+ * photoid.c (image_type_to_string): Comments about 3-letter
+ file extensions.
+
+ * g10.c (main): Add --strict and --no-strict as no-ops to smooth
+ transition when the devel GnuPG becomes the stable one.
+
2002-11-13 Stefan Bellon <[email protected]>
* getkey.c (get_pubkey_byfprint_fast): Fixed type incompatibility,