We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5e3ce commit fb7990aCopy full SHA for fb7990a
2 files changed
NEWS.md
@@ -1,6 +1,6 @@
1
# Release notes
2
3
-## 0.3.3 -- not released yet
+## 0.3.3 -- 2025-03-07
4
5
* Fix an issue where `pkgchkxx -ab` crashes upon trying to install the
6
first missing package. This was a use-after-free bug introduced in
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.71])
-AC_INIT([pkgchkxx], [0.3.2], [pkgsrc-users@NetBSD.org])
+AC_INIT([pkgchkxx], [0.3.3], [pkgsrc-users@NetBSD.org])
AC_CONFIG_MACRO_DIR([m4])
7
AC_CONFIG_SRCDIR([lib/pkgxx/pkgname.hxx])
8
AC_CONFIG_HEADERS([lib/pkgxx/config.h])
0 commit comments