summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2012-10-31 12:41:12 +0000
committerMarko Kreen2012-10-31 13:13:57 +0000
commitbab6d43a7a71d8832a7879a01c68d82621503ac0 (patch)
tree65c04a5736db0f73183d4ba17d95d8d4ac40ce0d
parentbf2859d954cbf8bbe8a104d0872cd3b92f891271 (diff)
-rw-r--r--Makefile2
-rw-r--r--NEWS14
-rw-r--r--debian/changelog6
3 files changed, 21 insertions, 1 deletions
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 <marko.kreen@skype.net> Wed, 31 Oct 2012 14:48:21 +0200
+
plproxy2 (2.4-1) unstable; urgency=low
* v2.4