From 2fd3f3222dbcc6b6fa4e4b037ca3b71787401e60 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 17 Apr 2012 16:05:42 +0300 Subject: [PATCH] v1.5.1 --- NEWS | 4 +++- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.40.0