From: Marko Kreen Date: Fri, 8 Aug 2008 12:44:17 +0000 (+0000) Subject: v1.2.3 X-Git-Tag: pgbouncer_1_2_3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=047d9c4e9d1d263402442e77de3ae86dfe023d97;p=pgbouncer v1.2.3 --- diff --git a/NEWS b/NEWS index f7123ef..dc383e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2008-08-08 - PgBouncer 1.2.3 - "Carefully Selected Bytes" + + * Use '$(MAKE)' instead 'make' for recursion (Jørgen Austvik) + * Define _GNU_SOURCE as glibc is useless otherwise. + * Let the libevent 1.1 pass link test so we can later report "1.3b+ needed" + * Detect stale pidfile and remove it. + + Thanks to Devrim GÜNDÜZ and Bjoern Metzdorf for problem reports and testing. + 2008-08-06 - PgBouncer 1.2.2 - "Barf-bag Included" * Remove 'drop_on_error', it was a bad idea. It was added as workaround diff --git a/configure.ac b/configure.ac index 06e391e..cef93ba 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.2.2) +AC_INIT(pgbouncer, 1.2.3) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(include/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index aa07b34..79d2a2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.2.3-1) unstable; urgency=low + + * v.1.2.3 + + -- Marko Kreen Fri, 08 Aug 2008 14:35:27 +0300 + pgbouncer (1.2.2-1) unstable; urgency=low * v1.2.2