v3.0.2 skytools_3_0_2
authorMarko Kreen <markokr@gmail.com>
Thu, 10 May 2012 07:55:47 +0000 (10:55 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 10 May 2012 18:39:54 +0000 (21:39 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 93cec90cbcc0ce980e115b2b631fff0c20c24284..c13184e76f28d56a1c06469118790aef39c79006 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+2012-05-10  -  SkyTools 3.0.2  -  "Consumes 30% Less Brain Than Competing Products"
+
+  = Features =
+
+    * Draft implementation of fine-grained grants for SQL
+      functions.  See commit doc/sql-grants.txt for details.
+      New roles are created during upgrade, but new grants
+      need to be applied manually.
+
+    * pgq.create_queue: instead pre-determined grants,
+      copy grants for event tables from pgq.event_template.
+
+    * simple_consumer.py script, for simply event processing
+      by simply launching a SQL function for each event.
+
+    * londiste.handlers.part: make hash function configurable
+
+    * psycopgwrapper: allow name= argument to .cursor()
+
+  = Fixes =
+
+    * londiste: Always use TRUNCATE CASCADE
+
+    * pgq.cascade.CascadedWorker: publish_local_wm() is missing a commit
+
+    * walmgr: fix backup from slave (Sergey Burladyan)
+
+  = Cleanups =
+
+    * pgq.insert_event(): outer wrapper does not need to be secdef
+
+    * source.cfg: minor improvements
+
+    * sql/pgq: use terse verbosity in regtests
+
 2012-04-18  -  SkyTools 3.0.1  -  "All The Snow You Can Eat"
 
   = Features =
index c5f6da66cc2ef7f27e89fbeda3034c69fbc773a7..4bd4fb941123916c26b991807863f1fe351e6154 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.0.1)
+AC_INIT(skytools, 3.0.2)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])