]> granicus.if.org Git - pgbouncer/commitdiff
target HEAD as 1.1, update NEWS
authorMarko Kreen <markokr@gmail.com>
Wed, 15 Aug 2007 13:40:13 +0000 (13:40 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 15 Aug 2007 13:40:13 +0000 (13:40 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1b6b310a5bc3e9d327325d0862bd5e168f0af1d0..9311da1d77a8a478cc00dab16e5b371f235d0b7c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-2007-06-xx  -  PgBouncer 1.0.9  -  ""
+2007-0x-xx  -  PgBouncer 1.1  -  ""
 
   = Features =
 
@@ -8,14 +8,23 @@
     - Accept custom unix socket location in host=
     - Accept quoted values: password=' asd''foo'
   * server_reset_query, to be sent immidiately after release
-  * keep track of following server variables:
-    client_encoding, datestyle, timezone, standard_conforming_strings
+  * Keep track of following server variables:
+      client_encoding, datestyle, timezone, standard_conforming_strings
   * Cancel pkt sent for idle connection does not drop it anymore.
   * Cancel with ^C from psql works for SUSPEND / PAUSE.
   * Print FD limits on startup.
-  * More debug log messages include socket info.
   * When suspending, try to hit packet boundary ASAP.
 
+  = Code cleanup =
+
+  * More debug log messages include socket info.
+  * Magic number removal and error message cleanup. (David Fetter)
+  * Wrapper struct for current pkt info.  Removes lot of compexity.
+
+  = Fixes =
+
+  * Detect invalid pkt headers better.
+
 2007-06-18  -  PgBouncer 1.0.8  -  "Undead Shovel Jutsu"
 
   = Fixes =
index ca928db5199e6a00b31669fc0e1bcc1f31c5aa19..f1f876a07f276771998839a21d313e8f77124dfc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.0.8)
+AC_INIT(pgbouncer, 1.1)
 AC_CONFIG_SRCDIR(src/bouncer.h)
 AC_CONFIG_HEADER(config.h)