tag 2.0.4rc2
authorMarko Kreen <markokr@gmail.com>
Thu, 20 Dec 2007 22:14:54 +0000 (22:14 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 20 Dec 2007 22:14:54 +0000 (22:14 +0000)
Makefile
NEWS

index be362ad86d69537a49f4fd15ff22335766f03709..b715a55a0c479c4f07e5363175fcf9fa02ff2ae6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 # PL/Proxy version
-PLPROXY_VERSION = 2.0.4rc1
+PLPROXY_VERSION = 2.0.4rc2
 
 # libpq config
 PQINC = $(shell pg_config --includedir)
diff --git a/NEWS b/NEWS
index 2525430ab8e68e8058497d53ec77d8304a1aa378..7a66e672db06e5c5a3a80336a16e14cd809a6995 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,9 @@
 
   * Fix crash due to bad error reporting when remote db
     closes socket unexpectedly.
-  * Add some sanity checking around PQsocket() to detect
-    lost sockets.
   * Use pg_strcasecmp to compare encodings.
   * Log encoding values if it fails to apply.
+  * Replace select(2) with poll(2) to allow large fd values.
 
 2007-12-10  -  PlProxy 2.0.3  -  "Faster Than A Fresh Zombie"