diff options
-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 |