summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2021-05-26 10:12:27 +0200
committerBjörn Esser <besser82@fedoraproject.org>2021-05-26 10:12:27 +0200
commit83c1aadf2844e45b0b319b349370b53c7082fac9 (patch)
tree42339d7beb2524c1194395a99553afa98aa7d1c3
parent10b7749cd7d521a85be8c306c96b6b69a5cff6a6 (diff)
downloadlibxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.tar.gz
libxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.tar.bz2
libxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.zip
Bump tarball version to 4.4.22 and update NEWS.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc6e7f1..b362d8b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ libxcrypt NEWS -- history of user-visible changes.
Please send bug reports, questions and suggestions to
<https://github.com/besser82/libxcrypt/issues>.
+Version 4.4.22
+
Version 4.4.21
* The crypt_checksalt() function will now return the value
'CRYPT_SALT_METHOD_LEGACY' in case the setting, that is passed
diff --git a/configure.ac b/configure.ac
index 793b821..272dcf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
m4_include([build-aux/zw_automodern.m4])
AC_INIT([xcrypt],
- [4.4.21],
+ [4.4.22],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])