]> granicus.if.org Git - pgbouncer/commitdiff
v1.5rc1
authorMarko Kreen <markokr@gmail.com>
Mon, 12 Dec 2011 22:51:47 +0000 (00:51 +0200)
committerMarko Kreen <markokr@gmail.com>
Mon, 12 Dec 2011 22:51:47 +0000 (00:51 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 94e5a093e54c644bd9e7615ef94690f9e000893c..291aaed9d16387ab4a782adcf6baf797630b07d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@
     * KILL command, to immediately kill all connections for one database.
       (Michael Tharp)
 
+    * Move to Antimake build system to have better looking Makefiles.
+
   = Fixes =
 
     * DNS now works with IPv6 hostnames.
@@ -61,6 +63,8 @@
     * When user= without password= is in database connect string,
       password will be taken from userlist.
 
+    * Parse '*' properly in takeover code.
+
     * autogen.sh: work with older autoconf/automake.
 
 2011-06-16  -  PgBouncer 1.4.2  -  "Strike-First Algorithm"
index 9d659b5029c0f9561492f1b4f38bd23533c3f478..3cde6b566153eed2c2def6c87c3e721145f7c5ea 100644 (file)
@@ -1,15 +1,13 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.4.3dev1)
+AC_INIT(pgbouncer, 1.5rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
 
-dnl unix/win32
+dnl basic init
 AC_USUAL_INIT
 
-LT_INIT
-
 dnl Checks for programs.
 AC_USUAL_PROGRAM_CHECK
 
index 569782445eb7bb0fa362c61b1fbab0dbb60d64ec..ebb9d54f05ee910469ccc5887258b914edfb6875 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.5rc1-1) unstable; urgency=low
+
+  * v1.5rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Tue, 13 Dec 2011 00:28:43 +0200
+
 pgbouncer (1.4.3dev1-1) unstable; urgency=low
 
   * v1.4.3dev1