Skip to content

Commit

Permalink
Prepare release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Dec 16, 2017
1 parent 05d347f commit 8e3e662
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions conf.d/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
3 changes: 3 additions & 0 deletions netdata.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ rm -rf "${RPM_BUILD_ROOT}"
%{_datadir}/%{name}/web

%changelog
* Sun Dec 17 2017 Costa Tsaousis <[email protected]> - 1.9.0-1
Please check full changelog at github.
https://github.com/firehol/netdata/releases
* Mon Sep 17 2017 Costa Tsaousis <[email protected]> - 1.8.0-1
This is mainly a bugfix release.
Please check full changelog at github.
Expand Down

0 comments on commit 8e3e662

Please sign in to comment.