We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf5bdd commit 3edb5c0Copy full SHA for 3edb5c0
NEWS.rst
@@ -1,7 +1,16 @@
1
-
2
-v3.4
+NEWS
3
====
4
+pgqd 3.5
5
+--------
6
+
7
+* Quote dbname in logs.
8
+* Upgrade libusual.
9
+* Add CI workflows.
10
11
+pgqd 3.4
12
13
14
* Upgrade libusual.
15
* Switch to direct libevent2 usage.
16
* Fix ``make dist``.
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])
0 commit comments