Handle hostnames with upper-case letters
[webmin.git] / fdisk / CHANGELOG
1 ---- Changes since 1.140 ----
2 Disk and partition sizes are now shown in GB, where possible.
3 Added a button for mounting a partition.
4 ---- Changes since 1.170 ----
5 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.
6 ---- Changes since 1.200 ----
7 Linux swap partitions can now be easily mounted as virtual memory.
8 ---- Changes since 1.260 ----
9 The FAT size option for Windows filesystems now uses a menu, which makes it easier to see what sizes are valid.
10 ---- Changes since 1.270 ----
11 Added links to the SMART module, if available.
12 ---- Changes since 1.280 ----
13 Added support for systems with more than 26 IDE or SCSI drives.
14 ---- Changes since 1.300 ----
15 Added support for formatting FATX filesystems.
16 Added a display of each partitions UUID, and added code to support their detection.
17 ---- Changes since 1.360 ----
18 Link to SMART module for SCSI disks too, and IDE params page for SATA disks pretending to the SCSI.
19 ---- Changes since 1.380 ----
20 Changed the IDE standby timeout to use a slider, thanks to Jean-Christophe Dubois.
21 ---- Changes since 1.390 ----
22 Changed the module's main page so that it only lists disks, with links to a separate page for showing the partitions.
23 Re-wrote all code to use the new Webmin user interface library, for a more consistent look.
24 ---- Changes since 1.490 ----
25 Added support for new SCSI device information files under /sys, as seen in 2.6.30+ kernels.
26 ---- Changes since 1.500 ----
27 Added support for creating EXT4 filesystems.
28 SATA devices using SCSI emulution now show up with SATA as the description.
29 ---- Changes since 1.550 ----
30 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.