From: Marko Kreen Date: Wed, 31 Oct 2012 12:41:12 +0000 (+0200) Subject: v2.5rc1 X-Git-Tag: plproxy_2_5_rc1 X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=bab6d43a7a71d8832a7879a01c68d82621503ac0;p=plproxy.git v2.5rc1 --- diff --git a/Makefile b/Makefile index 25ef962..75f2c72 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXTENSION = plproxy # sync with NEWS, META.json, plproxy.control, debian/changelog -DISTVERSION = 2.5 +DISTVERSION = 2.5rc1 EXTVERSION = 2.5.0 UPGRADE_VERS = 2.3.0 2.4.0 diff --git a/NEWS b/NEWS index 143f998..25eac42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +2012-11-xx - PlProxy 2.5 - "" + + = Fixes = + + * When sending cancel request to server, wait for answer + and discard it. Without waiting the local backend might + be killed and cancel request dropped before it reaches + remote server - eg. when there is pgbouncer in the middle. + + * When return record is based on type or table, detect changes + and reload the type. + + * Allow type or table to have dropped fields. + 2012-05-07 - PlProxy 2.4 - "Light Eater" = Features = diff --git a/debian/changelog b/debian/changelog index 4219ed1..0a9f800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.5~rc1-1) unstable; urgency=low + + * v2.5rc1 + + -- Marko Kreen Wed, 31 Oct 2012 14:48:21 +0200 + plproxy2 (2.4-1) unstable; urgency=low * v2.4