2025-07-29  Simon Josefsson  <simon@josefsson.org>

	version 2.6.13
	* NEWS: Record release date.

	doc: Codeberg migration.

	maint: Work around automake reproducibility bug.

	ci: Drop workflow rules to run on tags.

	ci: Increase GIT_DEPTH (version string inherited from tags).

	ci: Bump GNULIB_REVISION, for string-h MSYS fix.

2025-07-10  Simon Josefsson  <simon@josefsson.org>

	ci: Fix Windows.

	Fix -Werror=unterminated-string-initialization.
	tst_hotp_algo.c:118:19: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (2 chars into 1 available) [-Werror=unterminated-string-initialization]
	tst_hotp_algo.c:119:21: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (33 chars into 32 available) [-Werror=unterminated-string-initialization]
	tst_hotp_validate.c:125:21: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (21 chars into 20 available) [-Werror=unterminated-string-initialization]
	tst_totp_algo.c:50:21: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (65 chars into 64 available) [-Werror=unterminated-string-initialization]
	tst_totp_validate.c:60:21: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (21 chars into 20 available) [-Werror=unterminated-string-initialization]

2025-07-09  Simon Josefsson  <simon@josefsson.org>

	ci: Bump GNULIB_REVISION.

2025-04-10  Simon Josefsson  <simon@josefsson.org>

	doc: Use gnulib-style NEWS, for release scripts.

2025-04-09  Simon Josefsson  <simon@josefsson.org>

	ci: Use stable MSYS2 releases.  Windows fixes.

	ci: Improve pipeline.

	pam_oath: Silence UBSAN if system PAM passes us a NULL pamh parameter.
	pam_oath.c:290:26: runtime error: null pointer passed as argument 1, which is declared to never be null
	/usr/include/security/pam_modules.h:30:12: note: nonnull attribute specified here
	SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior pam_oath.c:290:26

2025-04-08  Simon Josefsson  <simon@josefsson.org>

	oathtool: Fix memory leak.

	Fix ./configure --disable-pskc.

	Manage to build without gtk-doc.

	tst_oathtool: Filter out LF using tr, sed \r broke OpenBSD sed.

2025-04-08  Simon Josefsson  <simon@josefsson.org>

	Fix gengetopt reproducibility problem.
	The gengetopt tool embeds the command-line parameters in the output
	file, which depends on VPATH build settings.

	   generated with the following command:
	-  gengetopt --unamed-opts=FILE --set-package=pskctool --no-handle-version --no-handle-help --input pskctool.ggo --file-name pskctool_cmd
	+  gengetopt --unamed-opts=FILE --set-package=pskctool --no-handle-version --no-handle-help --input ../../pskctool/pskctool.ggo --file-name pskctool_cmd

2025-04-08  Simon Josefsson  <simon@josefsson.org>

	Fix macOS/Windows build failure wrt strerror_l declaration.

	Accept 60s fuzzy output to fix flaky test failure.  Closes: #39.

2025-04-07  Simon Josefsson  <simon@josefsson.org>

	Tarball reproducibility fixes.

	doc: Modernize gtk-doc templates.

	ci: Improve pipeline.

	Doc fix for announce-gen.

	Fixes for announce-gen.

	Reproducible modtime for NEWS, tarball and help2man's.

	ci: Improve pipeline.

	maint: Don't use git-version-gen --prefix.

	Use gnulib's version-stamp.

	Add .tarball-version-git for git-version-gen.

	Publish git-archive tarballs from 'make dist'.

2025-04-06  Simon Josefsson  <simon@josefsson.org>

	maint: Use gnulib's 'make release'.

2025-04-05  Simon Josefsson  <simon@josefsson.org>

	maint: Fix 'make indent'.

2025-04-04  Simon Josefsson  <simon@josefsson.org>

	ci: Improve pipeline.

	Doc fixes for gnulib de-vendor'ing.

	Build fix for XML_CATALOG_FILES after path changes.

2025-04-03  Simon Josefsson  <simon@josefsson.org>

	Sync COPYING* with gnulib.

	Drop another COPYING duplicate.

	Run 'make my-update-copyright'.

	Improve syntax-check.

	Improve .gitignore.

	Fix pskctool --help output.

	Drop oathtool/pskctool sub-configure.

	Build fixes for de-vendored variant.

	De-vendor gtk-doc.make.

	De-vendor gnulib in pskctool/.

	De-vendor gnulib in libpskc/.

	De-vendor gnulib in oathtool/.

	De-vendor gnulib in liboath/.

	De-vendor gnulib.

2025-03-30  Simon Josefsson  <simon@josefsson.org>

	ci: Bump macOS runner image.

2025-03-05  bob  <bob@randomness.org.uk>

	Change URL for OATH specifications on the openauthentication.org website.
	They have moved and the previous URL is a 404

2025-01-25  Simon Josefsson  <simon@josefsson.org>

	cicd: Look for tar artifacts in subdirs.

	NEWS: Doc fix.

2025-01-24  Simon Josefsson  <simon@josefsson.org>

	Drop oath-toolkit-version fixing srcdir!=builddir.

	cicd: Add AlmaLinux.  Fix mingw vs FORTIFY_SOURCE.

	pskctool/tests: Handle libpskc without xmlsec.

	Supress valgrind complaint on Alma/Rocky Linux 8.

	Fix 'make dist' on AlmaLinux with gtk-doc.

	liboath/libpskc: Fix _FORTIFY_SOURCE build problem.

	cicd: Fix *.log/*.h artifact patterns.

	cicd: Split Ubuntu2410 job.  Add rolling debian:testing tarball job.

2024-12-15  Simon Josefsson  <simon@josefsson.org>

	cicd: Bump xmlsec Ubuntu.

2024-11-19  Simon Josefsson  <simon@josefsson.org>

	Need openssl-devel for --with-openssl.

	Drop XMLSec on AlmaLinux due to #52.

	Use gnulib free-posix module.

	.gitignore: Add.

	Bump pkg.m4 to latest version.

	Ignore FSF postal address in pkg.m4.

	Avoid obsolete FSF postal address.

	Move LGPL from liboath/COPYING to COPYING.LESSERv2.

	NEWS: Mention --with-openssl fix.

	Update gnulib files.

	Fix --with-openssl builds.  Closes: #36.

2024-10-08  Simon Josefsson  <simon@josefsson.org>

	doc: Fix CVE-2024-47191 patch URL.

2024-10-05  Simon Josefsson  <simon@josefsson.org>

	doc: Fixes for CVE-2024-47191.

	Fix gnulib nits.

2024-10-04  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.
	Branch stable-202407 commit 0a01f6737d.

	doc: Markup fixes of CVE-2024-47191.

	website: Add CVE-*.txt.

	Update for 2.6.12.

	doc: Bump NEWS version.

2024-10-03  Simon Josefsson  <simon@josefsson.org>

	Version 2.6.12.


See the source repo for older entries
