diff options
author | Werner Koch <[email protected]> | 2002-08-04 21:37:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-04 21:37:43 +0000 |
commit | 872ba01dfe290dc59d34db653dd2c86c4f82d5c1 (patch) | |
tree | 9c1911ee3e248adad3e0a1cebf36709629e54649 | |
parent | msgfmt updated. (diff) | |
download | gnupg-872ba01dfe290dc59d34db653dd2c86c4f82d5c1.tar.gz gnupg-872ba01dfe290dc59d34db653dd2c86c4f82d5c1.zip |
* configure.ac (ALL_LINGUAS): Added Catalan.
Prepared release.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2002-08-04 Werner Koch <[email protected]> + + Released 1.1.91. + + * configure.ac (ALL_LINGUAS): Added Catalan. + 2002-08-02 Werner Koch <[email protected]> * configure.ac: Removed all extension stuff but keep the tests for @@ -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, [email protected]) 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 |