From: Marko Kreen Date: Wed, 15 Aug 2007 13:40:13 +0000 (+0000) Subject: target HEAD as 1.1, update NEWS X-Git-Tag: pgbouncer_1_1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4a2d604487cef1ea8fb303b363023bb0e5b8ea8;p=pgbouncer target HEAD as 1.1, update NEWS --- diff --git a/NEWS b/NEWS index 1b6b310..9311da1 100644 --- 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 = diff --git a/configure.ac b/configure.ac index ca928db..f1f876a 100644 --- a/configure.ac +++ b/configure.ac @@ -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)