mtd-utils/mtd-utils.changes
Martin Pluskal 80c30894e9 - Update to version 2.1.0:
* Features:
    + mkfs.ubifs: Implement support for file system encryption
    + mkfs.ubifs: Implement selinux labelling support
    + ubinize: add support for skipping CRC check of a static volume when opening
    + ubimkvol: add support for skipping CRC check of a static volume when opening
    + Add lsmtd program
  * Fixes:
 - update various kernel headers
    + Instead of doing preprocessor magic, just output off_t as long long
    + fix verification percent display in flashcp
    + mkfs.ubifs: fix double free
    + mkfs.ubifs: Fix xattr nlink value
    + ubinize: avoid to create two UBI_LAYOUT_VOLUME_ID volume
    + common.h: fix prompt function
    + libmtd: don't print an error message for devices without ecc support
    + io_paral: Fix error handling of update_volume()
    + ubimkvol: Initialize req to zero to make sure no flags are set by default
    + libubi: add volume flags to ubi_mkvol_request
    + mkfs.ubifs: add_xattr is not depending on host XATTR support
    + Revert "Return correct error number in ubi_get_vol_info1" which introduced a regression.
    + make sure pkg-config is installed in configure script
    + ubiformat: process command line arguments before handling file arguments
  * Cleanup:
    + ubiformat: remove no-volume-table option

OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=17
2019-05-29 13:40:01 +00:00

123 lines
4.9 KiB
Plaintext

-------------------------------------------------------------------
Wed May 29 13:35:46 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 2.1.0:
* Features:
+ mkfs.ubifs: Implement support for file system encryption
+ mkfs.ubifs: Implement selinux labelling support
+ ubinize: add support for skipping CRC check of a static volume when opening
+ ubimkvol: add support for skipping CRC check of a static volume when opening
+ Add lsmtd program
* Fixes:
- update various kernel headers
+ Instead of doing preprocessor magic, just output off_t as long long
+ fix verification percent display in flashcp
+ mkfs.ubifs: fix double free
+ mkfs.ubifs: Fix xattr nlink value
+ ubinize: avoid to create two UBI_LAYOUT_VOLUME_ID volume
+ common.h: fix prompt function
+ libmtd: don't print an error message for devices without ecc support
+ io_paral: Fix error handling of update_volume()
+ ubimkvol: Initialize req to zero to make sure no flags are set by default
+ libubi: add volume flags to ubi_mkvol_request
+ mkfs.ubifs: add_xattr is not depending on host XATTR support
+ Revert "Return correct error number in ubi_get_vol_info1" which introduced a regression.
+ make sure pkg-config is installed in configure script
+ ubiformat: process command line arguments before handling file arguments
* Cleanup:
+ ubiformat: remove no-volume-table option
-------------------------------------------------------------------
Mon Jul 9 13:13:38 UTC 2018 - mpluskal@suse.com
- Update to version 2.0.2:
* libmtd: Add support to access OOB available size
* mkfs.ubifs: Allow root entry in device table
* Fix unit-test header and file paths for out of tree builds
* Fix unit test mockup for oobavail sysfs file
* misc-utils: flash_erase: Fix Jffs2 type flash erase problem
* libmtd_legacy: Fix some function description mismatches
* mtd-utils: ubifs: fix typo in without_lzo definition
* mtd: tests: check erase block count in page test
* mtd: unittests: Stop testing stat() calls
* mtd: unittests: Decode arg size from ioctl request
* mtd: unittests: Use proper unsigned long type for ioctl requests
* mtd: tests: Fix check on ebcnt in nandpagetest
* ubi-utils: ubicrc32: process command line arguments first
* nandbiterrs: Fix erroneous counter increment in for loop body
* jittertest: Use the appropriate versions of abs()
* Mark or fix switch cases that fall through
* mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributes
* misc-utils: initialize "ip" in docfdisk to NULL
* mkfs.ubifs: Apply squash-uids to the root node
-------------------------------------------------------------------
Mon Aug 28 10:50:24 UTC 2017 - mpluskal@suse.com
- Update to version 2.0.1:
* nandbiterrs: Add Erased Pages Bit Flip Test
* mkfs.ubifs: Add support for symlinks in device table
* nanddump: Add --skip-bad-blocks-to-start option
* nandwrite: Add --skip-bad-blocks-to-start option
* several fixes and internal cleanups
-------------------------------------------------------------------
Tue Feb 21 11:53:16 UTC 2017 - mpluskal@suse.com
- Update to version 2.0.0:
* libmissing with stubs for functions not present in libraries
like musl
* unittests for libmtd and libubi
* port most kernel space mtd test modules to userspace
* mkfs.ubifs: extended attribute support
* ubinize: Move lengthy help text to a man page
* nandwrite: Add skip-all-ff-pages option
* flash_{un,}lock: support for MEMISLOCKED
* nandtest: support hex/dec/oct for --offset and --length
-------------------------------------------------------------------
Sun Aug 28 14:48:27 UTC 2016 - mpluskal@suse.com
- Supplement jffs2 and ubifs filesystems
-------------------------------------------------------------------
Fri Apr 1 11:35:07 UTC 2016 - mpluskal@suse.com
- Use url for source
- Add gpg signature
- Make building more verbose
- Use optflafs for building
-------------------------------------------------------------------
Sat Dec 12 04:12:38 UTC 2015 - virtuousfox@gmail.com
- Update to version 1.5.2.
-------------------------------------------------------------------
Sat May 26 09:22:55 UTC 2012 - jengelh@inai.de
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
-------------------------------------------------------------------
Thu Apr 26 01:06:21 UTC 2012 - jeffm@suse.com
- %debug_package no longer required
-------------------------------------------------------------------
Mon May 10 21:49:27 UTC 2010 - pascal.bleser@opensuse.org
- rewrote spec file
- added libacl support
- created in the filesystems repository
-------------------------------------------------------------------
Wed Feb 11 14:43:25 CET 2009 - jblunck@suse.de
- Update to version 1.2.0.
-------------------------------------------------------------------
Wed May 05 12:34:56 CET 2004 - dwmw2@infradead.org
- Initial build.