Skip to content

Commit

Permalink
v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed May 31, 2023
1 parent d649c0f commit 05e78bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS.md
Expand Up @@ -4,6 +4,22 @@ PgBouncer changelog
PgBouncer 1.19.x
----------------

**2023-05-31 - PgBouncer 1.19.1 - "Sunny Spring"**

This is a minor release that fixes a few recently introduced bugs:

- Fixes
* Fix: FATAL in function disconnect_client(): bad client state: 0 ([#846])
(bug introduced in 1.18.0)
* Fix: FATAL in function server_proto(): server in bad state: 14 ([#849])
(bug introduced in 1.18.0)
* Add files required to run python based tests to release tarball ([#852])
(new tests introduced in 1.19.0)

[#846]: https://github.com/pgbouncer/pgbouncer/pull/846
[#849]: https://github.com/pgbouncer/pgbouncer/pull/849
[#852]: https://github.com/pgbouncer/pgbouncer/pull/852

**2023-05-04 - PgBouncer 1.19.0 - "The old-fashioned, human-generated kind"**

- Features
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([PgBouncer],
[1.19.0],
[1.19.1],
[https://github.com/pgbouncer/pgbouncer/issues], [],
[https://www.pgbouncer.org/])
AC_CONFIG_SRCDIR(src/janitor.c)
Expand Down

0 comments on commit 05e78bd

Please sign in to comment.