From 4e9480d518f6b722b70d0bdb92443ff727418b7a Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 26 Oct 2007 11:35:28 +0000 Subject: [PATCH] version 1.1.1 --- NEWS | 8 +++++--- configure.ac | 2 +- debian/changelog | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 60c20f7..2e1b10d 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,14 @@ -2007-10-18 - PgBouncer 1.1.1 - "Breakdancing Bee" +2007-10-26 - PgBouncer 1.1.1 - "Breakdancing Bee" = Fixes = * Server parameter cache could stay uninitialized, which caused unnecessary SET of them. This caused problem on 8.1 which - does not allow setting standard_conforming_strings. - * Some doc fixed. + does not allow touching standard_conforming_strings. + (Thanks to Dimitri Fontaine for report & testing.) + + * Some doc fixes. * Include doc/fixman.py in .tgz. 2007-10-09 - PgBouncer 1.1 - "Mad-Hat Toolbox" diff --git a/configure.ac b/configure.ac index a37303f..f7c2841 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.1.1rc1) +AC_INIT(pgbouncer, 1.1.1) AC_CONFIG_SRCDIR(src/bouncer.h) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index ed40330..df39a27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -pgbouncer (1.1.1-0rc1) unstable; urgency=low +pgbouncer (1.1.1-1) unstable; urgency=low - * 1.1.1rc1 + * 1.1.1 pgbouncer (1.0.8-1) unstable; urgency=low -- 2.39.5