diff options
author | Marko Kreen | 2010-04-23 15:02:18 +0000 |
---|---|---|
committer | Marko Kreen | 2010-04-23 15:02:18 +0000 |
commit | db80b89e723891ce5e19f54b4d2d065eec3892db (patch) | |
tree | a2880ec1cac77a5d1c21e462fcb0ac4d495f6955 | |
parent | 2ce2bd7657a1e4d3b3a18edaa31b5dda095eb416 (diff) |
v2.1plproxy_2_1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ # PL/Proxy version -PLPROXY_VERSION = 2.1rc1 +PLPROXY_VERSION = 2.1 # libpq config PG_CONFIG = pg_config @@ -1,4 +1,4 @@ -2010-xx-xx - PlProxy 2.1 - "" +2010-04-23 - PlProxy 2.1 - "Quality Horrorshow" = Features = @@ -24,6 +24,8 @@ * Remote errors and notices are now passed upwards with all details. Previously only error message pas passed and notices were ignored. + * Show remote database name in error messages. + * Compatible with Postgres 9.0. * Compatible with flex 2.5.35+ - it now properly defines it's diff --git a/debian/changelog b/debian/changelog index 8cbbd89..095b0ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.1-1) unstable; urgency=low + + * v2.1 + + -- Marko Kreen <marko.kreen@skype.net> Fri, 23 Apr 2010 17:55:23 +0300 + plproxy2 (2.1rc1-1) unstable; urgency=low * v2.1rc1 |