Logoj0ke.net Open Build Service > Projects > server:monitoring > cacti > Changes
Sign Up | Log In

Changes of Revision 12

[-] Changed cacti.spec
x
 
1
@@ -1,5 +1,5 @@
2
 #
3
-# spec file for package cacti (Version 0.8.7c)
4
+# spec file for package cacti (Version 0.8.7d)
5
 #
6
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
7
 # This file and all modifications and additions to the pristine
8
@@ -12,7 +12,7 @@
9
 
10
 Name:           cacti
11
 BuildRequires:  apache2-devel libapr-util1-devel pcre-devel
12
-Version:        0.8.7c
13
+Version:        0.8.7d
14
 Release:        1
15
 Summary:        Web Front-End to Monitor System Data via RRDtool
16
 License:        GPL v2 or later
17
@@ -91,7 +91,33 @@
18
 %config(noreplace) %{_sysconfdir}/cron.d/%{name}
19
 %config(noreplace) %{apache2_sysconfdir}/conf.d/cacti.conf
20
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
21
+
22
 %changelog
23
+* Sat Feb 21 2009 Carsten Schoene <cs@linux-administrator.com>
24
+- updated to 0.8.7d
25
+  * Allow to specify on_change handler for checkbox_group
26
+  * When Using Web Basic Authentication HTML Bookmarks Do Not Work
27
+  * Spine uses illegal flag for ping on Mac OS X
28
+  * Deleting 1000 graphs along with their Data Sources crashes the Server
29
+  * "No more variables left in this MIB View" instead of value of input field
30
+  * ss_host_disk.php etc. error corrected when using SNMP V3 (index off by 1)
31
+  * graph_items.php variable $id defined in wrong place
32
+  * Several bugs in new cli script "structured_rra_paths"
33
+  * ping.pl script fails when using tcp:hostname
34
+  * cdef.php error due to wrong function name
35
+  * syntax error in lib/rrd.php with PHP 4.4.4
36
+  * utilities.php does not handle view_snmp_cache when host_id = -1 (Any)
37
+  * Group DN could not be found
38
+  * Result from SNMP not valid
39
+  * Problem on CDEF function ALL|SIMILAR_DATA_SOURCES_(NO)?DUPS
40
+  * Error of variable in lib/html_tree.php
41
+  * Cross site scripting checking is overly protective on search filters
42
+  * LDAP authentication results in PHP warning message
43
+  * Resolved issue with reapply suggested names not working for data sources under certain conditions
44
+  * Correct missing db_conn argument issue
45
+  * Deleting large number of hosts results in SQL errors due to MySQL buffer overrun
46
+  * SNMP cli version information added to tech support page
47
+
48
 * Tue Jan 27 2009 Carsten Schoene <cs@linux-administrator.com>
49
 - updated to 0.8.7c
50
   * Dual pane tree does not have the option of not rendering all trees in one page
51
[+] Added cacti-0.8.7d-cacti-log-path.patch ^