]> granicus.if.org Git - pgbouncer/commitdiff
version 1.0.6 pgbouncer_1_0_6
authorMarko Kreen <markokr@gmail.com>
Thu, 12 Apr 2007 10:55:41 +0000 (10:55 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 12 Apr 2007 10:55:41 +0000 (10:55 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 5a2980a64d72336f5bdf5cde2ee04e370f0b8d38..4f78f8393d600059077039a3be86ae4f25ee5234 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 
+2007-04-12  -  PgBouncer 1.0.6  -  "Daily Dose"
+
+  * The "Disable maintenance during the takeover" fix could
+    disable maintenance altogether.  Fix it.
+  * Compilation fix for FreeBSD, <sys/ucred.h> requires <sys/param.h> there.
+    Thanks go to Robert Gogolok for report.
+
 2007-04-11  -  PgBouncer 1.0.5  -  "Enough for today"
 
   * Fix online-restart bugs:
index 3225764b171654c1419748db57967cad8ab0489b..652c0c458704905412ea221a490c06fae5ad9ef5 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.0.5)
+AC_INIT(pgbouncer, 1.0.6)
 AC_CONFIG_SRCDIR(src/bouncer.h)
 AC_CONFIG_HEADER(config.h)
 
index 97162fbc4da629b11a54ef8df1686939b7d83de1..9345f5b77c36223bf4c0f2ab19ef89b05d894ec5 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.0.6-1) unstable; urgency=low
+
+  * previous fix could broke maint.
+
+ -- Marko Kreen <marko.kreen@skype.net>  Thu, 12 Apr 2007 11:30:53 +0300
+
 pgbouncer (1.0.5-1) unstable; urgency=low
 
   * fix online restart bugs.