diff --git a/ChangeLog b/ChangeLog index 9168b112c..17a0af15d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-18 David Shaw + + * NEWS: Note portability changes. + 2003-06-14 David Shaw * configure.ac: Check for sigset_t and struct sigaction. This is diff --git a/NEWS b/NEWS index 73115ede9..b0ebe52f1 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,11 @@ Noteworthy changes in version 1.2.3 (unreleased) * New "--gnupg" option (set by default) that disables --openpgp, and the various --pgpX emulation options. This replaces - --no-openpgp, and --no-pgpX, and also means that GnuPG has now - grown a --gnupg option to make GnuPG act like GnuPG. + --no-openpgp, and --no-pgpX, and also means that GnuPG has + finally grown a --gnupg option to make GnuPG act like GnuPG. + + * A number of portability changes to make building GnuPG on + less-common platforms easier. Noteworthy changes in version 1.2.2 (2003-05-01)