summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 84f9495f..0421a737 100644
--- 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 =
diff --git a/configure.ac b/configure.ac
index 1b7ae74b..11eb1fc4 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.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])
diff --git a/debian/changelog b/debian/changelog
index 711da541..17d4a432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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