+2014-02-20 - SkyTools 3.1.6rc1 - ""
+
+ = Features =
+
+ = Minor features =
+
+ = Fixes =
+
+ = Cleanups =
+
2013-07-31 - SkyTools 3.1.5 - "Caution, Blind Man Driving"
= Features =
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])
+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
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 \
-- ----------------------------------------------------------------------
-- 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;
# Londiste extensions
comment = 'Londiste Replication'
-default_version = '3.1.4'
+default_version = '3.1.6'
relocatable = false
superuser = true
schema = 'pg_catalog'
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
-- ----------------------------------------------------------------------
-- 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;
# pgq extension
comment = 'Generic queue for PostgreSQL'
-default_version = '3.1.3'
+default_version = '3.1.6'
relocatable = false
superuser = true
schema = 'pg_catalog'
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
-- ----------------------------------------------------------------------
-- 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;
# pgq_node
comment = 'Cascaded queue infrastructure'
-default_version = '3.1.3'
+default_version = '3.1.6'
relocatable = false
superuser = true
schema = 'pg_catalog'