NetBSD 4.0
authorJamie Cameron <jcameron@webmin.com>
Wed, 19 Dec 2007 21:48:39 +0000 (21:48 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 19 Dec 2007 21:48:39 +0000 (21:48 +0000)
CHANGELOG
os_list.txt

index 2ee70c2..c921942 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -81,3 +81,5 @@ When read_file_lines is used to read a file, the Unix or Windows newlines will b
 Added a search box to the left frame of the blue theme, for finding modules, config options, help pages and text.
 All images, CSS and other static content served by Webmin has an HTTP Expires for 1 week in the future, to improve cachability.
 Lock files are automatically removed when the process creating them exits.
+NetBSD 4.0 support.
+Italian and Catalan translations contributed for many modules, thanks to Giovanni and Jaume Badiella.
index 896658d..5292429 100644 (file)
@@ -249,6 +249,7 @@ NetBSD                              1.5     netbsd          1.5     $uname =~ /NetBSD.*1\.5/i
 NetBSD                         1.6     netbsd          1.6     $uname =~ /NetBSD.*1\.6/i
 NetBSD                         2.0     netbsd          2.0     $uname =~ /NetBSD.*2\.0/i
 NetBSD                         3.0     netbsd          3.0     $uname =~ /NetBSD.*3\.0/i
+NetBSD                         4.0     netbsd          4.0     $uname =~ /NetBSD.*4\.0/i
 
 # BSDI (may not be detected properly)
 BSDI                           $1      freebsd         $1      $uname =~ /BSDI.*\s([0-9\.]+)/i