From 119916038f355233ad291c72088b78da07e0588e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 30 May 2012 16:14:01 +0300 Subject: [PATCH] v3.0.3 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c13184e7..ba49d5bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +2012-05-30 - SkyTools 3.0.3 - "Biometric Authentication by Yodeling" + + = Features = + + * londiste copy: copy table from another node (add-table --copy-node=NODE) + * londiste remove-table: drop sequence too + * public.create_partition: move under londiste schema, it's now generic enough + * londiste.create_partitions: Support copying rules from master table + * handlers.dispatch: use londiste.create_partitions, use old func as fallback + * walmgr: add option for init-slave to add password from file to .pgpass + * walmgr: add command synch-standby + + = Fixes = + + * CascadedWorker: merge-leaf-to-branch needs to publish wm info + * pgq_node.create_node: create branch nodes with disable_insert set + * pgq.insert_event: ignore disable_insert if in 'replica' role + * create_partition: public grant needs special casing + * skytools.dbstruct: better rule name redirection + * debian: add build-deps, force debian/control rebuild + * pgq_node.unregister_location: do automatic unsubscribe + * pgq_node.drop_node: drop queue data even if node_info is empty + * londiste add-table: --expect-sync does not require table existance on provider + + = Cleanups = + + * skytools_upgrade: show old version before upgrade + * CascadeAdmin: add node name prefix messages from db + * handlers.dispatch: add comment about differences from part_func + * londiste.find_table_oid: drop old version - 9.1+ panics when argument name changes + * dbservice.get_record_list: do not use parse_pgarray on python lists + + = Win32 = + + * skytools.scripting: catch EINTR from sleep() + * signal_pidfile: support sig=0 on win32 + * skytools.scripting: detect if signal name exists + + = Schema version changes = + + * pgq_node.version(): 3.0.0.18 + * londiste.version(): 3.0.0.16 + 2012-05-10 - SkyTools 3.0.2 - "Consumes 30% Less Brain Than Competing Products" = Features = diff --git a/configure.ac b/configure.ac index 4bd4fb94..8121492b 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.0.2) +AC_INIT(skytools, 3.0.3) 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 9f70f6b4..8b805531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools3 (3.0.3) experimental; urgency=low + + * v3.0.3 + + -- Marko Kreen Wed, 30 May 2012 15:57:04 +0300 + skytools3 (3.0.2) experimental; urgency=low * v3.0.2 -- 2.39.5