+2009-xx-xx  -  PgBouncer 1.3.1 -  ""
+
+  = Fixes =
+
+    * Fix problem with sbuf_loopcnt which could make connections hang.
+      If query or result length is nearby of multiple of (pktlen*sbuf_loopcnt)
+      [10k by default], it could stay waiting for more data which will not
+      appear.
+
+    * Make database reconfigure immediate.  Currently old connections
+      could be reused after SIGHUP.
+
+    * Fix SHOW DATABASES which was broken due to column addition.
+
+    * Fix bad CUSTOM_ALIGN macro.  Luckily it's unused if OS already
+      defines ALIGN macro thus seems the bug has not happened in wild.
+
+    * win32: call WSAStartup() always, not only in daemon mode
+      as config parsing wants to resolve hosts.
+
+    * win32: put quotes around config filename in service
+      cmdline to allow spaces in paths.  Executable path
+      does not seem to need it due to some win32 magic.
+
+    * Add STATS to SHOW HELP text.
+
+    * doc/usage.txt: the time units in console results are in 
+      microseconds, not milliseconds.
+
 2009-02-18  -  PgBouncer 1.3 -  "New Ki-Smash Finishing Move"
 
   = Features =
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.3)
+AC_INIT(pgbouncer, 1.3.1rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
 
+pgbouncer (1.3.1rc1-1) unstable; urgency=low
+
+  * v1.3.1rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Fri, 26 Jun 2009 14:25:42 +0300
+
 pgbouncer (1.3-1) unstable; urgency=low
 
   * v1.3