release 1.1.2rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 23 Nov 2007 11:14:20 +0000 (11:14 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 23 Nov 2007 11:14:20 +0000 (11:14 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 2e1b10de112d4f986970901ecf95f79be6ea26a8..da55c14331c75563d771c29bd7ecd546d396823b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
 
+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 =
index f7c28417eeb6319a1ecabadb271f483d38261598..712533f1281e69188dc86ef1796fcd2266cfa3e3 100644 (file)
@@ -1,6 +1,6 @@
 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)
 
index df39a277cc10a7e241a2719e9a6add3e780867ba..93bcec42461f391ff86dd4ee3d6049f1b4da6004 100644 (file)
@@ -1,7 +1,15 @@
+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.