From 637a98a3d4ca5adfe9a5c5a073a826b4f5a84e6c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 2 Jun 2011 18:42:11 +0300 Subject: [PATCH] v1.4.2rc1 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 46040f9..327dbc2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +2011-06-xx - PgBouncer 1.4.2 - "" + + Affected OS-es: *BSD, Solaris, Win32. + + = Portability Fixes = + + * Give CFLAGS to linker. Needed when using pthread-based + getaddrinfo_a() fallback. + + * lib/find_modules.sh: Replace split() with index()+substr(). + This should make it work with older AWKs. + + * : Ignore system htoX/Xtoh defines. There + may be only subset of macros defined. + + * : Separate compat sigval from compat sigevent + + * : Include to get iovec + + * : Better function autodetection on win32 + + * : Remove duplicate sigval/sigevent declaration + 2011-04-01 - PgBouncer 1.4.1 - "It Was All An Act" = Features = diff --git a/configure.ac b/configure.ac index b5d9e67..7d5faf2 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.1) +AC_INIT(pgbouncer, 1.4.2rc1) 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 4642189..d1e9f0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.4.2rc1-1) unstable; urgency=low + + * v1.4.2rc1 + + -- Marko Kreen Thu, 02 Jun 2011 18:36:27 +0300 + pgbouncer (1.4.1-1) unstable; urgency=low * v1.4.1 -- 2.40.0