]> arthur.barton.de Git - netdata.git/commitdiff
Prepare release 1.1.0 v1.1.0
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 20 Apr 2016 19:02:53 +0000 (22:02 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 20 Apr 2016 19:02:53 +0000 (22:02 +0300)
ChangeLog
Makefile.am
configure.ac
contrib/Makefile.am [new file with mode: 0644]
netdata.spec.in
packaging/tar-compare

index 244034862e5ad241e5fd59515654ad85ea69a3ab..eae63fd9ea22a2edff8b7c9d88dc1142d72b7dc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+netdata (1.1.0) - 2016-04-20
+
+ Dozens of commits that improve netdata in several ways:
+
+ - Data collection: added IPv6 monitoring
+ - Data collection: added SYNPROXY DDoS protection monitoring
+ - Data collection: apps.plugin: added charts for users and user groups
+ - Data collection: apps.plugin: grouping of processes now support patterns
+ - Data collection: apps.plugin: now it is faster, after the new features added
+ - Data collection: better auto-detection of partitions for disk monitoring
+ - Data collection: better fireqos intergation for QoS monitoring
+ - Data collection: squid monitoring now uses squidclient
+ - Data collection: SNMP monitoring now supports 64bit counters
+ - API: fixed issues in CSV output generation
+ - API: netdata can now be restricted to listen on a specific IP
+ - Core and apps.plugin: error log flood protection
+ - Dashboard: better error handling when the netdata server is unreachable
+ - Dashboard: each chart now has a toolbox
+ - Dashboard: on-line help support
+ - Dashboard: check for netdata updates button
+ - Dashboard: added example /tv.html dashboard
+ - Packaging: now compiles with musl libc (alpine linux)
+ - Packaging: added debian packaging
+ - Packaging: support non-root installations
+ - Packaging: the installer generates uninstall script
+
 netdata (1.0.0) - 2016-03-22
 
  - first public release
index 8c7e1949bb6cd4ecdcaaa010b5e78fdec91915d9..dc109cbd1ad1d040a47f025cd977ad834ea6140c 100644 (file)
@@ -35,6 +35,7 @@ SUBDIRS = \
        src \
        system \
        web \
+       contrib \
        $(NULL)
 
 dist_noinst_DATA = netdata.spec
index 1474bffdbaeaae7192fd9fbfe32e380bfb45ee3a..2f82979a84237a5cd17c2fa99fa4d3dd51c62904 100644 (file)
@@ -4,13 +4,13 @@
 AC_PREREQ(2.60)
 
 define([VERSION_MAJOR], [1])
-define([VERSION_MINOR], [0])
-define([VERSION_FIX], [1])
+define([VERSION_MINOR], [1])
+define([VERSION_FIX], [0])
 define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_SUFFIX], [_master])
+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"
 
 AC_INIT([netdata], VERSION_NUMBER[]VERSION_SUFFIX)
 
@@ -164,6 +164,7 @@ AC_CONFIG_FILES([
        src/Makefile
        system/Makefile
        web/Makefile
+       contrib/Makefile
 ])
 AC_OUTPUT
 
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644 (file)
index 0000000..5eef884
--- /dev/null
@@ -0,0 +1,23 @@
+MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+
+dist_noinst_DATA = \
+       README.md \
+       debian/copyright \
+       debian/netdata.conf \
+       debian/source/format \
+       debian/compat \
+       debian/netdata.install \
+       debian/netdata.lintian-overrides \
+       debian/rules \
+       debian/netdata.docs \
+       debian/netdata.default \
+       debian/control \
+       debian/netdata.postinst.in \
+       debian/netdata.service \
+       debian/changelog \
+       debian/netdata.postrm \
+       $(NULL)
+
+dist_noinst_SCRIPTS = \
+       debian/netdata.init \
+       $(NULL)
index 40655a52263d48ea1bab98aab2ffaf49a2dcaadd..7d63650ec8e0d547c4f57a2aeabaf6ccf8f0f0d9 100644 (file)
@@ -8,7 +8,7 @@
 %undefine      with_systemd
 %endif
 
-Summary:       Linux real time system monitoring, over the web
+Summary:       Real-time performance monitoring, done right
 Name:          @PACKAGE_NAME@
 Version:       @PACKAGE_RPM_VERSION@
 Release:       @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist}
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/web
 
 %changelog
+* Wed Apr 20 2016 Costa Tsaousis <costa@tsaousis.gr> - 1.1.0-1
+- Several new features (IPv6, SYNPROXY, Users, Users Groups).
+- A lot of bug fixes and optimizations.
 * Tue Mar 22 2016 Costa Tsaousis <costa@tsaousis.gr> - 1.0.0-1
 - First public release.
 * Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 0.0.0-1
index 02ec3c293d2283704b0b49940a35fc070e16757b..4e51e84c90c2499d04bfc08095a5065cf9d2bfaa 100755 (executable)
@@ -54,6 +54,8 @@ diff -r "$1" $MYTMP/unpack/* | grep "^Only" | sed \
        -e '/: unittest$/d' \
        -e '/: iprange$/d' \
        -e '/: .*\.o$/d' \
+       -e '/: CMakeLists.txt/d' \
+       -e '/: .travis.yml/d' \
        -e '/sbin: \(firehol\|fireqos\|link-balancer\)$/d' \
        -e '/sbin: \(update-ipsets\|vnetbuild\|commands.sed\)$/d' > $MYTMP/out