"Fossies" - the Fresh Open Source Software Archive

Member "fatresize-1.1.0/ChangeLog" (5 Apr 2020, 1145 Bytes) of package /linux/privat/fatresize-1.1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "ChangeLog": 1.0.2_vs_1.0.3.

    1 version 1.1.0:
    2  - drop support for libparted older than 2.4 (#16)
    3  - introduce `-n, --partition` to set a partition number when
    4    dealing with file dumps, /dev/loop and /dev/ram devices (#15)
    5  - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
    6    add `-f, --force` option to not prompt (#13)
    7  - do not limit FAT32 usage on small partitions (#11)
    8  - update ChangeLog (#10)
    9 
   10 version 1.0.4:
   11  - add Sebastian Parschauer to contributors
   12  - add Patrick Chauncey to contributors
   13  - fix a segfault and assert handling (#6)
   14  - allow setting maximum size by keyword "max" (#5)
   15  - fix getting the device name from partition name (#2)
   16 
   17 version 1.0.3:
   18  - change license from GPLv2+ to GPLv3
   19  - merge changes from Philippe Coval <rzr>
   20  - merge changes from Colin Watson <cjwatson>
   21 
   22 version 1.0.2:
   23  - tell k|M|G and ki|Mi|Gi suffixes
   24  - proper filesystem information
   25  - added default name translation of EVMS partitions
   26  - synced resize code with new cmd-line parted utility 1.6.24
   27  - restore original partition geometry while resizing EVMS partition
   28  - LFS support
   29 
   30 version 1.0.1:
   31  - fix new geometry boundary
   32 
   33 version 1.0:
   34  - first release