+2007-11-xx - PgBouncer 1.1.2 - ""
+
+ = Features =
+
+ * Disconnects because of server_lifetime are now separated by
+ (server_lifetime / pool_size) seconds. This avoids pgbouncer
+ causing reconnect floods.
+
+ = Fixes =
+
+ * Online upgrade 1.0 -> 1.1 problems:
+ - 1.0 does not track server parameters, so they stay NULL
+ but 1.1 did not expect it and crashed.
+ - If server params are unknown, but client ones are set,
+ then issue a SET for them, instead complaining.
+ * Remove temp debug statements that were accidentally left
+ in code on INFO level, so they polluted logs.
+ * Unbroke debian/changelog
+
2007-10-26 - PgBouncer 1.1.1 - "Breakdancing Bee"
= Fixes =
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pgbouncer, 1.1.1)
+AC_INIT(pgbouncer, 1.1.2rc1)
AC_CONFIG_SRCDIR(src/bouncer.h)
AC_CONFIG_HEADER(config.h)
+pgbouncer (1.1.2-0rc1) unstable; urgency=low
+
+ * 1.1.2rc1
+
+ -- Marko Kreen <marko.kreen@skype.net> Tue, 20 Nov 2007 10:39:29 +0200
+
pgbouncer (1.1.1-1) unstable; urgency=low
* 1.1.1
+ -- Marko Kreen <marko.kreen@skype.net> Mon, 18 Jun 2007 15:23:32 +0300
+
pgbouncer (1.0.8-1) unstable; urgency=low
* Fix crash with ^C from psql.