summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-03-27 22:46:20 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-03-27 22:46:20 +0300
commitc92349444f88427d8ddef2fb1ac6c4932cf6c8bb (patch)
tree01f1e864782fcd5284794c787fdeed08cc71786e
parent30b834e70ea1e9de12b240d9baf607d9c78d29f4 (diff)
Prepare release 1.10.0v1.10.0
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac8
-rw-r--r--netdata.spec.in3
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 <costa@tsaousis.gr> - 1.10.0-1
+ Please check full changelog at github.
+ https://github.com/firehol/netdata/releases
* Sun Dec 17 2017 Costa Tsaousis <costa@tsaousis.gr> - 1.9.0-1
Please check full changelog at github.
https://github.com/firehol/netdata/releases