]> granicus.if.org Git - pgbouncer/commitdiff
version 1.0.8
authorMarko Kreen <markokr@gmail.com>
Mon, 18 Jun 2007 12:33:54 +0000 (12:33 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 18 Jun 2007 12:33:54 +0000 (12:33 +0000)
NEWS
debian/changelog
doc/todo.txt

diff --git a/NEWS b/NEWS
index 658ec2450d1a0803e7c9bd66c0e828feb30eab55..d0e4b9ecd0cad9262575b72a8edca5ceb51fe7d5 100644 (file)
--- 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 <db>; RESUME <db>; 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
index 3616c9810e072e75bc3397a494cad3f3ed80dd19..7fc239ed8379ac4e521662915704c30a8612b811 100644 (file)
@@ -1,3 +1,10 @@
+pgbouncer (1.0.8-1) unstable; urgency=low
+
+  * Fix crash with ^C from psql.
+  * PAUSE db; RESUME db;
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 18 Jun 2007 15:23:32 +0300
+
 pgbouncer (1.0.7-1) unstable; urgency=low
 
   * Fix send() blocking on flush packets.
index cd97e9d419a612e93489f33e97e3609a629e8e47..e23a004031e898c1477c68f11df1e32784055a15 100644 (file)
@@ -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 ==