]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Release 3.3 release/3.3
authorRuss Allbery <eagle@eyrie.org>
Tue, 26 Dec 2023 02:32:01 +0000 (18:32 -0800)
committerRuss Allbery <eagle@eyrie.org>
Tue, 26 Dec 2023 02:40:48 +0000 (18:40 -0800)
Add portable/reallocarray to the list of tests.

Makefile.am
NEWS
configure.ac
tests/TESTS

index c3419ec10f7c0f714db505c74173dd2b42dcb2ed..128938783408fb14f1e0ad08a3f4ac253e921a62 100644 (file)
@@ -11,10 +11,11 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = .clang-format .github .gitignore README.md LICENSE bootstrap   \
        ci/README ci/install ci/test cracklib/HISTORY cracklib/LICENCE      \
        cracklib/README cracklib/genrules.pl cracklib/mkdict                \
-       docs/krb5-strength.5.in docs/krb5-strength.pod docs/metadata        \
-       tests/README tests/TESTS tests/data/cppcheck.supp                   \
-       tests/data/krb5.conf tests/data/make-krb5-conf tests/data/passwords \
-       tests/data/perl.conf tests/data/perlcriticrc tests/data/perltidyrc  \
+       docs/docknot.yaml docs/krb5-strength.5.in docs/krb5-strength.pod    \
+       krb5-strength.spec tests/README tests/TESTS                         \
+       tests/data/cppcheck.supp tests/data/krb5.conf                       \
+       tests/data/make-krb5-conf tests/data/passwords tests/data/perl.conf \
+       tests/data/perlcriticrc tests/data/perltidyrc                       \
        tests/data/valgrind.supp tests/data/wordlist                        \
        tests/data/wordlist.cdb tests/data/wordlist.sqlite                  \
        tests/docs/pod-spelling-t tests/docs/pod-t                          \
diff --git a/NEWS b/NEWS
index 4c7408ea7036d0bf7ac9bedba4f0a253396d82b2..c127ce141485ce2272a53bace3f2dc9b7a58b0f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                     User-Visible krb5-strength Changes
 
-krb5-strength 3.3 (unreleased)
+krb5-strength 3.3 (2023-12-25)
 
     heimdal-history now requires the Perl modules Const::Fast and
     JSON::MaybeXS instead of Readonly and JSON.
index 323d444f6426fa2d3cb9fd0332499628f94f2660..2670a2d4a8f4a6599a399551805ed4be904e5b7f 100644 (file)
@@ -9,7 +9,7 @@ dnl SPDX-License-Identifier: MIT
 
 dnl Basic Autoconf configuration.
 AC_PREREQ([2.64])
-AC_INIT([krb5-strength], [3.2], [eagle@eyrie.org])
+AC_INIT([krb5-strength], [3.3], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])
index 74eb064a37a8660b330c6a92241ab9c1e1481338..dcbe9bb391490e255f78ffac4fc463f6f66d0dac 100644 (file)
@@ -22,6 +22,7 @@ perl/minimum-version
 perl/strict
 portable/asprintf       valgrind
 portable/mkstemp        valgrind
+portable/reallocarray   valgrind
 portable/strndup        valgrind
 style/obsolete-strings
 tools/heimdal-history