]> granicus.if.org Git - pgbouncer/commitdiff
version 1.0.1
authorMarko Kreen <markokr@gmail.com>
Wed, 14 Mar 2007 23:01:13 +0000 (23:01 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 14 Mar 2007 23:01:13 +0000 (23:01 +0000)
Makefile
NEWS [new file with mode: 0644]
configure.ac
debian/changelog
doc/todo.txt

index 95cfe571307284389c0c0c9fae040ba098e3377c..5e642f521f1f12f97190b407fba23520469707ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \
        list.h mbuf.h system.h
 
 # data & dirs to include in tgz
-DATA = README etc/pgbouncer.ini Makefile config.mak.in config.h.in \
+DATA = README NEWS etc/pgbouncer.ini Makefile config.mak.in config.h.in \
        configure configure.ac debian/packages debian/changelog
 DIRS = etc src debian
 
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..bb1ea87
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,20 @@
+
+2007-03-15  -  PgBouncer 1.0.1  -  "Alien technology"
+
+  = Fixes =
+
+  * Mixed usage of cached and non-cached time, plus unsiged usec_t typedef
+    created spurious query_timeout errors.
+  * Fix rare case when socket woken up from send-wait could stay stalling.
+  * More fair queueing of server connections.  Before, a new query could
+    get a server connections before older one.
+
+  = Features =
+
+  * SHOW SOCKETS command to have detailed info about state state.
+  * Put PgSocket ptr to log, to help tracking one connection.
+
+2007-03-13  -  PgBouncer 1.0  -  "Tuunitud bemm"
+
+  * First public release.
+
index 9efbb56dc31b697870198cb96d4a19b4c2baee32..24231bc8258e950f26bce1c84467c41a3e342096 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.0)
+AC_INIT(pgbouncer, 1.0.1)
 AC_CONFIG_SRCDIR(src/bouncer.h)
 AC_CONFIG_HEADER(config.h)
 
index da9caccc8e3ca9bf3cce7b4bec947ba9b83fe971..fd32287c7b07f65320f72e1bb2e3442da71b171a 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.0.1) unstable; urgency=low
+
+  * Couple hotfixes.
+
+ -- Marko Kreen <marko.kreen@skype.net>  Wed, 14 Mar 2007 21:30:44 +0200
+
 pgbouncer (1.0) unstable; urgency=low
 
   * Public release.
index bd17041dd37d98165c5265f4d7fbd9dff90fc9b7..45bd0f7a9716869e2b6ac039f23a110964da3a1d 100644 (file)
@@ -17,6 +17,3 @@
 
 == Bugs ==
 
- * Bouncer can get into situation where SUSPEND wont work (stalls),
- thus making reboot impossible.
-