summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartinko2014-04-01 12:45:51 +0000
committermartinko2014-04-01 12:45:51 +0000
commit62abe7b14dedaba7a6dd5678c8e0b4e3335ed81c (patch)
tree2d2f66bde621f7ad0dd012911ad19fbdcfa7ffcc
parent38a4dd6b32d07904c60ec55099bcac1c82da8954 (diff)
bumped up version to 3.2
let's get trendy ... it's no good to be stuck on same minor version for so long ;-) and it actually did not make sense ... quite a few important features appeared
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--sql/londiste/Makefile4
-rw-r--r--sql/londiste/functions/londiste.version.sql2
-rw-r--r--sql/londiste/londiste.control2
-rw-r--r--sql/pgq/Makefile4
-rw-r--r--sql/pgq/functions/pgq.version.sql2
-rw-r--r--sql/pgq/pgq.control2
-rw-r--r--sql/pgq_node/Makefile4
-rw-r--r--sql/pgq_node/functions/pgq_node.version.sql2
-rw-r--r--sql/pgq_node/pgq_node.control2
12 files changed, 20 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 7ac519f5..3a5eba93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-2014-03-17 - SkyTools 3.1.6rc2 - ""
+2014-03-31 - SkyTools 3.2 - "Hit any user to continue"
= Features =
diff --git a/configure.ac b/configure.ac
index 89fbb8f5..458deb5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(skytools, 3.1.6rc2)
+AC_INIT(skytools, 3.2)
AC_CONFIG_SRCDIR(python/londiste.py)
AC_CONFIG_HEADER(lib/usual/config.h)
AC_PREREQ([2.59])
diff --git a/debian/changelog b/debian/changelog
index 9cd7568c..3712fc0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+skytools3 (3.2) experimental; urgency=low
+
+ * v3.2
+
+ -- martinko <[email protected]> Mon, 31 Mar 2014 16:17:18 +0200
+
skytools3 (3.1.6rc2) experimental; urgency=low
* v3.1.6rc2
diff --git a/sql/londiste/Makefile b/sql/londiste/Makefile
index c120d24d..07b8d2f5 100644
--- a/sql/londiste/Makefile
+++ b/sql/londiste/Makefile
@@ -1,8 +1,8 @@
EXTENSION = londiste
-EXT_VERSION = 3.1.6
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4
+EXT_VERSION = 3.2
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4 3.1.6
base_regress = londiste_provider londiste_subscriber \
londiste_fkeys londiste_execute londiste_seqs londiste_merge \
diff --git a/sql/londiste/functions/londiste.version.sql b/sql/londiste/functions/londiste.version.sql
index 90dabc62..3025d48e 100644
--- a/sql/londiste/functions/londiste.version.sql
+++ b/sql/londiste/functions/londiste.version.sql
@@ -8,7 +8,7 @@ returns text as $$
-- version and only bumped when database code changes.
-- ----------------------------------------------------------------------
begin
- return '3.1.6';
+ return '3.2';
end;
$$ language plpgsql;
diff --git a/sql/londiste/londiste.control b/sql/londiste/londiste.control
index 24de5d23..40afe77c 100644
--- a/sql/londiste/londiste.control
+++ b/sql/londiste/londiste.control
@@ -1,6 +1,6 @@
# Londiste extensions
comment = 'Londiste Replication'
-default_version = '3.1.6'
+default_version = '3.2'
relocatable = false
superuser = true
schema = 'pg_catalog'
diff --git a/sql/pgq/Makefile b/sql/pgq/Makefile
index abb540d9..2492271c 100644
--- a/sql/pgq/Makefile
+++ b/sql/pgq/Makefile
@@ -1,8 +1,8 @@
EXTENSION = pgq
-EXT_VERSION = 3.1.6
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2 3.1.3
+EXT_VERSION = 3.2
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2 3.1.3 3.1.6
DOCS = README.pgq
diff --git a/sql/pgq/functions/pgq.version.sql b/sql/pgq/functions/pgq.version.sql
index 45fee80c..0645a92d 100644
--- a/sql/pgq/functions/pgq.version.sql
+++ b/sql/pgq/functions/pgq.version.sql
@@ -7,7 +7,7 @@ returns text as $$
-- version and only bumped when database code changes.
-- ----------------------------------------------------------------------
begin
- return '3.1.6';
+ return '3.2';
end;
$$ language plpgsql;
diff --git a/sql/pgq/pgq.control b/sql/pgq/pgq.control
index 84bc6dd6..5e934a1f 100644
--- a/sql/pgq/pgq.control
+++ b/sql/pgq/pgq.control
@@ -1,6 +1,6 @@
# pgq extension
comment = 'Generic queue for PostgreSQL'
-default_version = '3.1.6'
+default_version = '3.2'
relocatable = false
superuser = true
schema = 'pg_catalog'
diff --git a/sql/pgq_node/Makefile b/sql/pgq_node/Makefile
index 3ed60538..dfa61cd7 100644
--- a/sql/pgq_node/Makefile
+++ b/sql/pgq_node/Makefile
@@ -1,8 +1,8 @@
EXTENSION = pgq_node
-EXT_VERSION = 3.1.6
-EXT_OLD_VERSIONS = 3.1 3.1.3
+EXT_VERSION = 3.2
+EXT_OLD_VERSIONS = 3.1 3.1.3 3.1.6
Extension_regress = pgq_node_init_ext pgq_node_test
Contrib_regress = pgq_node_init_noext pgq_node_test
diff --git a/sql/pgq_node/functions/pgq_node.version.sql b/sql/pgq_node/functions/pgq_node.version.sql
index e121c1fd..9f1fde4f 100644
--- a/sql/pgq_node/functions/pgq_node.version.sql
+++ b/sql/pgq_node/functions/pgq_node.version.sql
@@ -8,7 +8,7 @@ returns text as $$
-- version and only bumped when database code changes.
-- ----------------------------------------------------------------------
begin
- return '3.1.6';
+ return '3.2';
end;
$$ language plpgsql;
diff --git a/sql/pgq_node/pgq_node.control b/sql/pgq_node/pgq_node.control
index 0c1bf826..05391d6a 100644
--- a/sql/pgq_node/pgq_node.control
+++ b/sql/pgq_node/pgq_node.control
@@ -1,6 +1,6 @@
# pgq_node
comment = 'Cascaded queue infrastructure'
-default_version = '3.1.6'
+default_version = '3.2'
relocatable = false
superuser = true
schema = 'pg_catalog'