summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2011-09-13 13:25:40 +0000
committerMarko Kreen2011-09-13 13:30:49 +0000
commit2bc724c6156359e6aa015846c0d293034264771c (patch)
tree0bbf6666d8a122cf06bb040d717b6a71789c65ac
parent36a81e45970d44fa103807df22bb56ed5116040c (diff)
-rw-r--r--AUTHORS1
-rw-r--r--Makefile2
-rw-r--r--NEWS15
-rw-r--r--debian/changelog6
4 files changed, 23 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 23401c0..328449c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ Jonah Harris
Lei Yonghua
Martin Pihlak
Peter Eisentraut
+Petr Jelinek
Steve Singer
Ye Wenbin
diff --git a/Makefile b/Makefile
index 03aa782..bbd7e2a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# PL/Proxy version
-PLPROXY_VERSION = 2.2
+PLPROXY_VERSION = 2.3rc1
# set to 1 to disallow functions containing SELECT
NO_SELECT = 0
diff --git a/NEWS b/NEWS
index aa9ca8a..4df2dec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2011-xx-xx - PlProxy 2.3 - ""
+
+ = Features =
+
+ * Global SQL/MED options: ALTER FOREIGN DATA WRAPPER plproxy OPTIONS ... ;
+ (Petr Jelinek)
+
+ * New config options: keepalive_idle, keepalive_interval, keepalive_count.
+ For TCP keepalive tuning. Alternative to libpq keepalive options
+ when older libpq is used or when central tuning is preferrable.
+
+ = Docs =
+
+ * Use Asciidoc ListingBlock for code - results in nicer HTML.
+
2011-02-18 - PlProxy 2.2 - "Cover With Milk To See Secret Message"
= Features =
diff --git a/debian/changelog b/debian/changelog
index c1d6407..1fa7cf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+plproxy2 (2.3rc1-1) unstable; urgency=low
+
+ * v2.3rc1
+
+ -- Marko Kreen <marko.kreen@skype.net> Tue, 13 Sep 2011 14:57:18 +0300
+
plproxy2 (2.2-1) unstable; urgency=low
* v2.2