From 2b9dafcb42bc1356075237e246e7d37ae34b546a Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 Mar 2007 23:01:13 +0000 Subject: [PATCH] version 1.0.1 --- Makefile | 2 +- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ doc/todo.txt | 3 --- 5 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 NEWS diff --git a/Makefile b/Makefile index 95cfe57..5e642f5 100644 --- 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 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. + diff --git a/configure.ac b/configure.ac index 9efbb56..24231bc 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) +AC_INIT(pgbouncer, 1.0.1) AC_CONFIG_SRCDIR(src/bouncer.h) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index da9cacc..fd32287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.0.1) unstable; urgency=low + + * Couple hotfixes. + + -- Marko Kreen Wed, 14 Mar 2007 21:30:44 +0200 + pgbouncer (1.0) unstable; urgency=low * Public release. diff --git a/doc/todo.txt b/doc/todo.txt index bd17041..45bd0f7 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -17,6 +17,3 @@ == Bugs == - * Bouncer can get into situation where SUSPEND wont work (stalls), - thus making reboot impossible. - -- 2.40.0