summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2022-11-18 07:20:42 +0100
committerBjörn Esser <besser82@fedoraproject.org>2022-11-18 07:20:42 +0100
commitebe12d82a643ef33a0781dda050bd3a82e9ea8ba (patch)
treea90217138f602e20f742605c55a5e25c400b4165
parentb8225f78d5fbdea51e8671ae4da402194f2da819 (diff)
downloadlibxcrypt-ebe12d82a643ef33a0781dda050bd3a82e9ea8ba.tar.gz
libxcrypt-ebe12d82a643ef33a0781dda050bd3a82e9ea8ba.tar.bz2
libxcrypt-ebe12d82a643ef33a0781dda050bd3a82e9ea8ba.zip
Bump tarball version to 4.4.33 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 3ed9f37..5bdaa90 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.33
+
Version 4.4.32
* Improvements to huge page handling in lib/alg-yescrypt-platform.c.
When explicitly using huge pages, request the 2 MiB page size.
diff --git a/configure.ac b/configure.ac
index 88c0bc4..04fafd8 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/m4/zw_automodern.m4])
AC_INIT([xcrypt],
- [4.4.32],
+ [4.4.33],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])