tag 2.0.8rc1 plproxy_2_0_8rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 2 Jan 2009 15:16:37 +0000 (15:16 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 2 Jan 2009 15:16:37 +0000 (15:16 +0000)
Makefile
NEWS
debian/changelog

index ce0b7c5b45012040d7c471b72ee59200bd864ae2..184b0f97b715c7e8f5a576d7d19da5ddabb85a7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 # PL/Proxy version
-PLPROXY_VERSION = 2.0.7
+PLPROXY_VERSION = 2.0.8rc1
 
 # libpq config
 PQINC = $(shell pg_config --includedir)
diff --git a/NEWS b/NEWS
index cb1dd7ee59ece3eb67505f9a9a48a3305c8fb4da..6dadf1e59f7ba19472fc6e966a2e27b39b8dc349 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,24 @@
-2008-12-xx  -  PlProxy 2.0.8  -  ""
+2009-01-xx  -  PlProxy 2.0.8  -  ""
 
   = Features =
 
   * If query is canceled, send cancel request to remote db too.
     (Ye Wenbin)
 
+  * Allow direct argument references in RUN ON statement:
+    Now this works: RUN ON $1;   RUN ON arg;
+
+  * Add FAQ to docs which answers few common questions.
+
+  = Fixes =
+
+  * Clear ->tuning bit on connection close.
+
+    If 'SET client_encoding' fails, the bit can stay set,
+    thus creating always-failing connection slot.
+
+    Reported and analyzed by Jonah Harris.
+
 2008-09-29  -  PlProxy 2.0.7  -  "The Ninja of Shadow"
 
   = Fixes =
index e5454c911251f8b9d164dfb0692e5e828204fdb8..abbd95231c2031ba141c775e2b73874119b51c7c 100644 (file)
@@ -1,3 +1,9 @@
+plproxy2 (2.0.8rc1) unstable; urgency=low
+
+  * v2.0.8rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  R, 02 jaan  2009 17:14:09 +0200
+
 plproxy2 (2.0.7) unstable; urgency=low
 
   * v2.0.7