From 45a7aeacd91d234d8ffa721a1b4bff02727bec08 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 12 Apr 2007 10:55:41 +0000 Subject: [PATCH] version 1.0.6 --- NEWS | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5a2980a..4f78f83 100644 --- 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, requires there. + Thanks go to Robert Gogolok for report. + 2007-04-11 - PgBouncer 1.0.5 - "Enough for today" * Fix online-restart bugs: diff --git a/configure.ac b/configure.ac index 3225764..652c0c4 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.5) +AC_INIT(pgbouncer, 1.0.6) AC_CONFIG_SRCDIR(src/bouncer.h) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 97162fb..9345f5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.0.6-1) unstable; urgency=low + + * previous fix could broke maint. + + -- Marko Kreen Thu, 12 Apr 2007 11:30:53 +0300 + pgbouncer (1.0.5-1) unstable; urgency=low * fix online restart bugs. -- 2.39.5