diff options
| author | Marko Kreen | 2012-11-02 08:32:12 +0000 |
|---|---|---|
| committer | Marko Kreen | 2012-11-02 09:44:22 +0000 |
| commit | 858cb7c48a67afcb4603f4f3a710e278b88e7a52 (patch) | |
| tree | 96836156ac423b7abcaa884fd6d515f25b754b47 | |
| parent | 01da96dfb1f77d5b00c99733620d715eca7a889a (diff) | |
v3.1.2
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | NEWS | 31 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
4 files changed, 39 insertions, 1 deletions
@@ -40,5 +40,6 @@ Sergey Konoplev Shoaib Mir Steve Singer Tarvi Pillessaar +Tony Arkles Zoltán Böszörményi @@ -1,4 +1,35 @@ +2012-11-02 - SkyTools 3.1.2 - "Tank in a Tarball" + + = Features = + + * --find-copy-node switch to 'add-table' that instructs 'copy' + to walk upwards until it finds node that has full table. + Parts of the patch were in earlier, but they did not work + on merge node properly. Now the walk code was moved to copy, + instead being done during add-table to fix that. + + Compare and repair does not support (yet) such walking. + + = Minor Features = + + * Allow overrided options with --set to show up in --ini output + * Londiste: try to show exact event info on failure. + + = Fixes = + + * Fix 2.1 to 3.0 upgade script, rename to pgq.upgrade_2.1_to_3.0.sql + * Fix Londiste compare and repair to accept copy-condition from handler (Asko Oja) + * Reorg of Londiste tests (Asko Oja) + * Socket library autoconf (Tony Arkles) + * londiste: don't filter EXECUTE or TRUNCATE events on merge node + * londiste execute: when ddl was already applied, connection was + left in wrong mode. Fix. + * Fix compare expression - md5() was in wrong place. + * qadmin: make "install pgq" also install pgq_coop + * pgq: quote internal table names + * Bump pgq schema version to 3.1.2 + 2012-10-09 - SkyTools 3.1.1 - "Service Oriented Diapers" Queue_mover and queue_splitter now have service names ending with 3. diff --git a/configure.ac b/configure.ac index da1c5370..b6bdc817 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.1) +AC_INIT(skytools, 3.1.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 3abeb71f..74aa8b65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools3 (3.1.2) experimental; urgency=low + + * v3.1.2 + + -- Marko Kreen <marko.kreen@skype.net> Fri, 02 Nov 2012 11:43:51 +0200 + skytools3 (3.1.1) experimental; urgency=low * v3.1.1 |
