* update hfsplus log * fix ntfs error for ' read error: Success' * add option prog_second to display in seconds * Fix tiny resource leak. by @TMR5454 in #248 * Add missing return in libvmfs_version(). by @TMR5454 in #249 * Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 by @pfrouleau in #55 * Include the NTFS Boot Record backup in the cloned image by @pfrouleau in #54 OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=53
254 lines
9.0 KiB
Plaintext
254 lines
9.0 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Aug 1 05:26:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Update to version 0.3.32:
|
||
* update hfsplus log
|
||
* fix ntfs error for ' read error: Success'
|
||
* add option prog_second to display in seconds
|
||
* Fix tiny resource leak. by @TMR5454 in #248
|
||
* Add missing return in libvmfs_version(). by @TMR5454 in #249
|
||
* Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 by @pfrouleau in #55
|
||
* Include the NTFS Boot Record backup in the cloned image by @pfrouleau in #54
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 25 22:26:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.3.27:
|
||
* add read-direct-io and write-direct-io options for O_DIRECT
|
||
flag
|
||
* add date time to log file
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 29 08:06:50 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- update to 0.3.26:
|
||
* add the direct-io option for writing data to a TARGET device or file.
|
||
* correction for item at offset 76
|
||
* report used blocks and free space based on bitmap
|
||
- force higher gcc version on Leap
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 4 08:10:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.3.25:
|
||
* update btrfs library to 6.3.3
|
||
* Full Changelog:
|
||
https://github.com/Thomas-Tsai/partclone/compare/0.3.24...0.3.25
|
||
- update to 0.3.24:
|
||
* IO stream support for torrent info file.
|
||
* split jobs in github action
|
||
* add dockerfile and test on tag creating
|
||
* Handle absence of mtrace.h (e.g. uClibc) gracefully
|
||
* Link with -lm for isnormal()/__fpclassifyf() as needed
|
||
* Add Russian language file.
|
||
* Update partclone.c
|
||
* Add missing space before opening parenthesis
|
||
* Add german language
|
||
* Update language files
|
||
* Add localization
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 28 20:54:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.3.23:
|
||
* update btrfs clone to 6.0.1
|
||
* create github actions for build test
|
||
* Support parallel unit-testing
|
||
* Reflect partclone 0.3.22 release in configure.ac
|
||
* Don't target Btrfs and exFAT tests twice
|
||
* Create manual-on-host.yml
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 16 07:12:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.3.22:
|
||
* fix log message to add new line after "Open devicefile successfully"
|
||
* Add missing space before opening parenthesis
|
||
* Skip FAT tests on big-endian architectures
|
||
* Skip F2FS tests on big-endian architectures
|
||
* Increase F2FS default test size to 100+ MB
|
||
* Increase XFS default test image size to 300+ MB
|
||
* fail-mbr: Remove binutils section .note.gnu.build-id using objcopy
|
||
* Change C99 for loop init to C89 for compatibility
|
||
* update autotools build files
|
||
* Avoid redefining _GNU_SOURCE, _LARGEFILE64_SOURCE
|
||
* Support FUSE 2.x API
|
||
* Check argument count in partclone.imgfuse
|
||
* Support out-of-tree builds for BTRFS and XFS
|
||
* Avoid uninitialized variables to prevent compiler warnings
|
||
* Check for EVP_MD_CTX_reset
|
||
* Remove unused variables to silence compiler warnings
|
||
* Detect FUSE version and explicitly print “yes” or “no” regarding
|
||
filesystem support
|
||
* Fix MBR builds for x86, non-x86 and out-of-tree
|
||
* Support unit-testing in out-of-tree builds
|
||
* Fix typos
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 3 18:10:04 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||
|
||
- Update to version 0.3.20:
|
||
* Fix apfs support
|
||
* Add stdout support
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 28 08:02:51 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Update to version 0.3.19:
|
||
* Ignore free space check if compression is enabled. by @zboszor in #147
|
||
* fix: crash when backing up swap partition by @justforlxz in #148
|
||
* Update to btrfs-progs 5.4.1 by @boretom in #151
|
||
* Change C99 for loop init to C89 for compatibility by @robert-scheck in #152
|
||
* doc: document the image formats by @pfrouleau in #157
|
||
* doc: fix typo for logfile argument by @mjoerg in #162
|
||
* WIP: Add block_size and blocks_total in torrent.info to provide partition info by @tjjh89017 in #164
|
||
* Use EVP OpenSSL API by @zboszor in #165
|
||
* Fix using EVP OpenSSL API by @zboszor in #166
|
||
* Fix typo by @jwilk in #169
|
||
* Support HFS+ wrapper volumes by @vasi in #172
|
||
* Domain file doc by @jowagner in #175
|
||
* Docs typo "normanly" by @jowagner in #178
|
||
* How to contribute docs: readme by @jowagner in #179
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 29 12:48:23 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- update to 0.3.18:
|
||
* Add block_size and blocks_total in torrent.info to provide
|
||
partition info
|
||
* change C99 for loop init to C89 for compatibility
|
||
* try to fix ignore_crc not working properly
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 22 08:29:28 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Drop dependency on libreiserfs
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 10 07:58:17 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Resolve build failure on Tumleweed
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 29 13:32:01 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.3.17:
|
||
* fix progress
|
||
* update btrfs to 5.4.1
|
||
* fix crash when backing up swap partition
|
||
* Ignore free space check if compression is enabled
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 27 09:18:34 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- Update to 0.3.15
|
||
* XFS fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 11 10:29:54 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Fix building with gcc10
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 26 07:02:19 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Update to version 0.3.13"
|
||
* Add support for apfs
|
||
- Update download url
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 14 17:35:21 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Update to version 0.3.12:
|
||
* Support compressed cloned images
|
||
- Enable exfat support
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 19 09:20:32 UTC 2017 - mpluskal@suse.com
|
||
|
||
- Update to version 0.3.11 (boo#1130986):
|
||
* update xfs
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 21 11:41:31 UTC 2017 - mpluskal@suse.com
|
||
|
||
- Update to version 0.3.5a:
|
||
* Support for fuse
|
||
* Several bugfixes and internal changes
|
||
* Resolves boo#1028904 CVE-2017-6596
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 3 08:48:06 UTC 2016 - mpluskal@suse.com
|
||
|
||
- Update to version 0.2.89:
|
||
* small bugfixes
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Mar 20 21:21:30 UTC 2016 - mpluskal@suse.com
|
||
|
||
- Switch to 0.2.88 (as 0.3 branch seems to be currently abandoned)
|
||
- Enable more filesystems
|
||
- Remove ppc excludes as build now succeeds
|
||
- Cleanup spec file
|
||
- Drop upstreamed partclone-missing-includes.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Aug 13 08:05:27 UTC 2015 - normand@linux.vnet.ibm.com
|
||
|
||
- ExcludeArch: ppc ppc64 ppc64le
|
||
PowerPC do not support the fail-mbr/fail-mbr.S
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 24 10:17:18 UTC 2015 - dimstar@opensuse.org
|
||
|
||
- Add partclone-missing-includes.patch: Fix build with GCC5 by
|
||
correctly including the needed headers.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 21 21:21:33 UTC 2015 - mpluskal@suse.com
|
||
|
||
- Remove conditions that applied to old releases
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 18 08:42:11 UTC 2015 - mpluskal@suse.com
|
||
|
||
- Update to 0.3.0~gitbcaa
|
||
* for a full list of changes see attached Changelog
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 3 10:13:31 UTC 2013 - fisiu@opensuse.org
|
||
|
||
- Update to 0.2.58:
|
||
* ship failmbr
|
||
* fixed jfs issues
|
||
* fixed ncurses interface
|
||
* updated doc and man pages
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 7 10:30:28 UTC 2012 - fisiu@opensuse.org
|
||
|
||
- Update to 0.2.48:
|
||
* fixed VMFS-5 and NTFS cloning
|
||
* updated the ntfsfixboot version
|
||
* memory usage optimized
|
||
* updated man pages
|
||
- Build with support for btrfs, extfs, fat, hfsp, ntfs, reiserfs.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 19 02:26:17 UTC 2012 - highwaystar.ru@gmail.com
|
||
|
||
- update to 0.2.38
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 19 08:07:37 UTC 2010 - highwaystar.ru@gmail.com
|
||
|
||
- built with ntfs support
|
||
- built with jfs support
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 17 02:24:55 UTC 2010 - highwaystar.ru@gmail.com
|
||
|
||
- initial build for openSUSE
|
||
- not all filesystems supported yet
|
||
|