preparation for upcoming release (updating files)
authormartinko <gamato@users.sf.net>
Fri, 26 Jul 2013 12:09:51 +0000 (14:09 +0200)
committermartinko <gamato@users.sf.net>
Fri, 26 Jul 2013 12:09:51 +0000 (14:09 +0200)
NEWS
configure.ac
debian/changelog
doc/londiste3.txt

diff --git a/NEWS b/NEWS
index 603a396ccb1d96683ec2fd26f5f4e2b7c45f5458..549e6e69bc8c5f99d61e4fa3228f828aaa6a2beb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,48 @@
 
+2013-07-22  -  SkyTools 3.1.5  -  ""
+
+  = Features =
+
+    * walmgr: new command createslave and new option --synch-standby
+    * londiste: Dispatch handler extended to support sharding
+    * skytools.skylog: added UdpTNetStringsHandler
+
+  = Minor features =
+
+    * londiste add: --skip-non-existing option
+    * londiste add-table: --skip-non-existing ignores tables not on provider
+    * londiste add-table: --find-copy-node working with --create now
+    * londiste resync: supports --find-copy-node and --copy-node options now
+    * londiste resync: now checks if table is available on provider
+    * londiste --wait-sync: show progress in absolute numbers
+    * londiste.handlers.dispatch: added switch to ignore events aiming at obsolete (dropped) partitions
+    * querybuilder: show list of missing arguments on KeyError
+    * scripts/simple_local_consumer.py: added consumer_filter option
+    * skytools.sockutil.set_tcp_keepalive: accept socket object directly
+
+  = Fixes =
+
+    * londiste copy: fix data filtering when parallel_copies > 1
+    * londiste.playback: support multiple -v options for workers
+    * londiste.repair: made less verbose
+    * pgq.Consumer: non-lazy loading should use RetriableEvent
+    * pgq.logutriga: do not quote '-'
+    * grantfu: 2-pass processing
+
+  = Cleanups =
+
+    * londiste: inform about no tables passed on cmd line (thus nothing to do)
+    * doc: mention config option in create-* commands
+    * parse_pgarray: allow None
+    * londiste status: make node name easier to select
+    * scripts/data_maintainer.py: added suffix "3" to service name
+    * skytools.timeutil: make tests more robust
+    * londiste: changed handler argument 'key' to 'hash_key'
+    * londiste: moved hash_key logic from dispatch to part handler
+    * londiste.handlers: renamed handler 'part' to 'shard'
+    * pgq: Consumer class also need _make_event, for _load_batch_events_old()
+    * pgq: move RetriableEvent to consumer.py
+
 2013-04-17  -  SkyTools 3.1.4  -  "Boldly Going Nowhere"
 
   = Features =
     * Fix Londiste compare and repair to accept copy-condition from handler (Asko Oja)
     * londiste: don't filter EXECUTE or TRUNCATE events on merge node
     * qadmin: make "install pgq" also install pgq_coop
-    * Fix 2.1 to 3.0 upgade script, rename to pgq.upgrade_2.1_to_3.0.sql
+    * Fix 2.1 to 3.0 upgrade script, rename to pgq.upgrade_2.1_to_3.0.sql
     * Reorg of Londiste tests (Asko Oja)
     * Socket library autoconf (Tony Arkles)
     * pgq: quote internal table names
     * Londiste: handlers
     * QAdmin
     * pgqd
-
index f3829de09cbc98fe87966a07ffb9c7ec7f67f292..b40b58d5dbfdc6a1fa986fb3f9f4874abc1acae6 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 3.1.4)
+AC_INIT(skytools, 3.1.5)
 AC_CONFIG_SRCDIR(python/londiste.py)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
@@ -157,4 +157,3 @@ AC_USUAL_CASSERT
 dnl Write result
 AC_CONFIG_FILES([config.mak])
 AC_OUTPUT
-
index 3025f3298e35deaade45ef7d212fe74810fe969f..0bc9b6ee23db6df6f25ecab07d48ecc2d9a19e27 100644 (file)
@@ -1,3 +1,9 @@
+skytools3 (3.1.5) experimental; urgency=low
+
+  * v3.1.5
+
+ -- martinko <gamato@users.sf.net>  Mon, 22 Jul 2013 16:17:18 +0200
+
 skytools3 (3.1.4) experimental; urgency=low
 
   * v3.1.4
index c0954a586059831166556a9606220d01f0b897b7..19b1f7c42724b19614a197769ca74798b88735cd 100644 (file)
@@ -319,6 +319,9 @@ Do full copy of the table, again.
   --max-parallel-copy='max_parallel_copy'::
     Max number of parallel copy processes.
 
+  --skip-non-existing::
+    Skip objects that do not exist.
+
 Trigger creation flags (default: AIUDL):
 
 - I - ON INSERT