Update unRAIDServer.plg

This commit is contained in:
tom mortensen
2017-02-13 12:45:38 -08:00
committed by GitHub
parent cb4b899b0a
commit 71a2e73218
+27 -3
View File
@@ -3,12 +3,12 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "unRAIDServer">
<!ENTITY author "LimeTech">
<!ENTITY version "6.3.0-stable">
<!ENTITY version "6.3.1">
<!ENTITY pluginURL "https://raw.github.com/limetech/&name;/master/&name;.plg">
<!ENTITY category "stable">
<!ENTITY zip "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/unRAIDServer-6.3.0-x86_64.zip">
<!ENTITY md5 "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/unRAIDServer-6.3.0-x86_64.md5">
<!ENTITY zip "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/unRAIDServer-&version;-x86_64.zip">
<!ENTITY md5 "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/unRAIDServer-&version;-x86_64.md5">
<!ENTITY files "bzimage,bzroot*,make_bootable.bat,make_bootable_linux,make_bootable_mac,memtest,*.txt,syslinux/syslinux.cfg-">
<!ENTITY infozip "infozip-6.0-i486-1.txz">
@@ -24,6 +24,29 @@
unRAID Server OS Change Log
===========================
Version 6.3.1 2017-02-08
------------------------
Base distro:
- apcupsd: version 3.14.14 (rev2 -- added modbus usb support)
- gd: version 2.2.4 (CVE-2016-9317, CVE-2016-6912)
- libusb-compat: version 0.1.5
- qemu: version 2.7.1
- samba: version 4.5.5
Linux kernel:
- version 4.9.8
Management:
- emhttp: fixed spurious "ioctl(SIOCGIFHWADDR): Bad address" appearing on Console
- smb: permit NTLMv1 authentication
- webGui: Add lsusb info to diagnostics
- webGui: Fix regression assigning slots and devices
- webGui: Fix regression generating SMART files for diagnostics
Version 6.3.0 2017-02-02
------------------------
@@ -69,6 +92,7 @@ Management:
- webGui: Add cache pool BTRFS info (if existing) to diagnostics
- webGui: added new Europe/Saratov timezone
- webGui: additional XSS and CSRF hardening
Version 6.3.0-rc6 2016-12-07
----------------------------