From 7f822fc35d1c3d807a419c4acae1a8dd80879db3 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 9 Apr 2012 11:23:33 +0300 Subject: [PATCH] v3.0.1 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ff97bf0..2a204068 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +2012-04-09 - SkyTools 3.0.1 - "All The Snow You Can Eat" + + = Features = + + * skytools.config: new .getbytes() method to suppoer + human-readable sizes. + + = Fixes = + + * skytools.skylog: Wrap logger.handlers.SysLogHandler to work + around broken BOM addition when logging unicode() strings. + + * skytools.skylog: Improve compatibility with direct + logger module usage. + + * debian/skytools.ini: include in tgz + + * pgqd(libusual): ignore EINTR on close() + 2012-03-17 - SkyTools 3.0 - "Business Advantage" = Major New Features = diff --git a/configure.ac b/configure.ac index 4c7d7153..c5f6da66 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) +AC_INIT(skytools, 3.0.1) 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 21102007..83808cf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools3 (3.0.1) experimental; urgency=low + + * v3.0.1 + + -- Marko Kreen Mon, 09 Apr 2012 10:33:37 +0300 + skytools3 (3.0) experimental; urgency=low * v3.0 -- 2.39.5