Releases: slacka/WoeUSB
Releases · slacka/WoeUSB
WoeUSB v3.2.4
This release features a major cleanup to the code, be sure to report any regressions you've encountered.
WoeUSB v3.2.3
This release fixes a bug that will make woeusb bailout when the ISO filename contains a valid token of a regular expression. Enjoy!
WoeUSB v3.2.2
This release improves compatibility with space-included filenames and Slackware 14.2, enjoy!
WoeUSB v3.2.1
This patch release fixes the fatal error slipped into last minute patch in v3.2.0.
WoeUSB v3.2.0
Highlights
- A check for "FAT32 Filesystem 4GiB Single File Size Limitation" has been implemented thanks to Jakub Szymański
- A fix to comply with the recent changes of UEFI:NTFS has been implemented thanks to Felipe Magno de Almeida
- PNG images distributed in WoeUSB has been optimized to smaller size thanks to Peter Dave Hello
- A typo has been picked out in woeusb(1) manpage thanks to Anthony Fok
Enjoy!
Detailed Changes since v3.1.5
- 林博仁(Buo-ren Lin) - 28890ca - src/woeusb: Check source filesystem before we even touch the target device
- 林博仁(Buo-ren Lin) - 6fb1ee1 - mount_target_filesystem: Support NTFS
- 林博仁(Buo-Ren Lin) - bc37598 - setup-development-environment.bash: Message grammar fixes
- 林博仁(Buo-Ren Lin) - 7e1b732 - setup-development-environment.bash: Make ShellCheck happy
- 林博仁(Buo-Ren Lin) - ad4bd92 - setup-development-environment.bash: Only stash if needed, should fix #111
- 林博仁(Buo-ren Lin) - b9228b6 - init: Fixing wrong argument for only_for_gui_ref, fixes #178
- 林博仁(Buo-ren Lin) - 7bac6dc - src/woeusb: Fix check_if_the_drive_is_really_wiped isn't declared readonly
- 林博仁(Buo-ren Lin) - 981bbde - fixup! Added check for files bigger than 4GB (#186)
- 林博仁(Buo-ren Lin) - fe83365 - Refactor:
trap_exit
andcleanup_mountpoints
: Simplify logic - 林博仁(Buo-ren Lin) - 952e2da - src/woeusb: chk_fat32_filesize_limitation: Improve error message
- 林博仁(Buo-ren Lin) - 2a410bf - src/woeusb: Rename check_fat32_filesize_limitation
- 林博仁(Buo-ren Lin) - 805d04f - src/woeusb: chk_for_big_files: Add func. param. qty. assertion
- 林博仁(Buo-ren Lin) - 16c4d2b - Move check_for_big_files implementation to the same function category
- Jakub Szymański - 29d74ee - Added check for files bigger than 4GB (#186)
- Felipe Magno de Almeida - a3af891 - Double size of UEFI-NTFS partition to accomodate new size in newer versions
- Peter Dave Hello - c3d411f - Fix file permission, remove wrong executable permission
- Peter Dave Hello - a2bc7f2 - Optimize PNG images in src/ via zopflipng
- slacka - 4f53afc - Merge pull request #174 from anthonyfok/fix-typo-in-manpage
- Anthony Fok - 078ec22 - Manpages: woeusb(1): Fix typo
WoeUSB v3.1.5
This release fixes some minor issues and Debian packaging fixes from Christopher Hoskin and Anthony Fok. Enjoy!
Changelog Since the Last Release
- Anthony Fok - 11cab3c - Packaging: Debian: Downgrade debian/compat to 9 to match debian/control
- 林博仁(Buo-Ren Lin) - 206c032 - Packaging: Debian: Downgrade debhelper dependency to v9 to support Ubuntu 14.04(till April 2019)
- 林博仁(Buo-Ren Lin) - 626b1bf - Packaging: Debian: Add missing build dependency: dh-autoreconf
- 林博仁(Buo-Ren Lin) - fc91ec1 - Packaging: Debian: Depend on grub2-common instead of grub-common
- 林博仁(Buo-Ren Lin) - 1210194 - Packaging: Debian: Add gettext package as build dependencies
- 林博仁(Buo-Ren Lin) - 6e2c354 - Merge branch 'master' of github.com:slacka/WoeUSB
- 林博仁(Buo-Ren Lin) - b696ed0 - Manpages: woeusbgui(1): Fix typo
- Christopher Hoskin - 584e43c - Add VCS- fields to debian/control
- Christopher Hoskin - 0393706 - Remove versioned dependencies where satisfied by all releases since oldoldstable (Wheezy)
- Christopher Hoskin - 060260f - Remove dependencies on essential packages as they're always there
- Christopher Hoskin - e3c1e5f - Fix priority-extra-is-replaced-by-priority-optional
- Christopher Hoskin - 34df9fa - Bump Debian Standards Version to 4.1.1
- Christopher Hoskin - 48270b8 - build-depends-on-1-revision build-depends: coreutils (>= 8.23-1)
- Christopher Hoskin - 16a40d1 - Remove trailing whitespace
- Christopher Hoskin - 85b1048 - Fix obsolete-relation-form-in-source in woeusb depends: bash (>4.3)
- 林博仁(Buo-Ren Lin) - 942da58 - core: Eliminate abused double quotes
WoeUSB v3.1.4
This patch release fixes the wrongly implemented clean-version filter
Thanks to Christopher Hoskin for helping investigate the issue!
WoeUSB v3.1.3
This patch release again fixes two missing runtime dependencies of WoeUSB in Debian packaging control file. Enjoy.
WoeUSB v3.1.2
Again added a missing runtime dependency in Debian packaging control file
WoeUSB v3.1.1
An missing runtime dependency in Debian packaging control file has been added. Enjoy!