set version to 1.1.3rc1
authorMarko Kreen <markokr@gmail.com>
Wed, 9 Apr 2008 15:23:41 +0000 (15:23 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 9 Apr 2008 15:23:41 +0000 (15:23 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 6ebb5e4f36c430d46d70cfbff50e2c3cf4154378..6472d29c114941c15d03bdc1d7ca2dc93d6ff4c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 
+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 =
index 2ab761187216105ef9b2d30ec7220aaff404e3b4..5df8be557616e7d2c5037e5f43da6c7900914c99 100644 (file)
@@ -1,6 +1,6 @@
 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)
 
index 93bcec42461f391ff86dd4ee3d6049f1b4da6004..b8d6ddf6598fa06fbfe11098e8d06ffe4b9f8bef 100644 (file)
@@ -1,3 +1,15 @@
+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