From 64348f75168dfb0fc158263c2733ea7c532782b4 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 21 Mar 2011 23:25:59 +0200 Subject: [PATCH] v1.4.1rc2 --- NEWS | 8 ++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ lib | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5794540..71aa728 100644 --- a/NEWS +++ b/NEWS @@ -23,8 +23,16 @@ * : add autoconf detection for enc/dec functions so it would not create conflicts on BSD. + * Restore lost memset in slab allocator + * Various minor portability fixes in libusual. + * Don't crash when config file does not exists. + + * Don't crash on DNS lookup failure when logging on noise level (-v -v). + + * Use backticks instead of $(cmd) in find_modules.sh to make it mort portable. + 2011-01-11 - PgBouncer 1.4 - "Gore Code" = Features = diff --git a/configure.ac b/configure.ac index a14c256..39fc123 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.1rc1) +AC_INIT(pgbouncer, 1.4.1rc2) 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 e3f8f75..451d4fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.4.1rc2-1) unstable; urgency=low + + * v1.4.1rc2 + + -- Marko Kreen Mon, 21 Mar 2011 23:24:00 +0200 + pgbouncer (1.4.1rc1-1) unstable; urgency=low * v1.4.1rc1 diff --git a/lib b/lib index 88992f8..d2b19a1 160000 --- a/lib +++ b/lib @@ -1 +1 @@ -Subproject commit 88992f86f36429a38136d369fdb16020c8c9fa8d +Subproject commit d2b19a112f36d311c3edfb20ec239fe69a2b3d50 -- 2.40.0