From: Marko Kreen Date: Wed, 28 Nov 2012 10:55:18 +0000 (+0200) Subject: v1.5.4 X-Git-Tag: pgbouncer_1_5_4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82c7b4d248b25d3eafb0d63059f0f2a03150ccd4;p=pgbouncer v1.5.4 --- diff --git a/NEWS b/NEWS index 75762e1..a9ffa59 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +2012-11-28 - PgBouncer 1.5.4 - "No Leaks, Potty-Training Successful" + + = Fixes = + + * DNS: Fix memory leak in getaddrinfo_a() backend. + + * DNS: Fix memory leak in udns backend. + + * DNS: Fix stats calculation. + + * DNS: Improve error message handling for getaddrinfo_a(). + + * Fix win32 compile. + + * Fix compiler dependency support check in configure. + + * Few documentation fixes. + 2012-09-12 - PgBouncer 1.5.3 - "Quantum Toaster" = Critical fix = diff --git a/configure.ac b/configure.ac index 28e20ff..cd5b515 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.5.3) +AC_INIT(pgbouncer, 1.5.4) 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 2956af8..c04228a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.4-1) unstable; urgency=low + + * v1.5.4 + + -- Marko Kreen Wed, 28 Nov 2012 12:44:39 +0200 + pgbouncer (1.5.3-1) unstable; urgency=low * v1.5.3