From 6a40d9be4caff694ab480860520f669e338fa353 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 1 Mar 2011 00:12:22 +0200 Subject: [PATCH] v1.4.1rc1 --- AUTHORS | 1 + NEWS | 11 ++++++++++- configure.ac | 2 +- debian/changelog | 6 ++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 29e9728..0a18436 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Jacob Coby Jørgen Austvik Magne Mæhre Martin Pihlak +Rich Schaaf Robert Gogolok Teodor Sigaev diff --git a/NEWS b/NEWS index bf3b112..5794540 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2011-01-11 - PgBouncer 1.x - "" +2011-xx-xx - PgBouncer 1.x - "" = Features = @@ -16,6 +16,15 @@ * win32: Fix crashes with NULL unix socket addr. + * win32: fix auth file on DOS line endings - load_file() did not take + account of file shringage when loading. + (Rich Schaaf) + + * : add autoconf detection for enc/dec functions + so it would not create conflicts on BSD. + + * Various minor portability fixes in libusual. + 2011-01-11 - PgBouncer 1.4 - "Gore Code" = Features = diff --git a/configure.ac b/configure.ac index ce20a27..a14c256 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.4) +AC_INIT(pgbouncer, 1.4.1rc1) 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 9f0f45a..e3f8f75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.4.1rc1-1) unstable; urgency=low + + * v1.4.1rc1 + + -- Marko Kreen Mon, 28 Feb 2011 23:11:27 +0200 + pgbouncer (1.4-1) unstable; urgency=low * v1.4 -- 2.40.0