From: Marko Kreen Date: Fri, 2 Jan 2009 15:16:37 +0000 (+0000) Subject: tag 2.0.8rc1 X-Git-Tag: plproxy_2_0_8rc1 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=12143f492d8c29b14cd1493a95f7764c23bce409;p=plproxy.git tag 2.0.8rc1 --- diff --git a/Makefile b/Makefile index ce0b7c5..184b0f9 100644 --- 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 cb1dd7e..6dadf1e 100644 --- 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 = diff --git a/debian/changelog b/debian/changelog index e5454c9..abbd952 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.0.8rc1) unstable; urgency=low + + * v2.0.8rc1 + + -- Marko Kreen R, 02 jaan 2009 17:14:09 +0200 + plproxy2 (2.0.7) unstable; urgency=low * v2.0.7