bumping up versions in preparation for upcoming release
authormartinko <gamato@users.sf.net>
Thu, 20 Feb 2014 15:08:56 +0000 (16:08 +0100)
committermartinko <gamato@users.sf.net>
Thu, 20 Feb 2014 15:08:56 +0000 (16:08 +0100)
12 files changed:
NEWS
configure.ac
debian/changelog
sql/londiste/Makefile
sql/londiste/functions/londiste.version.sql
sql/londiste/londiste.control
sql/pgq/Makefile
sql/pgq/functions/pgq.version.sql
sql/pgq/pgq.control
sql/pgq_node/Makefile
sql/pgq_node/functions/pgq_node.version.sql
sql/pgq_node/pgq_node.control

diff --git a/NEWS b/NEWS
index 943b59db23095c9c03889a051429bf210739029a..63a3a46ea18bf778e85a788fc1929202b578289d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 
+2014-02-20  -  SkyTools 3.1.6rc1  -  ""
+
+  = Features =
+
+  = Minor features =
+
+  = Fixes =
+
+  = Cleanups =
+
 2013-07-31  -  SkyTools 3.1.5  -  "Caution, Blind Man Driving"
 
   = Features =
index b40b58d5dbfdc6a1fa986fb3f9f4874abc1acae6..897ab67d6ebb11a52226de03e7eddfeb9d3a6682 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.1.5)
+AC_INIT(skytools, 3.1.6rc1)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 84b41949d0d785c331e32430425f5eec4ed985cd..e495b064310ca2cd4b902bfae6ae927620adf2ac 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.1.6rc1) experimental; urgency=low
+
+  * v3.1.6rc1
+
+ -- martinko <gamato@users.sf.net>  Thu, 20 Feb 2014 15:00:00 +0100
+
 skytools3 (3.1.5.4) experimental; urgency=low
 
   * v3.1.5.4
index b9ab4d173f020f17c1f36cb5c7a0c8051f628ef3..c120d24d5d670298b1aff3f4d5d066e3593fd8a5 100644 (file)
@@ -1,8 +1,8 @@
 
 EXTENSION = londiste
 
-EXT_VERSION = 3.1.4
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3
+EXT_VERSION = 3.1.6
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4
 
 base_regress = londiste_provider londiste_subscriber \
               londiste_fkeys londiste_execute londiste_seqs londiste_merge \
index af30056acdf7fe3018cbc1166d8dbcbd9fe065b5..90dabc62404dd54fe9e22cc5aa9e5354eff8fea5 100644 (file)
@@ -4,11 +4,11 @@ returns text as $$
 -- ----------------------------------------------------------------------
 -- Function: londiste.version(0)
 --
---      Returns version string for londiste.  ATM it is based on SkyTools version
---      and only bumped when database code changes.
+--      Returns version string for londiste.  ATM it is based on SkyTools
+--      version and only bumped when database code changes.
 -- ----------------------------------------------------------------------
 begin
-    return '3.1.4';
+    return '3.1.6';
 end;
 $$ language plpgsql;
 
index 153a4ba261a73870d9d108fce1a11905ba98f1ff..24de5d23250637b9349000a7e06629fa60172616 100644 (file)
@@ -1,6 +1,6 @@
 # Londiste extensions
 comment = 'Londiste Replication'
-default_version = '3.1.4'
+default_version = '3.1.6'
 relocatable = false
 superuser = true
 schema = 'pg_catalog'
index 836ee8edd95fe2de36098dda166bd0637fe43fde..abb540d9f930e087bd635402c47a7b65e1e2b5c8 100644 (file)
@@ -1,8 +1,8 @@
 
 EXTENSION = pgq
 
-EXT_VERSION = 3.1.3
-EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2
+EXT_VERSION = 3.1.6
+EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.2 3.1.3
 
 DOCS = README.pgq
 
index 3313d80dbe41f9eddc48d6cea6f3bb2dfdd687ec..45fee80c4945897214045eb6027414c566a74370 100644 (file)
@@ -3,11 +3,11 @@ returns text as $$
 -- ----------------------------------------------------------------------
 -- Function: pgq.version(0)
 --
---      Returns version string for pgq.  ATM it is based on SkyTools version
---      and only bumped when database code changes.
+--      Returns version string for pgq.  ATM it is based on SkyTools
+--      version and only bumped when database code changes.
 -- ----------------------------------------------------------------------
 begin
-    return '3.1.3';
+    return '3.1.6';
 end;
 $$ language plpgsql;
 
index 91d54de2bcd5cab1d089fb50bbda2ef047dccf64..84bc6dd65d215671b641b0f388a6b5d964c77749 100644 (file)
@@ -1,6 +1,6 @@
 # pgq extension
 comment = 'Generic queue for PostgreSQL'
-default_version = '3.1.3'
+default_version = '3.1.6'
 relocatable = false
 superuser = true
 schema = 'pg_catalog'
index 784455b36f67faf55e3b54da5c07952a71ae4bfc..3ed60538ce4b8bc13814f1dca63b2f7b4dcc48df 100644 (file)
@@ -1,8 +1,8 @@
 
 EXTENSION = pgq_node
 
-EXT_VERSION = 3.1.3
-EXT_OLD_VERSIONS = 3.1
+EXT_VERSION = 3.1.6
+EXT_OLD_VERSIONS = 3.1 3.1.3
 
 Extension_regress = pgq_node_init_ext   pgq_node_test
 Contrib_regress   = pgq_node_init_noext pgq_node_test
index 17558b861805137c62aac1007b7c396cab373cfb..e121c1fd6ab38cc4ca23618cbbffda352ed05dd3 100644 (file)
@@ -4,11 +4,11 @@ returns text as $$
 -- ----------------------------------------------------------------------
 -- Function: pgq_node.version(0)
 --
---      Returns version string for pgq_node.  ATM it is based on SkyTools version
---      and only bumped when database code changes.
+--      Returns version string for pgq_node.  ATM it is based on SkyTools
+--      version and only bumped when database code changes.
 -- ----------------------------------------------------------------------
 begin
-    return '3.1.3';
+    return '3.1.6';
 end;
 $$ language plpgsql;
 
index 1e7230e69852819d2bb0d2afc725f60528e5692a..0c1bf826c801b2eddae3c2378fed2b1fb8916bc6 100644 (file)
@@ -1,6 +1,6 @@
 # pgq_node
 comment = 'Cascaded queue infrastructure'
-default_version = '3.1.3'
+default_version = '3.1.6'
 relocatable = false
 superuser = true
 schema = 'pg_catalog'