]> granicus.if.org Git - pgbouncer/commitdiff
v1.4.1rc2 pgbouncer_1_4_1_rc2
authorMarko Kreen <markokr@gmail.com>
Mon, 21 Mar 2011 21:25:59 +0000 (23:25 +0200)
committerMarko Kreen <markokr@gmail.com>
Mon, 21 Mar 2011 21:25:59 +0000 (23:25 +0200)
NEWS
configure.ac
debian/changelog
lib

diff --git a/NEWS b/NEWS
index 5794540dec8d0e914a8b8b340e91a53a9181aef2..71aa72840392f8ff319e881133d48cc75825fffd 100644 (file)
--- a/NEWS
+++ b/NEWS
     * <usual/endian.h>: add autoconf detection for enc/dec functions
       so it would not create conflicts on BSD.
 
+    * Restore lost memset in slab allocator
+
     * Various minor portability fixes in libusual.
 
+    * Don't crash when config file does not exists.
+
+    * Don't crash on DNS lookup failure when logging on noise level (-v -v).
+
+    * Use backticks instead of $(cmd) in find_modules.sh to make it mort portable.
+
 2011-01-11  -  PgBouncer 1.4  -  "Gore Code"
 
   = Features =
index a14c25652f0df96d635b204c76628a0823df37b4..39fc12353b63ae7230fc38e22eaee34e69d33197 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.4.1rc1)
+AC_INIT(pgbouncer, 1.4.1rc2)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index e3f8f751cc3f732afe52023c9fa04596eb84067a..451d4fe403a7e2ee214abcac8ae382e8599877f3 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.4.1rc2-1) unstable; urgency=low
+
+  * v1.4.1rc2
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 21 Mar 2011 23:24:00 +0200
+
 pgbouncer (1.4.1rc1-1) unstable; urgency=low
 
   * v1.4.1rc1
diff --git a/lib b/lib
index 88992f86f36429a38136d369fdb16020c8c9fa8d..d2b19a112f36d311c3edfb20ec239fe69a2b3d50 160000 (submodule)
--- a/lib
+++ b/lib
@@ -1 +1 @@
-Subproject commit 88992f86f36429a38136d369fdb16020c8c9fa8d
+Subproject commit d2b19a112f36d311c3edfb20ec239fe69a2b3d50