From 80c1752f06d5ed911ad606634865b0341c70c100 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 5 Jan 2012 15:08:58 +0200 Subject: [PATCH] v1.5 --- NEWS | 4 +++- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1a81adc..4969cd8 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -2011-xx-xx - PgBouncer 1.5 - "" +2012-01-05 - PgBouncer 1.5 - "Bouncing Satisified Clients Since 2007" If you use more than 8 IPs behind one DNS name, you now need to use EDNS0 protocol to query. Only getaddrinfo_a()/getaddrinfo() and UDNS backends support it, libevent 1.x/2.x does not. To enable it for libc, add 'options edns0' to /etc/resolv.conf. + GNU Make 3.81+ is required for building. + = Features = * Detect DNS reply changes and invalidate connections to IPs no longer diff --git a/configure.ac b/configure.ac index 363c2c0..5703b01 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.5rc1) +AC_INIT(pgbouncer, 1.5) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index c8b128c..3514050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5-1) unstable; urgency=low + + * v1.5 + + -- Marko Kreen Thu, 05 Jan 2012 14:59:43 +0200 + pgbouncer (1.5rc1-1) unstable; urgency=low * v1.5rc1 -- 2.40.0