rpms/zabbix/devel .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 zabbix.spec, 1.42, 1.43

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Jun 16 15:05:10 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/zabbix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5506

Modified Files:
	.cvsignore sources zabbix.spec 
Log Message:
* 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);



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zabbix/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	9 Apr 2009 10:16:35 -0000	1.16
+++ .cvsignore	16 Jun 2009 15:04:40 -0000	1.17
@@ -1 +1 @@
-zabbix-1.6.4.tar.gz
+zabbix-1.6.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zabbix/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	9 Apr 2009 10:16:35 -0000	1.17
+++ sources	16 Jun 2009 15:04:40 -0000	1.18
@@ -1 +1 @@
-e1e15f3ab9f2c0ec9e6fde145a5a3b6e  zabbix-1.6.4.tar.gz
+d8c3dababcfc0bbcf737a2b13cca337c  zabbix-1.6.5.tar.gz


Index: zabbix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zabbix/devel/zabbix.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- zabbix.spec	8 Jun 2009 19:41:40 -0000	1.42
+++ zabbix.spec	16 Jun 2009 15:04:40 -0000	1.43
@@ -6,8 +6,8 @@
 #   various backup files (*.rpm{orig,new,save}, *~ etc) in that dir.
 
 Name:           zabbix
-Version:        1.6.4
-Release:        4%{?dist}
+Version:        1.6.5
+Release:        1%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -549,6 +549,19 @@ fi
 
 
 %changelog
+* 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.




More information about the fedora-extras-commits mailing list