Releases: openSUSE/rapidquilt
Releases · openSUSE/rapidquilt
rapidquilt-0.6.6
- Preserve file permissions if no mode is specified in the patch.
- Avoid language features that are rejected by Rust 1.54. Support for this
version is still needed. - Simplify diagonstics of failed hunks. Although the new algorithm is more
primitive, it is much faster for large hunks and/or files.
rapidquilt-0.6.5
- Rewrite the parser and improve its performance by approx. 15 %.
rapidquilt-0.6.3
- Fix hangs on more than two rejections
- Update crates
rapidquilt-0.6.2
- Fix parsing of lines that look like start of a hunk, but are in fact part of the initial comment
rapidquilt-0.6.1
- Fix hangs on failure
- Fix --dry-run
rapidquilt-0.6.0
- Major speedup and simplification of the implementation
rapidquilt-0.5.6
- Fix incorrect warning about Windows-style end of lines
rapidquilt-0.5.5
- Fix race condition when deleting empty directories
- Use jemalloc allocator (it was default until Rust 1.32.0, performs lot better in multi-threaded use)
rapidquilt-0.5.4
- Support for
-p
and-R
patch options in series file. - Fuzz > 0 now behaves lot more like patch.
- Multiple bugfixes.
rapidquilt-0.5.3
- Updated dependencies
- Corrected version declared in Cargo.toml