From: Marko Kreen Date: Thu, 3 Sep 2015 19:54:44 +0000 (+0300) Subject: v1.6.1 X-Git-Tag: pgbouncer_1_6_1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=refs%2Fheads%2Fstable-1.6;p=pgbouncer.git v1.6.1 --- diff --git a/NEWS b/NEWS index 8eb1e99..b46da3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +2015-09-03 - PgBouncer 1.6.1 - "Studio Audience Approves" + + = Features = + + * New setting - server_reset_query_always. When set, + disables server_reset_query use on non-session pools. + PgBouncer introduces per-pool pool_mode, but session-pooling + and transaction-pooling should not use same reset query. + In fact, transaction-pooling should not use any reset query. + + It is set in 1.6.x, but will be disabled in 1.7. + + = Fixes = + + * [SECURITY] Remove invalid assignment of `auth_user`. (#69) + When `auth_user` is set and client asks non-existing username, + client will log in as `auth_user`. Not good. + + * Skip NoticeResponce in handle_auth_response. Otherwise verbose + log levels on server cause login failures. + + * console: Fill `auth_user` when auth_type=any. Otherwise + logging can crash (#67). + + * Various portability fixes (OpenBSD, Solaris, OSX). + 2015-08-01 - PgBouncer 1.6 - "Zombies of the future" = Features = diff --git a/configure.ac b/configure.ac index 40407d7..f40aa14 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.6) +AC_INIT(pgbouncer, 1.6.1) 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 3ac829d..67d4bc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.6.1-1) unstable; urgency=low + + * v1.6.1 + + -- Marko Kreen Thu, 03 Sep 2015 17:52:15 +0300 + pgbouncer (1.6-1) unstable; urgency=low * v1.6