From: Marko Kreen Date: Mon, 18 Jun 2007 12:33:54 +0000 (+0000) Subject: version 1.0.8 X-Git-Tag: pgbouncer_1_0_8~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9169e63e61bc064d834541d66af59b3d495a9e;p=pgbouncer version 1.0.8 --- diff --git a/NEWS b/NEWS index 658ec24..d0e4b9e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ +2007-06-18 - PgBouncer 1.0.8 - "Undead Shovel Jutsu" + + = Fixes = + + * Fix crash in cancel packet handling. (^C from psql) + + = Features = + + * PAUSE ; RESUME ; works now. + * Cleanup of console command parsing. + * Disable expensive in-list assert check. + 2007-04-19 - PgBouncer 1.0.7 - "With Vitamin A-Z" * Several error/notice packets with send() blocking between diff --git a/debian/changelog b/debian/changelog index 3616c98..7fc239e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgbouncer (1.0.8-1) unstable; urgency=low + + * Fix crash with ^C from psql. + * PAUSE db; RESUME db; + + -- Marko Kreen Mon, 18 Jun 2007 15:23:32 +0300 + pgbouncer (1.0.7-1) unstable; urgency=low * Fix send() blocking on flush packets. diff --git a/doc/todo.txt b/doc/todo.txt index cd97e9d..e23a004 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,24 +1,24 @@ = PgBouncer TODO list = -== Low-prio == +== Small stuff == * create manpage * report existing pidfile to console -=== Make -R less scary === +== Make -R less scary == * -R should somehow log whats happens * -R should detect that no pooler is running and boot normally * -R should detect if login fails then exit() - Details: +==== Details: ==== * Takeover before fork() * must not touch libevent, just fill structures, - libevent init after fork() + libevent init after fork() * ^C while takeover - immidiate _exit() * detection: - - if tcp - try binding - - if unix - try connect() + * if tcp - try binding + * if unix - try connect() == Low-prio, otherwise suspicious items ==