From 3edb5c00959c5be2f91f63d90457281b0999e902 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 7 Jul 2022 16:08:38 +0300 Subject: [PATCH] v3.5 --- NEWS.rst | 13 +++++++++++-- configure.ac | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 91b0e0c..4bc9f06 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,7 +1,16 @@ - -v3.4 +NEWS ==== +pgqd 3.5 +-------- + +* Quote dbname in logs. +* Upgrade libusual. +* Add CI workflows. + +pgqd 3.4 +-------- + * Upgrade libusual. * Switch to direct libevent2 usage. * Fix ``make dist``. diff --git a/configure.ac b/configure.ac index cffcb37..c7d72ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pgqd, 3.4rc1) +AC_INIT(pgqd, 3.5) AC_CONFIG_SRCDIR(src/pgqd.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59])