[zabbix20/el5] New upstream release 2.0.11

Volker Fröhlich volter at fedoraproject.org
Thu Feb 13 07:53:38 UTC 2014


commit f797285c3350340f0cac06e295be81ff3e64a759
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Wed Feb 12 12:01:51 2014 +0100

    New upstream release 2.0.11

 .gitignore    |    1 +
 sources       |    2 +-
 zabbix20.spec |  101 ++++----------------------------------------------------
 3 files changed, 10 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34d2cb0..7dd5881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /zabbix-2.0.9-free.tar.gz
 /zabbix-2.0.10.tar.gz
 /zabbix-2.0.10-free.tar.gz
+/zabbix-2.0.11-free.tar.gz
diff --git a/sources b/sources
index 80abb4b..9ab4c4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bca44bce58b511955ae8cce69497fbd  zabbix-2.0.10-free.tar.gz
+71dbe3737daf554daacb90933d611a07  zabbix-2.0.11-free.tar.gz
diff --git a/zabbix20.spec b/zabbix20.spec
index 0e07221..ace31e1 100644
--- a/zabbix20.spec
+++ b/zabbix20.spec
@@ -10,8 +10,8 @@
 %global srcname zabbix
 
 Name:           zabbix20
-Version:        2.0.10
-Release:        2%{?dist}
+Version:        2.0.11
+Release:        1%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -641,6 +641,10 @@ fi
 %files web-pgsql
 
 %changelog
+* Wed Feb 12 2014 Volker Fröhlich <volker27 at gmx.at> - 2.0.11-1
+- New upstream release
+- Truncate changelog
+
 * Sun Dec 15 2013 Volker Fröhlich <volker27 at gmx.at> - 2.0.10-2
 - The start function of the proxy init script had a typo causing failure
 - Improved the section on running multiple instances in the README
@@ -652,7 +656,7 @@ fi
 - General overhaul of init scripts and documentation in README
 - Harmonize scriptlet if-clause style
 
-* Tue Nov  3 2013 Volker Fröhlich <volker27 at gmx.at> - 2.0.9-2
+* Sun Nov  3 2013 Volker Fröhlich <volker27 at gmx.at> - 2.0.9-2
 - Fix vulnerability for remote command execution injection
   (ZBX-7479, CVE-2013-6824)
 
@@ -900,7 +904,7 @@ fi
 * Wed Feb 24 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-6
 - use system fonts
 
-* Sun Feb 13 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-5
+* Sat Feb 13 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-5
 - fixed linking with the new --no-add-needed default (#564932)
 
 * Mon Feb  1 2010 Dan Horák <dan[at]danny.cz> - 1.8.1-4
@@ -917,92 +921,3 @@ fi
 
 * Tue Jan 26 2010 Dan Horák <dan[at]danny.cz> - 1.8-1
 - Update to 1.8
-
-* Thu Dec 31 2009 Dan Horák <dan[at]danny.cz> - 1.6.8-1
-- Update to 1.6.8
-- Upstream changelog: http://www.zabbix.com/rn1.6.8.php
-- fixes 2 issues from #551331
-
-* Wed Nov 25 2009 Dan Horák <dan[at]danny.cz> - 1.6.6-2
-- rebuilt with net-snmp 5.5
-
-* Sat Aug 29 2009 Dan Horák <dan[at]danny.cz> - 1.6.6-1
-- Update to 1.6.6
-- Upstream changelog: http://www.zabbix.com/rn1.6.6.php
-
-* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.6.5-3
-- rebuilt with new openssl
-
-* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Mon Jun  8 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.5-1
-- Update to 1.6.5, see http://sourceforge.net/mailarchive/message.php?msg_name=4A37A2CA.8050503%40zabbix.com for the full release notes.
-- 
-- It is recommended to create the following indexes in order to speed up
-- performance of Zabbix front-end as well as server side (ignore it if the
-- indexes already exist):
-- 
-- CREATE UNIQUE INDEX history_log_2 on history_log (itemid,id);
-- CREATE UNIQUE INDEX history_text_2 on history_text (itemid,id);
-- CREATE INDEX graphs_items_1 on graphs_items (itemid);
-- CREATE INDEX graphs_items_2 on graphs_items (graphid);
-- CREATE INDEX services_1 on services (triggerid);
-
-* Mon Jun  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-4
-- Start agent after and shut down before proxy and server by default.
-- Include database schemas also in -proxy-* docs.
-- Make buildable on EL-4 (without libcurl, OpenIPMI).
-- Reformat description.
-
-* Fri Apr 17 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-3
-- Tighten configuration file permissions.
-- Ensure zero exit status from scriptlets.
-- Improve init script LSB compliance.
-- Restart running services on package upgrades.
-
-* Thu Apr  9 2009 Dan Horák <dan[at]danny.cz> - 1.6.4-2
-- make the -docs subpackage noarch
-
-* Thu Apr  9 2009 Dan Horák <dan[at]danny.cz> - 1.6.4-1
-- update to 1.6.4
-- remove the cpustat patch, it was integreated into upstream
-- use noarch subpackage for the web interface
-- database specific web subpackages conflicts with each other
-- use common set of option for the configure macro
-- enable IPMI support
-- sqlite web subpackage must depend on local sqlite
-- reorganize the docs and the sql scripts
-- change how the web interface config file is created
-- updated scriptlet for adding the zabbix user
-- move the documentation in PDF to -docs subpackage
-- most of the changes were submitted by Ville Skyttä in #494706 
-- Resolves: #489673, #493234, #494706
-
-* Mon Mar  9 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-5
-- Update pre patch due to incomplete fix for security problems.
-
-* Wed Mar  4 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-4
-- Update to a SVN snapshot of the upstream 1.6 branch to fix security
-  issue (BZ#488501)
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Jan 23 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-2
-- Rebuild for MySQL 5.1.X
-
-* Fri Jan 16 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2-1
-- Update to 1.6.2: http://www.zabbix.com/rn1.6.2.php
-
-* Thu Dec  4 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-1
-- Fix BZ#474593 by adding a requires.
-
-* Wed Nov  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-1
-- Update to 1.6.1
-
-* Tue Sep 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6-1.1
-- Bump release because forgot to add some new files.
-
-* Thu Sep 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6-1
-- Update to final 1.6


More information about the scm-commits mailing list