From: Marko Kreen Date: Mon, 12 Dec 2011 22:51:47 +0000 (+0200) Subject: v1.5rc1 X-Git-Tag: pgbouncer_1_5_rc1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=069862e52dff59f57d1dd6aeba383e95371604de;p=pgbouncer v1.5rc1 --- diff --git a/NEWS b/NEWS index 94e5a09..291aaed 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,8 @@ * KILL command, to immediately kill all connections for one database. (Michael Tharp) + * Move to Antimake build system to have better looking Makefiles. + = Fixes = * DNS now works with IPv6 hostnames. @@ -61,6 +63,8 @@ * When user= without password= is in database connect string, password will be taken from userlist. + * Parse '*' properly in takeover code. + * autogen.sh: work with older autoconf/automake. 2011-06-16 - PgBouncer 1.4.2 - "Strike-First Algorithm" diff --git a/configure.ac b/configure.ac index 9d659b5..3cde6b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,13 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pgbouncer, 1.4.3dev1) +AC_INIT(pgbouncer, 1.5rc1) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) -dnl unix/win32 +dnl basic init AC_USUAL_INIT -LT_INIT - dnl Checks for programs. AC_USUAL_PROGRAM_CHECK diff --git a/debian/changelog b/debian/changelog index 5697824..ebb9d54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5rc1-1) unstable; urgency=low + + * v1.5rc1 + + -- Marko Kreen Tue, 13 Dec 2011 00:28:43 +0200 + pgbouncer (1.4.3dev1-1) unstable; urgency=low * v1.4.3dev1