Skip to content

Commit 3edb5c0

Browse files
committed
v3.5
1 parent 6bf5bdd commit 3edb5c0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

NEWS.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
2-
v3.4
1+
NEWS
32
====
43

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+
514
* Upgrade libusual.
615
* Switch to direct libevent2 usage.
716
* Fix ``make dist``.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT(pgqd, 3.4rc1)
3+
AC_INIT(pgqd, 3.5)
44
AC_CONFIG_SRCDIR(src/pgqd.c)
55
AC_CONFIG_HEADER(lib/usual/config.h)
66
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)