|
1 | 1 | Cacti CHANGELOG
|
2 | 2 |
|
3 | 3 | 1.2.19
|
4 |
| --security#4356: Potential fix for grave/backtick XSS usage (#4356) |
5 |
| --issue#3787: Add SHA256 and AES256 for snmp polling |
6 |
| --issue#4341: Missing sequence field leads to errors in system logs |
7 |
| --issue#4342: Tree Graph shows same highlighting as graph edit screen |
8 |
| --issue#4343: Undefined variable realtimeArray in JavaScript |
9 |
| --issue#4347: race with proc_open leads to blocked rrdtool processes |
10 |
| --issue#4352: Undefined indexes experienced when attempting to create graph from template |
11 |
| --issue#4353: Report duplicity now working properly |
12 |
| --issue#4375: When poller_output table is filling over time on the main poller, it can wind up into a critical situation blocking boost. |
13 |
| --issue#4378: Legacy Template importation with invalid 'snmp_port' hashes lead to unmet dependency warnings |
14 |
| --issue#4381: Fatal Errors can occur if you are not in a transaction and you attempt to commit one |
15 |
| --issue#4382: SNMP Agent may not find a cache item |
16 |
| --issue#4383: Fixes error callbacks for php 8.0+ |
17 |
| --issue#4391: When system level polling is disabled Boost shows poller crashed errors and creates many arch tables |
18 |
| --issue#4396: Two tables 'poller_output_boost_processes' and 'poller_output_realtime' are missing |
19 |
| --issue#4400: Remove redundant code for RRD Cleaner |
20 |
| --issue#4403: Cacti having issues detecting client timezones |
21 |
| --issue#4404: Feasibility study of Monitoring IPv6 KPI though Cacti |
22 |
| --issue#4410: Bad check in graph_variables.php causes warnings before RRDfile is created |
| 4 | +-security#4356: Further fixes for grave character security protection |
23 | 5 | -issue: Over aggressive escaping causes menu visibility issues on Create Device page
|
| 6 | +-issue#3787: Add SHA256 and AES256 security levels for SNMP polling |
| 7 | +-issue#4341: Editing graphs can cause errors due to missing sequence |
| 8 | +-issue#4342: When hovering over a Tree Graph, row shows same highlighting as Graph Edit screen |
| 9 | +-issue#4343: When RealTime is not active, console errors may appear |
| 10 | +-issue#4347: Race conditions may occur when multiple RRDtool processes are running |
| 11 | +-issue#4352: Creating graphs from templates may sometimes result in errors |
| 12 | +-issue#4353: When duplicating reports, errors may occur |
| 13 | +-issue#4375: Boost may be blocked by overflowing poller_output table |
| 14 | +-issue#4378: Template import may be blocked due to unmet dependency warnings with snmp ports |
| 15 | +-issue#4381: Newer MySQL versions may error if committing a transaction when not in one |
| 16 | +-issue#4382: SNMP Agent may not find a cache item |
| 17 | +-issue#4383: Correct issues running under PHP 8.x by GregOriol |
| 18 | +-issue#4391: When polling is disabled, boost may crash and creates many arch tables |
| 19 | +-issue#4396: When poller runs, memory tables may not always be present |
| 20 | +-issue#4400: Removal of redunant code by rb83 |
| 21 | +-issue#4403: Timezones may sometimes be incorrectly calculated |
| 22 | +-issue#4404: Allow monitoring IPv6 with interface graphs |
| 23 | +-issue#4410: When RRDfile is not yet created, errors may appear when displaying the graph |
24 | 24 | -feature: Add a normal/wrap class for general use
|
25 | 25 | -feature: Limit File Types available for Template Import operations
|
26 |
| --feature#4344: Add a 15 minute poller interval to global_arrays.php |
27 |
| --feature#4385: Add additional admin email notifications |
28 |
| --feature#4390: The plugin API should detect when plugins are not behaving properly with return variables required for chaining |
| 26 | +-feature#4344: Add a 15 minute polling/sampling interval by eriksejr |
| 27 | +-feature#4385: Provide additional admin email notifications by bmfmancini |
| 28 | +-feature#4390: Add warnings for undesired changes to plugin hook return values |
29 | 29 | -feature#4409: When creating a Graph, make testing the Data Sources optional by Template
|
30 |
| --feature#4412: Update phpseclib to 2.0.33 |
31 |
| --feature#4413: Update jstree.js to 3.3.12 |
| 30 | +-feature#4412: Update phpseclib to 2.0.33 by DavidLiedke |
| 31 | +-feature#4413: Update jstree.js to 3.3.12 by DavidLiedke |
32 | 32 | -feature#4414: Improve performance of Cacti poller on heavily loaded systems
|
33 | 33 |
|
34 | 34 | 1.2.18
|
|
0 commit comments