From: Marko Kreen Date: Mon, 15 Oct 2007 14:54:29 +0000 (+0000) Subject: bump ver to 1.1.1 X-Git-Tag: pgbouncer_1_1_1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01322966e56091f61ee549fda1791625376d0019;p=pgbouncer bump ver to 1.1.1 --- diff --git a/configure.ac b/configure.ac index 4e551f1..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) +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 7fc239e..7373354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.1.1-1) unstable; urgency=low + + * PgBouncer 1.1.1 + + -- Marko Kreen Mon, 15 Oct 2007 17:41:05 +0300 + pgbouncer (1.0.8-1) unstable; urgency=low * Fix crash with ^C from psql.