From dfb609b6826f72262eeca304739f4b1402f25ba0 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 4 Sep 2021 19:40:29 -0700 Subject: [PATCH] Version 3.3.3. --- NEWS | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 39d7fa6e..3085ba32 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +PWMD v3.3.3 +----------- +Fix the valid username regex to allow a username beginning with caps. + +Add ./configure option --with-invoking-user with the default being "nobody". + + PWMD v3.3.2 ----------- LIST command performance tweak. diff --git a/configure.ac b/configure.ac index 29684ce9..94980df2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([pwmd], [3.3.3-dev], [Ben Kibbey ]) +AC_INIT([pwmd], [3.3.3], [Ben Kibbey ]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET diff --git a/debian/changelog b/debian/changelog index 63cf716b..31d5983a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (3.3.3-1) stable; urgency=medium + + * New upstream. + + -- Ben Kibbey Sat, 04 Sep 2021 19:37:23 -0700 + pwmd (3.3.2-1) stable; urgency=medium * New upstream. -- 2.11.4.GIT