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

diff --git a/AUTHORS b/AUTHORS
index 29e972889b634a45658298403b7e778914acb8cd..0a184364778456afcdd0e23cb941e6aa1fe93662 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ Jacob Coby
 Jørgen Austvik
 Magne Mæhre
 Martin Pihlak
+Rich Schaaf
 Robert Gogolok
 Teodor Sigaev
 
diff --git a/NEWS b/NEWS
index bf3b112207cf87ff6204f19df2aa0e44aeaf1663..5794540dec8d0e914a8b8b340e91a53a9181aef2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2011-01-11  -  PgBouncer 1.x  -  ""
+2011-xx-xx  -  PgBouncer 1.x  -  ""
 
   = Features =
 
 
     * win32: Fix crashes with NULL unix socket addr.
 
+    * win32: fix auth file on DOS line endings - load_file() did not take
+      account of file shringage when loading.
+      (Rich Schaaf)
+
+    * <usual/endian.h>: add autoconf detection for enc/dec functions
+      so it would not create conflicts on BSD.
+
+    * Various minor portability fixes in libusual.
+
 2011-01-11  -  PgBouncer 1.4  -  "Gore Code"
 
   = Features =
index ce20a273e0493906bc107956de02cbbb59cd3970..a14c25652f0df96d635b204c76628a0823df37b4 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.4)
+AC_INIT(pgbouncer, 1.4.1rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 9f0f45a69bddfad5b083ca1059497ba966c532d1..e3f8f751cc3f732afe52023c9fa04596eb84067a 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.4.1rc1-1) unstable; urgency=low
+
+  * v1.4.1rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 28 Feb 2011 23:11:27 +0200
+
 pgbouncer (1.4-1) unstable; urgency=low
 
   * v1.4