diff options
| -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.0.9rc1 +PLPROXY_VERSION = 2.0.9 # libpq config PQINC = $(shell pg_config --includedir) @@ -1,4 +1,4 @@ -2009-09-xx - PlProxy 2.0.9 - "" +2009-10-28 - PlProxy 2.0.9 - "Five-Nines Guarantee For Not Bricking The Server" = Features = @@ -32,6 +32,8 @@ with query arg index, instead of function arg index. (João Matos) + * geterrcode(): Switch memory context to work around Assert() in CopyErrorData(). + 2009-01-16 - PlProxy 2.0.8 - "Simple Multi-Tentacle Arhitecture" = Features = diff --git a/debian/changelog b/debian/changelog index 047851e..c5722d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.0.9) unstable; urgency=low + + * v2.0.9 + + -- Marko Kreen <marko.kreen@skype.net> Wed, 28 Oct 2009 14:41:33 +0200 + plproxy2 (2.0.9rc1) unstable; urgency=low * v2.0.9rc1 |
