From: Marko Kreen Date: Tue, 17 Apr 2012 13:05:42 +0000 (+0300) Subject: v1.5.1 X-Git-Tag: pgbouncer_1_5_1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fd3f3222dbcc6b6fa4e4b037ca3b71787401e60;p=pgbouncer v1.5.1 --- diff --git a/NEWS b/NEWS index 08de4e9..48d9f25 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2012-xx-xx - PgBouncer 1.5.1 - "" +2012-04-17 - PgBouncer 1.5.1 - "Abort, Retry, Ignore?" = Features = @@ -32,6 +32,8 @@ * Require Asciidoc >= 8.4, seems docs are not compatible with earlier versions anymore. + * Stop trying to retry on EINTR from close(). + 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 diff --git a/configure.ac b/configure.ac index 8a58c55..98afb36 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.1rc1) +AC_INIT(pgbouncer, 1.5.1) 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 897e86e..74f30c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.1-1) unstable; urgency=low + + * v1.5.1 + + -- Marko Kreen Tue, 17 Apr 2012 16:04:13 +0300 + pgbouncer (1.5.1rc1-1) unstable; urgency=low * v1.5.1rc1