Skip to content

Releases: openSUSE/rapidquilt

rapidquilt-0.6.6

02 Dec 15:08
Compare
Choose a tag to compare
  • 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

13 May 12:57
Compare
Choose a tag to compare
  • Rewrite the parser and improve its performance by approx. 15 %.

rapidquilt-0.6.3

24 Feb 20:06
Compare
Choose a tag to compare
  • Fix hangs on more than two rejections
  • Update crates

rapidquilt-0.6.2

30 Jan 08:21
Compare
Choose a tag to compare
  • Fix parsing of lines that look like start of a hunk, but are in fact part of the initial comment

rapidquilt-0.6.1

30 Aug 07:00
0.6.1
Compare
Choose a tag to compare
  • Fix hangs on failure
  • Fix --dry-run

rapidquilt-0.6.0

07 Mar 15:24
Compare
Choose a tag to compare
  • Major speedup and simplification of the implementation

rapidquilt-0.5.6

05 Mar 10:15
Compare
Choose a tag to compare
  • Fix incorrect warning about Windows-style end of lines

rapidquilt-0.5.5

28 Feb 15:45
Compare
Choose a tag to compare
  • 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

15 Feb 16:07
Compare
Choose a tag to compare
  • Support for -p and -R patch options in series file.
  • Fuzz > 0 now behaves lot more like patch.
  • Multiple bugfixes.

rapidquilt-0.5.3

11 Feb 14:42
Compare
Choose a tag to compare
  • Updated dependencies
  • Corrected version declared in Cargo.toml