forked from webmin/webmin
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGELOG
32 lines (32 loc) · 1.92 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---- Changes since 1.140 ----
Disk and partition sizes are now shown in GB, where possible.
Added a button for mounting a partition.
---- Changes since 1.170 ----
Changed the way information about SCSI disks is retrieved, to make it more reliable. Instead of reading /proc/scsi/scsi, files under /proc/scsi/sg are used instead.
---- Changes since 1.200 ----
Linux swap partitions can now be easily mounted as virtual memory.
---- Changes since 1.260 ----
The FAT size option for Windows filesystems now uses a menu, which makes it easier to see what sizes are valid.
---- Changes since 1.270 ----
Added links to the SMART module, if available.
---- Changes since 1.280 ----
Added support for systems with more than 26 IDE or SCSI drives.
---- Changes since 1.300 ----
Added support for formatting FATX filesystems.
Added a display of each partitions UUID, and added code to support their detection.
---- Changes since 1.360 ----
Link to SMART module for SCSI disks too, and IDE params page for SATA disks pretending to the SCSI.
---- Changes since 1.380 ----
Changed the IDE standby timeout to use a slider, thanks to Jean-Christophe Dubois.
---- Changes since 1.390 ----
Changed the module's main page so that it only lists disks, with links to a separate page for showing the partitions.
Re-wrote all code to use the new Webmin user interface library, for a more consistent look.
---- Changes since 1.490 ----
Added support for new SCSI device information files under /sys, as seen in 2.6.30+ kernels.
---- Changes since 1.500 ----
Added support for creating EXT4 filesystems.
SATA devices using SCSI emulution now show up with SATA as the description.
---- Changes since 1.550 ----
Added support for using parted to manage disks if installed, which also supports the new GPT partition table format which is needed on disks larger than 2T.
---- Changes since 1.660 ----
Added support for SD card filesystems, as seen on the Raspberry PI and other small devices.