From c92349444f88427d8ddef2fb1ac6c4932cf6c8bb Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Tue, 27 Mar 2018 22:46:20 +0300 Subject: Prepare release 1.10.0 --- ChangeLog | 6 ++++++ configure.ac | 8 ++++---- netdata.spec.in | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5b18c9105..c1980c8023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +netdata (1.10.0) - 2018-03-27 + + Please check full changelog at github. + https://github.com/firehol/netdata/releases + + netdata (1.9.0) - 2017-12-17 Please check full changelog at github. diff --git a/configure.ac b/configure.ac index a25cd7d92d..d41ae9d632 100644 --- a/configure.ac +++ b/configure.ac @@ -4,13 +4,13 @@ AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [9]) -define([VERSION_FIX], [1]) +define([VERSION_MINOR], [10]) +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 a0b3cdc0ec..529dc23830 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -230,6 +230,9 @@ rm -rf "${RPM_BUILD_ROOT}" %{_datadir}/%{name}/web %changelog +* Tue Mar 27 2018 Costa Tsaousis - 1.10.0-1 + Please check full changelog at github. + https://github.com/firehol/netdata/releases * Sun Dec 17 2017 Costa Tsaousis - 1.9.0-1 Please check full changelog at github. https://github.com/firehol/netdata/releases -- cgit v1.2.3