Browse Source

Prepare release 1.10.0

Costa Tsaousis (ktsaou) 7 years ago
parent
commit
c92349444f
3 changed files with 13 additions and 4 deletions
  1. 6 0
      ChangeLog
  2. 4 4
      configure.ac
  3. 3 0
      netdata.spec.in

+ 6 - 0
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.

+ 4 - 4
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'))

+ 3 - 0
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