From: Marko Kreen Date: Wed, 6 Aug 2008 08:39:41 +0000 (+0000) Subject: tag 1.2.2 X-Git-Tag: pgbouncer_1_2_2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d3f1b47f029e1b6aba4768539635c495f8349a;p=pgbouncer tag 1.2.2 --- diff --git a/NEWS b/NEWS index f22bb73..f7123ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +2008-08-06 - PgBouncer 1.2.2 - "Barf-bag Included" + + * Remove 'drop_on_error', it was a bad idea. It was added as workaround + for broken plan cache behaviour in Postgres, but can cause damage + in common case when some queries always return error. 2008-08-04 - PgBouncer 1.2.1 - "Waterproof" diff --git a/configure.ac b/configure.ac index 2901e21..f1e68a4 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.1) +AC_INIT(pgbouncer, 1.2.2) 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 a8a3e91..aa07b34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.2.2-1) unstable; urgency=low + + * v1.2.2 + + -- Marko Kreen Wed, 06 Aug 2008 09:44:15 +0300 + pgbouncer (1.2.1-1) unstable; urgency=low * v1.2.1