diff --git a/ChangeLog b/ChangeLog index 3abbbaa14..5e824d610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-25 David Shaw + + * NEWS: Add notes about notation names and '@', the "--trust-model + always" option, and non-optimized memory wiping. + 2002-11-09 Werner Koch * configure.ac: Check for ctermid(). diff --git a/NEWS b/NEWS index 6e0cb5679..1d41b8fa2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ Noteworthy changes in version 1.2.2 (unreleased) ------------------------------------------------ + * Notation names that do not contain a '@' are no longer allowed + unless --expert is set. This is to help prevent pollution of + the (as yet unused) IETF notation namespace. + + * A "--trust-model always" option has been added to smooth the + transition to a future GnuPG that has multiple trust models. + This is identical to the current "--always-trust" option. + + * Care is taken to prevent compiler optimization from removing + memory wiping code. + + Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------