summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPhilip Whineray <phil@firehol.org>2016-05-07 08:58:33 +0100
committerPhilip Whineray <phil@firehol.org>2016-05-07 09:01:09 +0100
commit077af5590f07163881f8c7c8c598e12067b8553c (patch)
treecfb3157e4776b1e73ad6a83204a021db30a10788 /contrib
parent0874a9852ef3e75a441e1f922111f972ebe743b6 (diff)
Replace fixed debian changelog with generated one
Eliminates manual processing and possibility of divergence. Prevents a repeat of #373. Replaces the _master from pre-releases with ~master which should mean that an official release will upgrade over builds from an earlier git tree.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am6
-rw-r--r--contrib/debian/changelog41
2 files changed, 6 insertions, 41 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 5eef884709..19e5df77fb 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -21,3 +21,9 @@ dist_noinst_DATA = \
dist_noinst_SCRIPTS = \
debian/netdata.init \
$(NULL)
+
+debian/changelog:
+ echo "netdata ($(PACKAGE_VERSION)) UNRELEASED; urgency=medium" | \
+ tr '_' '~' > $@
+ echo " * Latest release" >> $@
+ echo " -- Netdata Team <> `date -R`" >> $@
diff --git a/contrib/debian/changelog b/contrib/debian/changelog
deleted file mode 100644
index acb68bf3bf..0000000000
--- a/contrib/debian/changelog
+++ /dev/null
@@ -1,41 +0,0 @@
-netdata (1.1.0) UNRELEASED; urgency=medium
-
- * Data collection
- - added IPv6 monitoring
- - added SYNPROXY DDoS protection monitoring
- - apps.plugin: added charts for users and user groups
- - apps.plugin: grouping of processes now support patterns
- - apps.plugin: now it is faster, after the new features added
- - apps.plugin: error log flood protection
- - better auto-detection of partitions for disk monitoring
- - better fireqos intergation for QoS monitoring
- - squid monitoring now uses squidclient
- - SNMP monitoring now supports 64bit counters
-
- * API
- - fixed issues in CSV output generation
- - netdata can now be restricted to listen on a specific IP
-
- * Core
- - error log flood protection
-
- * Dashboard
- - better error handling when the netdata server is unreachable
- - each chart now has a toolbox
- - on-line help support
- - check for netdata updates button
- - added example /tv.html dashboard
-
- * Packaging
- - now compiles with musl libc (alpine linux)
- - added debian packaging
- - support non-root installations
- - the installer generates uninstall script
-
- -- Costa Tsaousis <costa@tsaousis.gr> Fri, 20 Apr 2016 00:00:00 +0000
-
-netdata (1.0.0) UNRELEASED; urgency=medium
-
- * Initial release.
-
- -- Matthew Newton <mcn4@leicester.ac.uk> Fri, 01 Apr 2016 17:24:11 +0100