From: Marko Kreen Date: Wed, 14 Mar 2012 12:34:03 +0000 (+0200) Subject: v1.5.1rc1 X-Git-Tag: pgbouncer_1_5_1_rc1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6516d9026982e37ad8e6747341a549f957006bb;p=pgbouncer v1.5.1rc1 --- diff --git a/NEWS b/NEWS index 4969cd8..08de4e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +2012-xx-xx - PgBouncer 1.5.1 - "" + + = Features = + + * Parameters to tune permissions on unix socket: + unix_socket_mode=0777, unix_socket_group=''. + + = Fixes = + + * Allow empty string for server-side variable - this is + needed to get "application_name" properly working, as it's + the only parameter that does not have server-side default. + + * If connect string changes, require refresh of server parameters. + Previously PgBouncer continued with old parameters, + which breaks in case of Postgres upgrade. + + * If autodb connect string changes, drop old connections. + + * cf_setint: Use strtol() instead atoi() to parse integer config + parameters. It allows hex, octal and better error detection. + + * Use sigqueue() to detect union sigval existence - fixes + compilation on HPUX. + + * Remove 'git' command from Makefile, it throws random errors + in case of plain-tarball build. + + * Document stats_period parameter. This tunes the period for + stats output. + + * Require Asciidoc >= 8.4, seems docs are not compatible with + earlier versions anymore. + 2012-01-05 - PgBouncer 1.5 - "Bouncing Satisified Clients Since 2007" If you use more than 8 IPs behind one DNS name, you now need to diff --git a/configure.ac b/configure.ac index c430ec6..8a58c55 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.5) +AC_INIT(pgbouncer, 1.5.1rc1) 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 3514050..897e86e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.1rc1-1) unstable; urgency=low + + * v1.5.1rc1 + + -- Marko Kreen Wed, 14 Mar 2012 14:31:54 +0200 + pgbouncer (1.5-1) unstable; urgency=low * v1.5