diff --git a/ChangeLog b/ChangeLog index b14febd69..b9034fffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-04 Werner Koch + + Released 1.1.91. + + * configure.ac (ALL_LINGUAS): Added Catalan. + 2002-08-02 Werner Koch * configure.ac: Removed all extension stuff but keep the tests for diff --git a/NEWS b/NEWS index 20b4e11dc..8feb71f8e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.1.91 +Noteworthy changes in version 1.1.91 (2002-08-04) ------------------------------------------------- * All modules are now linked statically; the --load-extension diff --git a/configure.ac b/configure.ac index 546859026..05eb92d5a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PREREQ(2.52) AC_INIT(gnupg, 1.1.91, bug-gnupg@gnu.org) development_version=yes -ALL_LINGUAS="cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr" +ALL_LINGUAS="ca cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr" PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION