CHANGELOG update, pre-load by default
authorJamie Cameron <jcameron@webmin.com>
Wed, 4 Mar 2009 22:47:27 +0000 (22:47 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 4 Mar 2009 22:47:27 +0000 (22:47 +0000)
CHANGELOG
README
setup.sh

index 067cda3..9b0db97 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.
diff --git a/README b/README
index d58ebe3..b151ffa 100644 (file)
--- a/README
+++ b/README
@@ -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
index 6494a20..7e950b8 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -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