From b6aa4324a3a1b2be4078044a6d042ee54e7fae14 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 20 Dec 2012 18:12:21 +0200 Subject: [PATCH] v3.1.3 --- NEWS | 6 ++++-- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a54bd108..0fb04eca 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -2012-11-xx - SkyTools 3.1.3 - "" +2012-12-21 - SkyTools 3.1.3 - "Chainsaw-wielding Toothfairy" = Features = - * londiste resurrect + * londiste resurrect: Sync queue contents on old dead root. * londiste node-status: Show info about local node. * londiste takeover --dead-root: search for node with latest batches. * londiste compare/repair: work with tables not available on immediate provider @@ -17,6 +17,7 @@ * syncer: Clean up error messages. * syncer: Add missing throttling. * londiste handlers parameter validation. + * Pure-Python fallback for hashtext module. = Fixes = @@ -24,6 +25,7 @@ * londiste add-table throws error if table already exists but with different handler. * syncer: throttle queries when waiting * Fix exception_hook crash if curs.query is None + * Fix extension version mismatches which made them uninstallable. 2012-11-02 - SkyTools 3.1.2 - "Tank in a Tarball" diff --git a/configure.ac b/configure.ac index b6bdc817..2b0698d9 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.2) +AC_INIT(skytools, 3.1.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 74aa8b65..460ef96b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools3 (3.1.3) experimental; urgency=low + + * v3.1.3 + + -- Marko Kreen Fri, 21 Dec 2012 10:57:05 +0200 + skytools3 (3.1.2) experimental; urgency=low * v3.1.2 -- 2.39.5