From 8ba8d78ed186c2cd95a5378bb14825fa15384df8 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 5 Apr 2012 17:51:06 +0300 Subject: [PATCH] v2.4rc1 --- META.json | 4 ++-- Makefile | 2 +- NEWS | 5 +++++ debian/changelog | 2 +- plproxy.control | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index d8155eb..8c1159e 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "plproxy", "abstract": "Database partitioning implemented as procedural language", "description": "PL/Proxy is database partitioning system implemented as PL language.", - "version": "2.3.0", + "version": "2.4.0", "maintainer": [ "Marko Kreen " ], @@ -14,7 +14,7 @@ "abstract": "Database partitioning implemented as procedural language", "file": "sql/plproxy.sql", "docfile": "doc/tutorial.txt", - "version": "2.3.0" + "version": "2.4.0" } }, "prereqs": { diff --git a/Makefile b/Makefile index 16ca506..8533d9f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXTENSION = plproxy # sync with NEWS, META.json, plproxy.control, debian/changelog -EXTVERSION = 2.3.0 +EXTVERSION = 2.4.0 # set to 1 to disallow functions containing SELECT NO_SELECT = 0 diff --git a/NEWS b/NEWS index 6662ef6..08ba9d6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ = Features = + * Use `current_user` as default user for remote connections. + Support access with different users to same cluster + in same backend. Old default was `session_user`, + but that does not seem useful anymore. + * Support ENUM types. (Zoltán Böszörményi) * Support building as PGXN extension. (David E. Wheeler) diff --git a/debian/changelog b/debian/changelog index 2f218cb..4b11580 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -plproxy2 (2.4-1) unstable; urgency=low +plproxy2 (2.4~rc1-1) unstable; urgency=low * v2.4 diff --git a/plproxy.control b/plproxy.control index d8d1834..38389e0 100644 --- a/plproxy.control +++ b/plproxy.control @@ -1,6 +1,6 @@ # plproxy extension comment = 'Database partitioning implemented as procedural language' -default_version = '2.3.0' +default_version = '2.4.0' module_pathname = '$libdir/plproxy' relocatable = false # schema = pg_catalog -- 2.39.5