summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2016-05-25 10:36:24 +0000
committerLennart Weller <lhw@ring0.de>2016-05-25 10:36:24 +0000
commitb4f64f72a3e4bf590c60b0cbd6cd365aa1a58542 (patch)
treee6706c727a1fedb44da614453ad3e429a7403a9b /netdata.spec.in
parentImported Upstream version 1.1.0 (diff)
downloadnetdata-b4f64f72a3e4bf590c60b0cbd6cd365aa1a58542.tar.xz
netdata-b4f64f72a3e4bf590c60b0cbd6cd365aa1a58542.zip
Imported Upstream version 1.2.0upstream/1.2.0
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 7d63650e..339c5c63 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -96,10 +96,15 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/%{name}
# override defattr for web files
-%defattr(755,root,netdata,644)
+%defattr(644,root,netdata,755)
%{_datadir}/%{name}/web
%changelog
+* Mon May 16 2016 Costa Tsaousis <costa@tsaousis.gr> - 1.2.0-1
+- netdata is now 30% faster.
+- netdata now has a registry (my-netdata menu on the dashboard).
+- netdata now monitors Linux containers.
+- Several more improvements, new features and bugfixes.
* 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.