From: Marko Kreen Date: Tue, 27 Nov 2012 13:04:52 +0000 (+0200) Subject: v2.5 X-Git-Tag: plproxy_2_5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=01936d68da23b2e89bfbc3c7af9e492d3e4a973e;p=plproxy.git v2.5 --- diff --git a/Makefile b/Makefile index 7078b4e..1dd7ce2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXTENSION = plproxy # sync with NEWS, META.json, plproxy.control, debian/changelog -DISTVERSION = 2.5rc1 +DISTVERSION = 2.5 EXTVERSION = 2.5.0 UPGRADE_VERS = 2.3.0 2.4.0 diff --git a/NEWS b/NEWS index 25eac42..2e60bac 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ -2012-11-xx - PlProxy 2.5 - "" +2012-11-27 - PlProxy 2.5 - "With Extra Leg For Additional Stability" + + = Features = + + * Support RETURNS TABLE syntax. + + * Support range types. + + * Make it build against 9.3dev. (Peter Eisentraut) = Fixes = @@ -12,6 +20,8 @@ * Allow type or table to have dropped fields. + * Fix crash when RETURNS TABLE syntax is used. + 2012-05-07 - PlProxy 2.4 - "Light Eater" = Features = diff --git a/debian/changelog b/debian/changelog index 0a9f800..62523c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.5-1) unstable; urgency=low + + * v2.5 + + -- Marko Kreen Tue, 27 Nov 2012 14:49:28 +0200 + plproxy2 (2.5~rc1-1) unstable; urgency=low * v2.5rc1