v3.2.3
authormartinko <gamato@users.sf.net>
Wed, 8 Oct 2014 08:43:04 +0000 (10:43 +0200)
committermartinko <gamato@users.sf.net>
Wed, 8 Oct 2014 08:43:04 +0000 (10:43 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 62ff870efeaf861fba8c6226ff47a4bdcf47c9c2..2ce46a7f42783014305b6659a41b1c03204a83fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,27 @@
 
-2014-04-10  -  SkyTools 3.2.2
+2014-10-08  -  SkyTools 3.2.3
+
+  = Minor features =
+
+    * pgq: added support for syslog facility
+    * pgq.cascade.admin: allow drop-node of root
 
   = Fixes =
 
+    * londiste.handlers.dispatch: improved handling of obsolete partitions
+    * londiste.playback: skip execution of sql script when already executed
+    * pgq.cascade.admin: fixed takeover issue "cannot subscribe to itself"
+    * 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
+    * walmgr: ignore .history files when removing PG_RECEIVEXLOG file
 
   = Cleanups =
 
-    * libusual: updated to the latest version (that is already 9 months old)
+    * skytools.scripting: added log msg about script's normal shutdown
+    * libusual: updated to the latest version (that was already 9 months old)
     * setup*.py: fixes; updated to point to correct licence
+    * Improved docs and tests.
 
 2014-03-31  -  SkyTools 3.2  -  "Hit any user to continue"
 
index eec6c639f19da22390a61d8614935382c9738884..24d6c99945395dffb85f9fe35c876ccbfc7d0a47 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.2.2)
+AC_INIT(skytools, 3.2.3)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index f0cb9d34fdb5eb346382ccf3289c5679d3778910..bcf6440b7180d721e3f5969405137f0fb3510d63 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.2.3) experimental; urgency=low
+
+  * v3.2.3
+
+ -- martinko <gamato@users.sf.net>  Mon, 08 Oct 2014 10:40:00 +0200
+
 skytools3 (3.2.2) experimental; urgency=low
 
   * v3.2.2