ISPConfig 3.1.14 Released
What’s new in ISPConfig 3.1.14
This ISPConfig release adds support for Debian 10 (Buster), a new datalog viewer, DNS CAA Records, PowerDNS 4.x support, Chroot option for PHP-FPM and several new Remote API functions. And many bugs were fixed. For details, please see the changelog.
Datalog Viewer
The datalog or sys_datalog is the internal configuration transaction system in ISPConfig. The Datalog viewer is a new function which allows you to see what has been changed by a user in ISPConfig in the past 30 days. This helps administrators to find out which exact changes were made to a site, mail account, etc. The Datalog Viewer provides also a undo function.
You can find the Datalog Viewer in the Monitor module, the menu is named „Show Satalo Log History“.
DNS CAA Records
The ISPConfig DNS Manager can now be used to add CAA records to a zone.
ISPConfig 3.1.14 Download
The software can be downloaded here:
http://www.ispconfig.org/downloads/ISPConfig-3.1.14.tar.gz
Changelog
https://git.ispconfig.org/ispconfig/ispconfig3/milestones/65
Known Issues
Please take a look at the bug tracker:
https://git.ispconfig.org/ispconfig/ispconfig3/issues
BUG Reporting
Please report bugs to the ISPConfig bug tracking system:
https://git.ispconfig.org/ispconfig/ispconfig3/issues
Supported Linux Distributions
– Debian 8 – 10 and Debian testing
– Ubuntu 16.04 – 18.04
– OpenSuSE 11 – 13.2
– CentOS 6 – 7
– Fedora 9 – 15
Installation
The installation instructions for ISPConfig can be found here:
http://www.ispconfig.org/ispconfig-3/documentation/
Update
ISPConfig can be updated to version 3.1.14 by running the command:
ispconfig_update.sh
as root user on the shell. Choose ’stable‘ as the update source.
Manual Update
In case you have any issues with updating ISPConfig trough ispconfig_update.sh command, then use the manual update instructions below.
To update existing ISPConfig 3 installations, run these commands in the shell:
cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.14.tar.gz tar xvfz ISPConfig-3.1.14.tar.gz cd ispconfig3_install/install php -q update.php