|
From: Jamie C. <jca...@we...> - 2002-04-16 02:38:30
|
Webmin version 0.960 is now available for download from http://www.webmin.com/ and mirror sites. New features in this version include : - Added the new Logical Volume Management module for configuring LVM on Linux - Updated the Apache Webserver module to support Apache 2.0 - Improved the speed of foreign calls between modules by removing unnecessary directory changes on each function call - Sped up the Partitions on Local Disks module - Added the ability to install and remove Usermin modules and themes, and control which users are allowed to login to Usermin - Added blanking support to the CD Burner module - Many other small feature enhancements The changes to the way foreign function calls work may break some third-party modules that use acl_security.pl, log_parser.pl or useradmin_update.pl scripts. Any script that contains code like : require './module-lib.pl'; must be replaced with require 'module-lib.pl'; - Jamie |