v3.1.1 skytools_3_1_1
authorMarko Kreen <markokr@gmail.com>
Tue, 9 Oct 2012 10:18:17 +0000 (13:18 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 9 Oct 2012 10:36:56 +0000 (13:36 +0300)
AUTHORS
NEWS
configure.ac
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index d60141817624719afef5b0e056fa567ade7d6b6a..2d1bc3b00b734a3e0d6849561b2290db30951ac8 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,7 +15,9 @@ Charles Duffy
 Devrim Gündüz
 Dimitri Fontaine
 Dmitriy V'jukov
+Doug Gorley
 Egon Valdmees
+Emiel van de Laar
 Erik Jones
 Götz Lange
 Hannu Krosing
diff --git a/NEWS b/NEWS
index 55a56315c46ab0789f566998a5e26dcd53be4730..d40c5ead776670adf8d7222f10d6e03b2376c53a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,30 +1,39 @@
 
-2012-09-xx  -  SkyTools 3.1.1  -  ""
+2012-10-09  -  SkyTools 3.1.1  -  "Service Oriented Diapers"
 
-  = Features =
+  Queue_mover and queue_splitter now have service names ending with 3.
+  Config files need to change: [queue_mover3], [queue_splitter3].
+
+  = Minor Features =
 
     * scriptmgr: option for specifying service type (-t / --type)
     * scriptmgr: status command can optionally be more selective
-    * skytools_upgrade: "dry run" option
-    * qadmin.py: "show version" command
+    * skytools_upgrade: "dry run" option (--not-really)
+    * pgq.Consumer: log idle time, keepalive_stats tper
+    * pgq.Consumer: keepalive_stats to force logging even when idle
 
   = Cleanups =
 
+    * qadmin.py: "show version" command
     * qadmin.py: unified results displaying
     * skytools.scripting: added shutdown() to BaseScript
     * skytools.scripting: log config reload, updated comment.
     * skytools.__init__: added symbols for natsort module
     * qadmin.py: updated script version, added pgq version, amended messages
-    * scripts: changed queue_mover and queue_splitter service_name
+    * scripts: changed queue_mover and queue_splitter service_name to end with '3'
 
   = Fixes =
 
+    * pgqd: make connections handling more robust
+    * londiste compare/repair: when provider is branch, stop it's worker to get sync
     * walmgr: Don't complain if a nonexistent WAL file is encountered during cleanup.
     * pgq_node.demote_root: decrease lock level
     * londiste.local_remove_table: resture DDL if still attached to table
     * pgq_coop.next_batch: check and create subconsumers after locking main consumer
+    * --sync-watermark: don't allow subtree wm get above upstream wm
     * londiste compare: calculate common column names
     * londiste compare: use md5() if comparing 8.3 with 8.4+
+    * Use python interpreter given by '--with-python=PYTHON' everywhere
 
 2012-07-19  -  SkyTools 3.1  -  "Carnival-on-a-Stick"
 
index 6a244cc73b98fc78c9149d20dd32e2ef55b710f3..510d19211974570e7dd486178349e05c0fe3be10 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.1)
+AC_INIT(skytools, 3.1.1)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index a7719045d2c621daee75dece530b5dc6e33b2791..3abeb71f47ee6928235ef21cf9e659e18fd09574 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.1.1) experimental; urgency=low
+
+  * v3.1.1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Tue, 09 Oct 2012 13:18:34 +0300
+
 skytools3 (3.1) experimental; urgency=low
 
   * v3.1