]> granicus.if.org Git - pgbouncer/commitdiff
v1.7 pgbouncer_1_7
authorMarko Kreen <markokr@gmail.com>
Fri, 18 Dec 2015 18:02:12 +0000 (20:02 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 18 Dec 2015 18:39:14 +0000 (20:39 +0200)
NEWS.rst
configure.ac
debian/changelog

index ba5cf3a36d30ddfd929295e226ee944d386352d7..4f8fa833054edb2511f0b55cfcbf48c2926a9b0a 100644 (file)
--- 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 <https://github.com/pgbouncer/pgbouncer/issues/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
 ---------------
 
index aa40dba5760dfa01440efe71de8b49892732d3dd..c7683097538c882153388562e7d7b097822b1f5f 100644 (file)
@@ -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])
index 74e6c418360b3d1c26fb183efc52e7ddb97267c4..213c3188fa3217770e60f2e0165d733fcc47be6d 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.7-1) unstable; urgency=low
+
+  * v1.7
+
+ -- Marko Kreen <markokr@gmail.com>  Fri, 18 Dec 2015 19:57:16 +0200
+
 pgbouncer (1.7~rc1-1) unstable; urgency=low
 
   * 1.7rc1