diff options
author | Marko Kreen | 2011-09-13 13:25:40 +0000 |
---|---|---|
committer | Marko Kreen | 2011-09-13 13:30:49 +0000 |
commit | 2bc724c6156359e6aa015846c0d293034264771c (patch) | |
tree | 0bbf6666d8a122cf06bb040d717b6a71789c65ac | |
parent | 36a81e45970d44fa103807df22bb56ed5116040c (diff) |
v2.3rc1plproxy_2_3_rc1
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 23 insertions, 1 deletions
@@ -22,6 +22,7 @@ Jonah Harris Lei Yonghua Martin Pihlak Peter Eisentraut +Petr Jelinek Steve Singer Ye Wenbin @@ -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 @@ -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 |