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

Changes of Revision 4

[-] Added cacti.changes
x
 
1
@@ -0,0 +1,157 @@
2
+-------------------------------------------------------------------
3
+Tue Nov 20 15:27:57 CET 2007 - prusnak@suse.cz
4
+
5
+- updated to 0.8.7a
6
+  * "Use Per-Data Source Value (Ignore this Value)" runs only when when checking "Allow Empty Input"
7
+  * Add --autoscale-min (rrdtool 1.2.x only) and --autoscale-max (using upper AND lower limit)
8
+  * Allow for --logarithmic scaling without autoscaling
9
+  * Data sources in RRAs have random order, messing up predefined CDEFs
10
+  * Graph Templates drop down populates with duplicates
11
+  * Upgrade from 0.8.6j to 0.8.7 defaults to Authentication Method NONE
12
+  * Graph template - GRINT creates CF function DEF
13
+  * Invalid date format - "half hour" not the GNU Date format
14
+  * SQL error when using 'Auth Method' None when no 'guest' user exists
15
+  * Graph Filter dropdowns do not respect user graph permissions
16
+  * Potential SQL injection vulnerability
17
+  * RRDtool 1.2.15 complain for garbage characters when rrdtool_function_xport is used
18
+  * cmd.php: potential call to invalid "availability_method" key on wrong hash
19
+  * Log file viewer inefficient filtering uses excess memory
20
+  * doc change for using COUNTERs as integers only
21
+  * Fixed extra spaces in GPRINT. Better Alignment for Autopadding
22
+  * doc change for patching cacti when running SELinux
23
+  * Cron interval detection causes multiple pollers to run
24
+  * Max OIDS is not saved in device view
25
+  * Undefined variable: rra in graph.php on line 241
26
+  * Dates are not stored in host table using correct format
27
+  * Graph Export Generates SQL Errors
28
+  * Usernames with spaces and dashes are not able to save
29
+  * Allow for --units=si on logarithmic scaled graphs (rrdtool-1.2.x only).
30
+  * add opacity/alpha channel to graph items (rrdtool-1.2.x only).
31
+  * Move to Top for List and Tree View. Omit boring scrolling
32
+  * add availability pings to host interface
33
+
34
+-------------------------------------------------------------------
35
+Tue Oct 30 15:17:53 CET 2007 - prusnak@suse.cz
36
+
37
+- update to 0.8.7
38
+  * changes are too numerous to list
39
+  * see CHANGELOG
40
+- dropped obsolete patches:
41
+  * graph-image.patch (included in update)
42
+
43
+-------------------------------------------------------------------
44
+Wed Sep 19 16:19:40 CEST 2007 - prusnak@suse.cz
45
+
46
+- fix CVE-2007-3112 and CVE-2007-3113 (graph-image.patch) [#326228]
47
+
48
+-------------------------------------------------------------------
49
+Mon Jun 25 13:18:16 CEST 2007 - dmueller@suse.de
50
+
51
+- fix last checkin
52
+
53
+-------------------------------------------------------------------
54
+Thu Jun 21 22:52:22 CEST 2007 - dmueller@suse.de
55
+
56
+- update buildrequires
57
+
58
+-------------------------------------------------------------------
59
+Thu Feb  8 17:42:00 CET 2007 - prusnak@suse.cz
60
+
61
+- updated to 0.8.6j:
62
+  * fixed CVE-2006-6799
63
+  * fixed hostname sorting on the devices page
64
+  * fixed poller.php does not giving any output with MySQL disabled
65
+  * added bottom navigation bar to graph viewing
66
+  * added "collapsible" branches to the graph tree editor
67
+  * added natural sort to graph items in the tree
68
+- dropped obsoleted patches:
69
+  * cacti-0.8.6h-CVE-2006-6799.patch (included in update)
70
+- fixed spec file for #norootforbuild
71
+
72
+-------------------------------------------------------------------
73
+Tue Jan  9 16:12:03 CET 2007 - prusnak@suse.cz
74
+
75
+- fixed CVE-2006-6799 [#231082]
76
+
77
+-------------------------------------------------------------------
78
+Fri Mar 17 11:37:13 CET 2006 - stark@suse.de
79
+
80
+- fix path settings
81
+
82
+-------------------------------------------------------------------
83
+Wed Jan 25 21:45:58 CET 2006 - mls@suse.de
84
+
85
+- converted neededforbuild to BuildRequires
86
+
87
+-------------------------------------------------------------------
88
+Wed Jan 18 18:01:19 CET 2006 - mrueckert@suse.de
89
+
90
+- dont require php4 directly use the php abstraction
91
+
92
+-------------------------------------------------------------------
93
+Fri Jan  6 15:39:25 CET 2006 - stark@suse.de
94
+
95
+- update to 0.8.6h 
96
+- fixed logrotate setting
97
+
98
+-------------------------------------------------------------------
99
+Tue Jan  3 12:45:08 CET 2006 - stark@suse.de
100
+
101
+- update to 0.8.6g
102
+
103
+-------------------------------------------------------------------
104
+Tue Oct 25 19:37:43 CEST 2005 - stark@suse.de
105
+
106
+- added php4-session to required packages (#130282)
107
+
108
+-------------------------------------------------------------------
109
+Sat Jul  2 17:31:11 CEST 2005 - stark@suse.de
110
+
111
+- update to 0.8.6f
112
+
113
+-------------------------------------------------------------------
114
+Sat Jun 18 19:38:52 CEST 2005 - stark@suse.de
115
+
116
+- update to 0.8.6e final
117
+
118
+-------------------------------------------------------------------
119
+Thu Jun 16 08:38:37 CEST 2005 - stark@suse.de
120
+
121
+- update to 0.8.6e 
122
+
123
+-------------------------------------------------------------------
124
+Fri Jan 21 21:10:37 CET 2005 - stark@suse.de
125
+
126
+- update to 0.8.6c 
127
+
128
+-------------------------------------------------------------------
129
+Fri Nov 19 09:09:52 CET 2004 - stark@suse.de
130
+
131
+- update to 0.8.6b
132
+- added logrotate config
133
+
134
+-------------------------------------------------------------------
135
+Mon Sep 20 13:54:00 CEST 2004 - stark@suse.de
136
+
137
+- fix sql injection bug (#43908) 
138
+
139
+-------------------------------------------------------------------
140
+Mon Aug 30 15:31:33 CEST 2004 - ro@suse.de
141
+
142
+- remove apache1 traces
143
+
144
+-------------------------------------------------------------------
145
+Wed Apr 28 12:03:55 CEST 2004 - stark@suse.de
146
+
147
+- update to 0.8.5a 
148
+
149
+-------------------------------------------------------------------
150
+Mon Feb 16 13:21:44 CET 2004 - stark@suse.de
151
+
152
+- update to 0.8.5 
153
+
154
+-------------------------------------------------------------------
155
+Mon Dec 29 14:10:49 CET 2003 - stark@suse.de
156
+
157
+- initial SUSE package 
158
+
159