From e8e8f64dd39f75e329117fddecc730f524c55973 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 20 Dec 2017 08:32:23 -0500 Subject: [PATCH] v1.8.1 --- NEWS.rst | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ doc/frag-config-man | 4 ++-- doc/frag-usage-man | 4 ++-- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index ea8ae73..43921a4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,13 @@ PgBouncer changelog PgBouncer 1.8.x --------------- +**2017-12-20 - PgBouncer 1.8.1 - "Ground-and-pound Mentality"** + +- Fixes + + * Include file `include/pam.h` into distribution tarball. This + prevented the 1.8 tarball from building at all. + **2017-12-19 - PgBouncer 1.8 - "Confident at the Helm"** - Features diff --git a/configure.ac b/configure.ac index 156f8e8..b66649e 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.8) +AC_INIT(pgbouncer, 1.8.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 4adb8ed..6fcaf93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.8.1-1) unstable; urgency=low + + * v1.8.1 + + -- Peter Eisentraut Wed, 20 Dec 2017 00:00:00 +0000 + pgbouncer (1.8-1) unstable; urgency=low * v1.8 diff --git a/doc/frag-config-man b/doc/frag-config-man index 4bd9eb0..7433ffc 100644 --- a/doc/frag-config-man +++ b/doc/frag-config-man @@ -2,8 +2,8 @@ configuration file for pgbouncer -------------------------------- -:Date: 2017-12-19 -:Version: 1.8 +:Date: 2017-12-20 +:Version: 1.8.1 :Manual section: 5 :Manual group: Databases diff --git a/doc/frag-usage-man b/doc/frag-usage-man index a762137..b03ea25 100644 --- a/doc/frag-usage-man +++ b/doc/frag-usage-man @@ -2,8 +2,8 @@ lightweight connection pooler for PostgreSQL -------------------------------------------- -:Date: 2017-12-19 -:Version: 1.8 +:Date: 2017-12-20 +:Version: 1.8.1 :Manual section: 1 :Manual group: Databases -- 2.40.0