From 8e3e6627ccd97959d64bbb4df1f377a39c0e753f Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 17 Dec 2017 00:51:10 +0200 Subject: Prepare release 1.9.0 --- ChangeLog | 6 ++++++ conf.d/Makefile.am | 1 + configure.ac | 8 ++++---- netdata.spec.in | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d74b8aa3e..b5b18c9105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +netdata (1.9.0) - 2017-12-17 + + Please check full changelog at github. + https://github.com/firehol/netdata/releases + + netdata (1.8.0) - 2017-09-17 This is mainly a bugfix release. diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index a8a4fc0709..095e891af8 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -33,6 +33,7 @@ dist_pythonconfig_DATA = \ python.d/couchdb.conf \ python.d/cpufreq.conf \ python.d/dns_query_time.conf \ + python.d/dnsdist.conf \ python.d/dovecot.conf \ python.d/elasticsearch.conf \ python.d/example.conf \ diff --git a/configure.ac b/configure.ac index 9078ebf5a4..b8a0699b53 100644 --- a/configure.ac +++ b/configure.ac @@ -4,13 +4,13 @@ AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [8]) -define([VERSION_FIX], [1]) +define([VERSION_MINOR], [9]) +define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_rolling]) +define([VERSION_SUFFIX], []) dnl Set to "1" for a first RPM release of a new version -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)" +PACKAGE_RPM_RELEASE="1" # We do not use m4_esyscmd_s to support older autoconf. define([VERSION_STRING], m4_esyscmd(git describe 2>/dev/null | sed 's/^v//' | tr -d '\n')) diff --git a/netdata.spec.in b/netdata.spec.in index f6baa5f004..cd8ef6d33c 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -224,6 +224,9 @@ rm -rf "${RPM_BUILD_ROOT}" %{_datadir}/%{name}/web %changelog +* Sun Dec 17 2017 Costa Tsaousis - 1.9.0-1 + Please check full changelog at github. + https://github.com/firehol/netdata/releases * Mon Sep 17 2017 Costa Tsaousis - 1.8.0-1 This is mainly a bugfix release. Please check full changelog at github. -- cgit v1.2.3