PgBouncer 1.7.x
---------------
+**2016-02-26 - PgBouncer 1.7.2 - "Finally Airborne"**
+
+- Fixes
+
+ * Fix crash on stale pidfile removal. Problem introduced in 1.7.1.
+
+ * Disable cleanup - it breaks takeover and is not useful
+ for production loads. Problem introduced in 1.7.1.
+
+ * After takeover, wait until pidfile is gone before booting.
+ Slow shutdown due to memory cleanup exposed existing race.
+ (`#113 <https://github.com/pgbouncer/pgbouncer/issues/113>`_)
+
+- Cleanups
+
+ * Make build reproducible by dropping DBGVER handling.
+ (`#112 <https://github.com/pgbouncer/pgbouncer/issues/112>`_)
+
+ * Antimake: Sort file list from $(wildcard), newer gmake does not
+ sort it anymore.
+ (`#111 <https://github.com/pgbouncer/pgbouncer/issues/111>`_)
+
+ * Show libssl version in log.
+
+ * deb: Turn on full hardening.
+
**2016-02-18 - PgBouncer 1.7.1 - "Forward To Five Friends Or Else"**
WARNING: Since version 1.7, `server_reset_query` is not executed when
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pgbouncer, 1.7.1)
+AC_INIT(pgbouncer, 1.7.2)
AC_CONFIG_SRCDIR(src/janitor.c)
AC_CONFIG_HEADER(lib/usual/config.h)
AC_PREREQ([2.59])
+pgbouncer (1.7.2-1) unstable; urgency=low
+
+ * v1.7.2
+
+ -- Marko Kreen <markokr@gmail.com> Fri, 26 Feb 2016 10:29:47 +0200
+
pgbouncer (1.7.1-1) unstable; urgency=low
* v1.7.1
Source: pgbouncer
Section: database
Priority: extra
-Maintainer: Marko Kreen <marko.kreen@skype.net>
+Maintainer: Marko Kreen <markokr@gmail.com>
Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 9), libevent-dev (>= 2.0), python-docutils, make (>= 3.81), libssl-dev (>= 1.0.1), libc-ares-dev
+Build-Depends: debhelper (>= 9), make (>= 3.81), python-docutils,
+ libevent-dev (>= 2.0), libssl-dev (>= 1.0.1), libc-ares-dev (>= 1.7.0)
Package: pgbouncer
Architecture: any
create a connection to the actual server, or it will reuse one of its existing
connections.
.
- The aim of pgbouncer is to lower the performance impact of opening new connections to PostgreSQL.
+ The aim of pgbouncer is to lower the performance impact of opening
+ new connections to PostgreSQL.