]> granicus.if.org Git - pgbouncer/commitdiff
v1.4.2rc1 pgbouncer_1_4_2_rc1
authorMarko Kreen <markokr@gmail.com>
Thu, 2 Jun 2011 15:42:11 +0000 (18:42 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 2 Jun 2011 15:42:11 +0000 (18:42 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 46040f93c00aa7f8dfaff9fc080bac6953247af4..327dbc2edda447804a21c20169acb864b47bfc04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2011-06-xx  -  PgBouncer 1.4.2  -  ""
+
+  Affected OS-es: *BSD, Solaris, Win32.
+
+  = Portability Fixes =
+
+    * Give CFLAGS to linker.  Needed when using pthread-based
+      getaddrinfo_a() fallback.
+
+    * lib/find_modules.sh: Replace split() with index()+substr().
+      This should make it work with older AWKs.
+
+    * <usual/endian.h>: Ignore system htoX/Xtoh defines.  There
+      may be only subset of macros defined.
+
+    * <usual/signal.h>: Separate compat sigval from compat sigevent
+
+    * <usual/socket.h>: Include <sys/uio.h> to get iovec
+
+    * <usual/time.h>: Better function autodetection on win32
+
+    * <usual/base_win32.h>: Remove duplicate sigval/sigevent declaration
+
 2011-04-01  -  PgBouncer 1.4.1  -  "It Was All An Act"
 
   = Features =
index b5d9e6731e501e3b246bbbdf507d83fb8d35ce2f..7d5faf2cefaebd7811bf8c0a5565f27f554262bf 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.4.1)
+AC_INIT(pgbouncer, 1.4.2rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 4642189da6a4a55063feb0f269951894442e5bf4..d1e9f0b6c959be7c09d8e7c78a5885ed53f6ef60 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.4.2rc1-1) unstable; urgency=low
+
+  * v1.4.2rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Thu, 02 Jun 2011 18:36:27 +0300
+
 pgbouncer (1.4.1-1) unstable; urgency=low
 
   * v1.4.1