From a8995c801675a8014880f5b521972ab0b5c821df Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Mon, 21 Oct 2019 12:46:37 -0700
Subject: [PATCH] bump version of gstlal-burst to 0.2.0

---
 gstlal-burst/configure.ac     |  2 +-
 gstlal-burst/debian/changelog | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/gstlal-burst/configure.ac b/gstlal-burst/configure.ac
index 609dc3c33e..ba673b9c88 100644
--- a/gstlal-burst/configure.ac
+++ b/gstlal-burst/configure.ac
@@ -3,7 +3,7 @@
 #
 
 
-AC_INIT([gstlal-burst],[0.1.1],[gstlal-discuss@ligo.org],[gstlal-burst])
+AC_INIT([gstlal-burst],[0.2.0],[gstlal-discuss@ligo.org],[gstlal-burst])
 AC_COPYRIGHT([Copyright (C) The authors (see source code for details)])
 # a file whose existance can be used to use to check that we are in the
 # top-level directory of the source tree
diff --git a/gstlal-burst/debian/changelog b/gstlal-burst/debian/changelog
index 221f73eb8f..c7e651d53a 100644
--- a/gstlal-burst/debian/changelog
+++ b/gstlal-burst/debian/changelog
@@ -1,3 +1,22 @@
+gstlal-burst (0.2.0-1) unstable; urgency=low
+
+  * Rename fxtools submodule to snax to reflect new name from
+    gstlal feature extractor to SNAX
+  * Expose --psd-fft-length option for finer whitener control
+  * Fix in whitener zero-padding
+  * Update tags in monitoring to include subsystem info
+  * Change trigger_time -> time column, remove NaN rows for gwdatafind
+    compatibility
+  * Call smrepair upon startup if reading data from /dev/shm
+  * Add feature combiner job for offline to combine features from distinct
+    jobs to match online format
+  * Add option for monitor, aggregator to connect to Influx with auth/HTTPS
+  * Increase blocksize in reading frames for improved performance with NFS
+  * Fix issue with pipeline hanging in offline jobs in some edge cases
+  * Switch to single Kafka consumer in synchronizer for improved performance
+
+ -- Patrick Godwin <patrick.godwin@ligo.org>  Mon, 21 Oct 2019 11:11:13 -0700
+
 gstlal-burst (0.1.1) unstable; urgency=low
 
   * Updated gstlal_feature_aggregator, gstlal_feature_monitor to deal with
-- 
GitLab