From: Marko Kreen Date: Mon, 3 Aug 2015 21:05:24 +0000 (+0300) Subject: Bump version to 1.7dev X-Git-Tag: pgbouncer_1_7_rc1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f381c752ebc4894553d7164e82359fb16478336;p=pgbouncer Bump version to 1.7dev --- diff --git a/NEWS b/NEWS index 8eb1e99..57e2c5e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +20xx-xx-xx - PgBouncer 1.7 - "" + + = Features = + + * SSL connection, auth via client cert. + + * HBA-style access control file. + + * Unix sockets support "peer" auth. + 2015-08-01 - PgBouncer 1.6 - "Zombies of the future" = Features = diff --git a/configure.ac b/configure.ac index cf9954c..a81e678 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.7dev) 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..30ffa16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.7~dev-1) unstable; urgency=low + + * v1.7dev + + -- Marko Kreen Mon, 03 Aug 2015 23:47:46 +0300 + pgbouncer (1.6-1) unstable; urgency=low * v1.6