]> granicus.if.org Git - pgbouncer/commitdiff
v1.8.1 pgbouncer_1_8_1
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 20 Dec 2017 13:32:23 +0000 (08:32 -0500)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 20 Dec 2017 13:32:59 +0000 (08:32 -0500)
NEWS.rst
configure.ac
debian/changelog
doc/frag-config-man
doc/frag-usage-man

index ea8ae73a892a22677ab880b33389938bac0755bd..43921a4819f06642b75e5040fdbc3d77abdf7750 100644 (file)
--- 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
index 156f8e8856293d012f4c41aee6a2a038d3103ab7..b66649ee60f1017cd97e8831c110e3126d770dfc 100644 (file)
@@ -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])
index 4adb8ede31c62b8c0fcb4ae559b419c045ba6753..6fcaf93000fd1f75adfb40a4a6138ea7876397c6 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.8.1-1) unstable; urgency=low
+
+  * v1.8.1
+
+ -- Peter Eisentraut <peter@eisentraut.org>  Wed, 20 Dec 2017 00:00:00 +0000
+
 pgbouncer (1.8-1) unstable; urgency=low
 
   * v1.8
index 4bd9eb08e06fbe683269c187d9c5165da6694892..7433ffc3353a64af0e0f7fc2dc1527c62ea5b945 100644 (file)
@@ -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
 
index a762137759828c25393a7983bb793e4ea25774f9..b03ea25193227a7b813e3741f3f50d7408da07a0 100644 (file)
@@ -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