PgBouncer 1.7.x
---------------
-**2015-xx-xx - PgBouncer 1.7 - ""**
+**2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection"**
- Features
This avoids releasing server too early. Fixes
`#52 <https://github.com/pgbouncer/pgbouncer/issues/52>`_.
+ * Improved sbuf_loopcnt logic - socket is guarateed to be
+ reprocessed even if there are no event from socket.
+ Required for TLS as it has it's own buffering.
+
* Adapt system tests to work with modern BSD and MacOS.
(Eric Radman)
* Remove **crypt** auth. It's obsolete and not supported
by PostgreSQL since 8.4.
+ * Fix plain "--with-cares" configure option - without argument
+ it was broken.
+
PgBouncer 1.6.x
---------------
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pgbouncer, 1.7rc1)
+AC_INIT(pgbouncer, 1.7)
AC_CONFIG_SRCDIR(src/janitor.c)
AC_CONFIG_HEADER(lib/usual/config.h)
AC_PREREQ([2.59])
+pgbouncer (1.7-1) unstable; urgency=low
+
+ * v1.7
+
+ -- Marko Kreen <markokr@gmail.com> Fri, 18 Dec 2015 19:57:16 +0200
+
pgbouncer (1.7~rc1-1) unstable; urgency=low
* 1.7rc1