CHANGELOG update, pre-load by default

This commit is contained in:
Jamie Cameron
2009-03-04 22:47:27 +00:00
parent a09ca00b84
commit 048fe6c325
3 changed files with 3 additions and 1 deletions

View File

@@ -112,3 +112,4 @@ Converted commands in the core web-lib-funcs.pl API file to POD format, and adde
Added a language option for UK english, and converted words in the default Webmin language to US english.
Major Dutch translation updates, thanks to Gandyman.
Catalan translation updates by Jaume Badiella.
Converted all core modules to use the new WebminCore perl module instead of web-lib.pl. This significantly improves memory use and load time in code that uses functions from multiple modules, asssuming they have all been converted.

2
README
View File

@@ -1,4 +1,4 @@
Webmin Version 1.450
Webmin Version 1.455
--------------------
Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user

View File

@@ -504,6 +504,7 @@ else
if [ "$pam" != "" ]; then
echo "pam=$pam" >> $cfile
fi
echo premodules=WebminCore >> $cfile
# Append package-specific info to config file
if [ -r "$wadir/miniserv-conf" ]; then