From ec59150b6085a21ac00ace40e15f80092650608d Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 15 Apr 2013 14:56:41 +0300 Subject: [PATCH] Instead 2.5.1, use 2.6 as next ver. the validator is too big change for 2.5.1 --- META.json | 4 ++-- Makefile | 4 ++-- NEWS | 2 ++ debian/changelog | 6 ++++++ plproxy.control | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 6eb0839..ce598ab 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.5.0", + "version": "2.6.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.5.1" + "version": "2.6.0" } }, "prereqs": { diff --git a/Makefile b/Makefile index fd43e81..d625118 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ EXTENSION = plproxy # sync with NEWS, META.json, plproxy.control, debian/changelog -DISTVERSION = 2.5 -EXTVERSION = 2.5.1 +DISTVERSION = 2.6 +EXTVERSION = 2.6.0 UPGRADE_VERS = 2.3.0 2.4.0 2.5.0 # set to 1 to disallow functions containing SELECT diff --git a/NEWS b/NEWS index 2e60bac..b543656 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +2013-xx-xx - PlProxy 2.6 - "" + 2012-11-27 - PlProxy 2.5 - "With Extra Leg For Additional Stability" = Features = diff --git a/debian/changelog b/debian/changelog index 62523c3..892e7d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.6-0) unstable; urgency=low + + * v2.6 + + -- Marko Kreen Mon, 15 Apr 2013 14:55:27 +0300 + plproxy2 (2.5-1) unstable; urgency=low * v2.5 diff --git a/plproxy.control b/plproxy.control index 2da2189..57e23ae 100644 --- a/plproxy.control +++ b/plproxy.control @@ -1,6 +1,6 @@ # plproxy extension comment = 'Database partitioning implemented as procedural language' -default_version = '2.5.1' +default_version = '2.6.0' module_pathname = '$libdir/plproxy' relocatable = false # schema = pg_catalog -- 2.39.5