All Versions
95
Latest Version
Avg Release Cycle
34 days
Latest Release
-

Changelog History
Page 8

  • v1.420 Changes

    • โšก๏ธ Many Greek translation updates, thanks to Vagelis Koutsomitros.
    • โšก๏ธ Catalan translation updates by Jaume Badiella.
    • ๐ŸŒ Many Dutch translation contributions by Gandyman.
  • v1.410 Changes

    • โšก๏ธ Many Korean updates, thanks to JoungKyun Kim.
    • โšก๏ธ More Dutch updates, thanks to Gandyman.
    • โž• Added a debugging log file, which records all files read and written, commands run and more. This can be enabled in the Webmin Configuration module.
  • v1.400 Changes

    • โšก๏ธ Big Czech translation updates, thanks to Petr Vanek and the Czech translation team.
    • ๐Ÿ’ป All popups in Webmin are now XSS-safe, and thus do not need protection from unknown referers which prevented them from working in some browsers.
    • All Webmin session IDs are now stored MD5 hashed, to prevent sessions from being captured if the sessiondb DBM is somehow read by an attacker.
    • โšก๏ธ Many Dutch updates, thanks to Gandyman.
    • ๐Ÿ‘ MD5 encryption for Webmin and Unix passwords can be used on systems that have either the MD5 or Digest::MD5 perl module, or support it in the crypt() function.
  • v1.390 Changes

    • ๐Ÿ”— Links from unknown referers are now blocked by default, to prevent XSS attacks. This may break browsers that don't supply a Referer: HTTP header.
  • v1.380 Changes

    • โž• 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.
    • ๐Ÿ”„ Changed the error message that appears when Webmin detects a link from another web page, and removed the button to allow the link (which was unreliable anyway).
  • v1.370 Changes

    • ๐Ÿ”’ Hid the Jabber and Security Sentries modules by default, as the underlying software is no longer supported.
    • ๐Ÿง On Linux systems, sped up the function for finding processes so that it no longer has to launch 'ps' - instead, it reads /proc directly.
    • When read_file_lines is used to read a file, the Unix or Windows newlines will be preserved when it is written out.
  • v1.340 Changes

    • โž• Added Redhat Enterprise release 5 support.
    • ๐Ÿ”’ Requests to the /unauthenticated URL can never execute CGI programs, to provide an extra layer of security against URL escaping attacks.
    • ๐Ÿ›  Fixed XSS bugs in pam_login.cgi.
  • v1.330 Changes

    • โž• Added more ui-lib.pl functions for hidden page sections.
    • ๐Ÿ›  Fixed another XSS bug in chooser.cgi.
    • The Webmin function to get the system's hostname now reads a file instead of calling the hostname comment, which is faster.
    • โž• Added an ACL option to the file chooser for additional directories to allow access to.
    • ๐Ÿ”„ Changed the way sizes are displayed, to use a format like 1.32 GB or 8 kB.
    • โœ‚ Removed letter images (used by the old theme), and forced the standard header function to always use text titles.
    • โž• Added support for Slam64 Linux.
  • v1.320 Changes

    • ๐Ÿ›  Fixed XSS bugs in chooser.cgi.
    • โšก๏ธ If the operating system is upgraded after Webmin is installed, a button is displayed on the main page to update Webmin's view of the current OS.
    • ๐Ÿ‘Œ Improved the tabs API to add an option to put a box around the visible tab, and whitespace around tabs.
    • If listening on all specified IP addresses fails, Webmin will fall back to accepting connections on any address.
    • ๐Ÿ’ป All Module Config pages are now generating using new ui-lib.pl code, for easier theming.
    • โž• Added a global access control option to set the Unix user the file browser lists directories as.
  • v1.310 Changes

    • ๐Ÿง Module configuration files can now be named based on the real operating system types, such as config-Ubuntu-Linux, which would be used in preference to config-debian-linux.
    • When a large file is uploaded, it is no longer read into memory by miniserv.pl.
    • โšก๏ธ Update the code that fetches mirror sites from Sourceforge, to handle their new website design.
    • ๐Ÿ”„ Changed the default theme for all installs to the new framed blue theme.
    • โšก๏ธ Updated all rows of links (like select all, invert selection, add something) above tables to use a separator between links.
    • โž• Added caching for sudo capable user checks, to avoid excessive slow calls to sudo.
    • ๐Ÿ›  Fixed a memory leak when running under ActiveState Perl on Windows.