v3.0.1
authorMarko Kreen <markokr@gmail.com>
Mon, 9 Apr 2012 08:23:33 +0000 (11:23 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 9 Apr 2012 08:23:33 +0000 (11:23 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 1ff97bf0ceb3d797ec52b42e1f370b983eaeb862..2a2040680d3f923bc4ef96eb33db52dfb990298a 100644 (file)
--- 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 =
index 4c7d7153d3886677797563c6511782a3bda5abde..c5f6da66cc2ef7f27e89fbeda3034c69fbc773a7 100644 (file)
@@ -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])
index 21102007e951220ba048b8506d5bf0f995098e8b..83808cf5e3831d59c95864a102634182c9f9d56d 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.0.1) experimental; urgency=low
+
+  * v3.0.1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 09 Apr 2012 10:33:37 +0300
+
 skytools3 (3.0) experimental; urgency=low
 
   * v3.0