v3.2.5
authormartinko <gamato@users.sf.net>
Wed, 29 Oct 2014 08:50:17 +0000 (09:50 +0100)
committermartinko <gamato@users.sf.net>
Wed, 29 Oct 2014 08:50:17 +0000 (09:50 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 84f9495fe6d1622e52b9d477e531d963b497188f..0421a737a3a31c6d4d5f8f7d63ea91a8e2d7da1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-2014-10-27  -  SkyTools 3.2.4
+2014-10-29  -  SkyTools 3.2.5
 
   = Minor features =
 
@@ -14,6 +14,7 @@
     * pgq: clean up pgq.consumer when consumer is unregistered
     * skytools.scripting: moved psycopg2 reference to actual script using it
     * skytools.timeutil: fixed for Python versions less than 2.7
+    * skytools.timeutil: fixed handling of Z in parse_iso_timestamp
     * walmgr: ignore .history files when removing PG_RECEIVEXLOG file
 
   = Cleanups =
index 1b7ae74bdeb0b88c5818c10a3bd654a35b91596b..11eb1fc4b6ae08b8c1eec0015290b91d38d51e29 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.2.4)
+AC_INIT(skytools, 3.2.5)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 711da541c1880bf329afcf3393bf8bf4bb302469..17d4a4322dfb9da8afc6f9a70eb05a6d0a363497 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.2.5) experimental; urgency=low
+
+  * v3.2.5
+
+ -- martinko <gamato@users.sf.net>  Wed, 29 Oct 2014 09:40:00 +0100
+
 skytools3 (3.2.4) experimental; urgency=low
 
   * v3.2.4