From: Marko Kreen Date: Fri, 18 Dec 2015 18:02:12 +0000 (+0200) Subject: v1.7 X-Git-Tag: pgbouncer_1_7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8eab2128d43e895107e7cddcee74f65181d3673;p=pgbouncer v1.7 --- diff --git a/NEWS.rst b/NEWS.rst index ba5cf3a..4f8fa83 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,7 +4,7 @@ PgBouncer changelog PgBouncer 1.7.x --------------- -**2015-xx-xx - PgBouncer 1.7 - ""** +**2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection"** - Features @@ -40,12 +40,19 @@ PgBouncer 1.7.x This avoids releasing server too early. Fixes `#52 `_. + * Improved sbuf_loopcnt logic - socket is guarateed to be + reprocessed even if there are no event from socket. + Required for TLS as it has it's own buffering. + * Adapt system tests to work with modern BSD and MacOS. (Eric Radman) * Remove **crypt** auth. It's obsolete and not supported by PostgreSQL since 8.4. + * Fix plain "--with-cares" configure option - without argument + it was broken. + PgBouncer 1.6.x --------------- diff --git a/configure.ac b/configure.ac index aa40dba..c768309 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.7rc1) +AC_INIT(pgbouncer, 1.7) 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 74e6c41..213c318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.7-1) unstable; urgency=low + + * v1.7 + + -- Marko Kreen Fri, 18 Dec 2015 19:57:16 +0200 + pgbouncer (1.7~rc1-1) unstable; urgency=low * 1.7rc1