Handle hostnames with upper-case letters
[webmin.git] / lvm / CHANGELOG
1 ---- Changes since 1.140 ----
2 Added a button for mounting a logical volume.
3 ---- Changes since 1.150 ----
4 Added support for LVM2, as used in the new 2.6 Linux kernel.
5 ---- Changes since 1.270 ----
6 When viewing a physical volume, the space used by each logical volume on it is displayed. Similarly, when viewing a logical volume, the amount of space contributed by each physical volume is displayed.
7 ---- Changes since 1.290 ----
8 Fixed display of space used on each physical volume by a logical volume for LVM version 2.
9 ---- Changes since 1.390 ----
10 Re-designed the module's main page to use tabs, and added an option to show volumes and groups in tables (with more information) instead of using icons.
11 Converted all user interface code to use the new Webmin UI library.
12 Fixed the command used to move data to another physical volume under LVM 2.
13 ---- Changes since 1.410 ----
14 The percentage of a snapshot's blocks used is now shown on the Edit Snapshot page.
15 ---- Changes since 1.440 ----
16 Filesystem space used is show on the logical volume list, and the field for a new volume's size is more user-friendly.
17 When using newer versions of the resize2fs command, EXT filesystems can be shrunk as well as enlarged.
18 ---- Changes since 1.470 ----
19 When creating a logical volume, size can now be specified as a fraction of the volume group size, free space, or free space on some physical volume.
20 ---- Changes since 1.480 ----
21 Added an option to force addition of a physical volume to a group.
22 Cleaned up code to use quotemeta instead of manual quoting.
23 ---- Changes since 1.500 ----
24 Added support for creating EXT4 filesystems.
25 When editing a logical volume, the size is shown in GB or TB where possible.
26 ---- Changes since 1.510 ----
27 Mounted ext3+, reiser, xfs and jfs logical volumes can now have their filesystem size increased, without needing an un-mount. Thanks to Caspar Smit for the suggestions and patches to implement this.
28 When editing a logical volume that is already in /etc/fstab, don't allow the filesystem to format it as to be changed, to prevent a mismatch.
29 When editing a physical volume, its size can be increased to match the underlying device, such as a partition that has been grown.
30 ---- Changes since 1.530 ----
31 When creating a new striped logical volume, the strip size can now be selected.
32 ---- Changes since 1.550 ----
33 LVs being used by Cloudmin on the same system are now shown on the Logical Volumes page.
34 When editing an LV whose size is not a round number of GB, MB or TB and is instead shown in kB, sizing can now be done to a size in GB, MB or TB.