From: Marko Kreen Date: Thu, 20 Dec 2007 16:28:58 +0000 (+0000) Subject: prepare for 2.0.4 X-Git-Tag: plproxy_2_0_4_rc1 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=ae5ec4d4a5e5b4abce608f34057839223e4664c7;p=plproxy.git prepare for 2.0.4 --- diff --git a/Makefile b/Makefile index fa6cc5e..5f15585 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # PL/Proxy version -PLPROXY_VERSION = 2.0.4cvs +PLPROXY_VERSION = 2.0.4rc1 # libpq config PQINC = $(shell pg_config --includedir) diff --git a/NEWS b/NEWS index 16e603a..2525430 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2007-12-xx - PlProxy 2.0.4 - "Vampire-proof" + + * 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. + 2007-12-10 - PlProxy 2.0.3 - "Faster Than A Fresh Zombie" = Features = diff --git a/debian/changelog b/debian/changelog index b44afb5..cf94597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.0.4) unstable; urgency=low + + * v2.0.4 + + -- Marko Kreen Thu, 20 Dec 2007 16:38:16 +0200 + plproxy2 (2.0.3) unstable; urgency=low * v2.0.3