summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-02-17 09:46:11 +0100
committerWerner Koch <wk@gnupg.org>2021-02-17 09:46:11 +0100
commit04d5a65db57cf3107ccad13d102492f2c95010fb (patch)
tree94fc098dd82787f11a93eaf8068c8d180d476264
parent8e3cd4c4677c3b10ac6265a1b31f84c63c95cac4 (diff)
parentef3a1cbf8adb67532ca9e335c11eff634206e566 (diff)
downloadlibgcrypt-04d5a65db57cf3107ccad13d102492f2c95010fb.tar.gz
Merge branch 'LIBGCRYPT-1.9-BRANCH'
-rw-r--r--Makefile.am2
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
3 files changed, 14 insertions, 5 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..85f48fe5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-Noteworthy changes in version 1.9.2 (unreleased) [C23/A3/R_]
+Noteworthy changes in version 1.9.3 (unreleased) [C23/A3/R_]
+------------------------------------------------
+
+ * Bug fixes:
+
+
+ Release-info: https://dev.gnupg.org/T5305
+
+
+Noteworthy changes in version 1.9.2 (2021-02-17) [C23/A3/R2]
------------------------------------------------
* Bug fixes:
@@ -66,7 +75,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..61553ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ min_automake_version="1.14"
m4_define([mym4_package],[libgcrypt])
m4_define([mym4_major], [1])
m4_define([mym4_minor], [9])
-m4_define([mym4_micro], [2])
+m4_define([mym4_micro], [3])
# Below is m4 magic to extract and compute the git revision number,
# the decimalized short revision number, a beta version string and a
@@ -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)