From d60e308ba7876e7cafa4602bf3c9e9ca8951cdf0 Mon Sep 17 00:00:00 2001 From: Dan Doyle Date: Thu, 15 Nov 2018 22:34:07 +0000 Subject: [PATCH] prepping for release --- CHANGES.md | 9 +++++++++ grnoc-tsds-aggregate.spec | 2 +- lib/GRNOC/TSDS/Aggregate.pm | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5601ed6..fae7a90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## GRNOC TSDS Aggregate 1.2.0 -- Thu Nov 15 2018 + +### Features: + +* ISSUE=8332 Changed the way "dirty" documents are looked for to be a boolean instead +of a timerange scan, a lot more efficient. This requires working with tsds-services >= 1.6.2 +since a corresponding change was made there. + + ## GRNOC TSDS Aggregate 1.1.1 -- Thu Nov 16 2017 ### Features: diff --git a/grnoc-tsds-aggregate.spec b/grnoc-tsds-aggregate.spec index 236ebc8..94e0eea 100644 --- a/grnoc-tsds-aggregate.spec +++ b/grnoc-tsds-aggregate.spec @@ -1,6 +1,6 @@ Summary: GRNOC TSDS Aggregate Name: grnoc-tsds-aggregate -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} License: GRNOC Group: Measurement diff --git a/lib/GRNOC/TSDS/Aggregate.pm b/lib/GRNOC/TSDS/Aggregate.pm index fdf28b2..21687fd 100644 --- a/lib/GRNOC/TSDS/Aggregate.pm +++ b/lib/GRNOC/TSDS/Aggregate.pm @@ -3,6 +3,6 @@ package GRNOC::TSDS::Aggregate; use strict; use warnings; -our $VERSION = "1.1.1"; +our $VERSION = "1.2.0"; 1;