]> arthur.barton.de Git - netdata.git/commitdiff
Prepare release 1.0.0 v1.0.0
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 22 Mar 2016 20:36:06 +0000 (22:36 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 22 Mar 2016 20:36:06 +0000 (22:36 +0200)
.gitignore
ChangeLog
Makefile.am
configure.ac
netdata.spec.in

index 0a3e8d42fa5ec1d91ae133bed7eec18210b6befd..c53df5fc117c674f82d6bfedcb3d44beb152a261 100644 (file)
@@ -27,3 +27,30 @@ apps.plugin
 netdata.spec
 
 *.tar.*
+
+.cproject
+.idea/
+.project
+CMakeLists.txt
+TODO.md
+asan_symbolize.py
+charts.d/bind.chart.sh
+conf.d/netdata.conf
+conf.d/netdata.conf.old
+isolate-0x1e0e170-v8.log
+lan-hosts.sh
+modp_numtoa.c
+plugins.d/apache_mod_status.plugin
+plugins.d/apps.plugin.old
+src/.cproject
+src/.project
+src/.settings/
+src/TODO.txt
+src/rrddim_file.c
+valgrind.log
+valgrind2.log
+web/chart-info/
+web/control.html
+web/datasource.css
+web/gadget.xml
+web/index_new.html
index 598080476dc5d1164f4ffcf828ca6fbb2072499b..244034862e5ad241e5fd59515654ad85ea69a3ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+netdata (1.0.0) - 2016-03-22
+
+ - first public release
+
 netdata (1.0.0-rc.1) - 2015-11-28
 
  - initial packaging
index 59e7451559bb7da22daa404a5de6b09bef9976e5..72f0502cd5e097551717c5bb8dc4a9ffb3f77b30 100644 (file)
@@ -24,6 +24,8 @@ EXTRA_DIST = \
        autogen.sh \
        netdata-9999.ebuild \
        tests/stress.sh \
+       system/netdata-openrc \
+       system/netdata-systemd \
        $(NULL)
 
 SUBDIRS = \
index 7fb4815605f4556660cab7862d6bb0be9dd0facf..5aa31be386bfd521eb1989d8b9a88c309804b1c4 100644 (file)
@@ -7,10 +7,10 @@ define([VERSION_MAJOR], [1])
 define([VERSION_MINOR], [0])
 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)
 
index 5cd8eb96fc17be5891cfedc0ca31079e119cb1fd..f2e41dfe7c85545649a3067cb7cf656dd1441f8b 100644 (file)
@@ -16,7 +16,7 @@ Requires:     zlib
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
-Linux real time system monitoring, over the web!
+Real-time performance monitoring, in the greatest possible detail!
 
 %pre
 getent group netdata > /dev/null || groupadd -r netdata
@@ -53,5 +53,7 @@ find "%{buildroot}" -name .keep -exec rm {} \;
 %{_libexecdir}/%{name}/
 
 %changelog
-* Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 1.0.0-1
+* 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
 - Initial add.