]> granicus.if.org Git - pgbouncer/commitdiff
v1.4rc3
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Nov 2010 16:06:04 +0000 (18:06 +0200)
committerMarko Kreen <markokr@gmail.com>
Mon, 29 Nov 2010 16:06:04 +0000 (18:06 +0200)
AUTHORS
NEWS
configure.ac
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index dc8775e69568933e985f4f58007d5a12915272bd..a746b587d68d7f486d5eb235e036a39f75485367 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,6 +15,7 @@ Dimitri Fontaine
 Guillaume Lelarge
 Greg Sabino Mullane
 Hiroshi Saito
+Hubert Depesz Lubaczewski
 Jacob Coby
 Jørgen Austvik
 Magne Mæhre
diff --git a/NEWS b/NEWS
index 9bf8337b6342ae1821978f071c61c47d7bf5ee08..96f22c82e8934a8e1a05e12b4df62ed79caaddc5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,36 @@
 2010-xx-xx  -  PgBouncer 1.4  -  ""
 
-  * async dns
-  * disable_pqexec
-  * application_name
-  * long options
-  * remove fixed-length limit from server params
-  * libusual
+  = Features =
+
+    * Async DNS lookup - instead of resolving hostnames at reload time,
+      the names are now resolved at connect time, with configurable caching.
+      (See dns_max_ttl parameter.)
+
+      By default it uses getaddrinfo_a() (glibc) as backend, if it does not
+      exist, then getaddrinfo_a() is emulated via blocking(!) getaddrinfo().
+
+      When --enable-evdns argument to configure, libevent's evdns is used
+      as backend.  It is not used by default, because libevent 1.3/1.4
+      contain quite broken implementation.  Only evdns in libevent 2.0
+      seems reliable enough.
+
+    * New config var: syslog_ident, to tune syslog name.
+
+    * Proper support for `application_name` startup parameter.
+
+    * Command line long options (Guillaume Lelarge)
+
+    * Solaris portability fixes (Hubert Depesz Lubaczewski)
+
+    * New config var: disable_pqexec.  Highly-paranoid environments
+      can disable Simple Query Protocol with that.  Requires apps
+      that use only Extended Query Protocol.
+
+  = Internal cleanups =
+
+    * Use libusual library for low-level utility functions.
+
+    * Remove fixed-length limit from server params.
 
 2010-09-09  -  PgBouncer 1.3.4  -  "Bouncer is always right"
 
index f6302e36b4eb0afec4536068c4c85a4b3e192f7c..875745a6864d0301637ea2f745ddc85a4f44909b 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.4rc2.1)
+AC_INIT(pgbouncer, 1.4rc3)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 3e0d1438830b3a5f504ffaaffcd3e1a46802289b..c1d1a00a2c543e1e65a4651704c2cf7f14f22dd3 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.4-0rc3) unstable; urgency=low
+
+  * v1.4rc3
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 29 Nov 2010 13:44:46 +0200
+
 pgbouncer (1.4-0rc2.1) unstable; urgency=low
 
   * v1.4rc2.1