summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-17 09:13:09 +0100
committerWerner Koch <wk@gnupg.org>2021-02-17 09:13:09 +0100
commit24bd7e8215f7982b0c8db46fd87b47b370a52ec6 (patch)
tree64d1c087e92b64b91308897a1f179df8ffbb42f1
parent30d1f9dab234136a3be2f2cb3aa8ef9045417445 (diff)
downloadlibgcrypt-1.9.2.tar.gz
Release 1.9.2libgcrypt-1.9.2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bba2c83..0c622b0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,7 @@ sign-release:
cat "../$(RELEASE_NAME).buildlog" swdb.snippet \
| gzip >$(RELEASE_NAME).buildlog ;\
echo "Copying to archive $$myarchive ..." ;\
- scp -vp $${files1} $${files2} $${myarchive}/ || true;\
+ scp -p $${files1} $${files2} $${myarchive}/ || true;\
echo '/*' ;\
echo ' * All done; for checksums see dist/swdb.snippet' ;\
echo ' */' ;\
diff --git a/NEWS b/NEWS
index d6d63398..69ab0743 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.9.2 (unreleased) [C23/A3/R_]
+Noteworthy changes in version 1.9.2 (2021-02-17) [C23/A3/R2]
------------------------------------------------
* Bug fixes:
@@ -66,7 +66,7 @@ Noteworthy changes in version 1.9.1 (2021-01-29) [C23/A3/R1]
- Add optimized cipher and hash functions for s390x/zSeries.
- - Use hardware bit counting functionx when available.
+ - Use hardware bit counting functions when available.
* Internal changes:
diff --git a/configure.ac b/configure.ac
index 62d4d89b..e6104d5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=23
LIBGCRYPT_LT_AGE=3
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_REVISION=2
################################################
AC_SUBST(LIBGCRYPT_LT_CURRENT)