+2008-04-xx - PgBouncer 1.1.3 - ""
+
+ = Fixes =
+
+ * Only single accept() was issued per event loop which could
+ cause connecton backlog when having high amount of connection
+ attempts. Now the listening socket is always drained fully,
+ which should fix this.
+ * Handle EINTR from connect().
+ * Make server_lifetime=0 disconnect server connection immidiately
+ after first use. Previously "0" made PgBouncer ignore server age.
+ As this behaviour was undocumented, there should not be any users
+ depending on it.
+
+ = Features =
+
+ * Cmdline option (-u) and config param (user=) to support user switching
+ at startup. Also now pgbouncer refuses to run as root. (Jason Coby)
+ * More descriptive usage text (-h). (Jason Coby)
+ * New config var 'ignore_startup_parameters' to allow and ignore
+ extra paramenters in startup packet. By default only 'database'
+ and 'user' are allowed, all others raise error. This is needed
+ to tolerate overenthusiastic JDBC wanting to unconditionally
+ set 'extra_float_digits=2' in startup packet.
+
2007-12-10 - PgBouncer 1.1.2 - "The Hammer"
= Features =
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pgbouncer, 1.1.2)
+AC_INIT(pgbouncer, 1.1.3rc1)
AC_CONFIG_SRCDIR(src/bouncer.h)
AC_CONFIG_HEADER(config.h)
+pgbouncer (1.1.3rc1-1) unstable; urgency=low
+
+ * 1.1.3rc1
+
+ -- Marko Kreen <marko.kreen@skype.net> Wed, 09 Apr 2008 18:19:14 +0300
+
+pgbouncer (1.1.2-1) unstable; urgency=low
+
+ * Final 1.1.2
+
+ -- Marko Kreen <marko.kreen@skype.net> Mon, 10 Dec 2007 10:30:42 +0200
+
pgbouncer (1.1.2-0rc1) unstable; urgency=low
* 1.1.2rc1