Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Mar 22, 2016
1 parent 173e0e4 commit b4299f7
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 4 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ EXTRA_DIST = \
autogen.sh \
netdata-9999.ebuild \
tests/stress.sh \
system/netdata-openrc \
system/netdata-systemd \
$(NULL)

SUBDIRS = \
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 4 additions & 2 deletions netdata.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit b4299f7

Please sign in to comment.