diff options
| author | Marko Kreen | 2012-10-31 12:41:12 +0000 |
|---|---|---|
| committer | Marko Kreen | 2012-10-31 13:13:57 +0000 |
| commit | bab6d43a7a71d8832a7879a01c68d82621503ac0 (patch) | |
| tree | 65c04a5736db0f73183d4ba17d95d8d4ac40ce0d | |
| parent | bf2859d954cbf8bbe8a104d0872cd3b92f891271 (diff) | |
v2.5rc1plproxy_2_5_rc1
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 14 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 21 insertions, 1 deletions
@@ -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 @@ -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 <marko.kreen@skype.net> Wed, 31 Oct 2012 14:48:21 +0200 + plproxy2 (2.4-1) unstable; urgency=low * v2.4 |
