File rapidquilt.changes of Package rapidquilt
-------------------------------------------------------------------
Thu Mar 7 15:05:38 UTC 2019 - msrb@suse.com
- Release 0.6.0
* Major speedup and simplification of the implementation
- Updated URL and Source to openSUSE's GitHub because the
repository moved there.
-------------------------------------------------------------------
Tue Mar 5 10:09:10 UTC 2019 - msrb@suse.com
- Release 0.5.6
* Fix incorrect warning about Windows-style end of lines
-------------------------------------------------------------------
Thu Feb 28 15:01:01 UTC 2019 - msrb@suse.com
- Release 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)
- Removed 0001-Default-to-the-new-filename-when-none-exists.patch
-------------------------------------------------------------------
Fri Feb 15 15:53:33 UTC 2019 - msrb@suse.com
- Release 0.5.4
* Support for `-p` and `-R` patch options in series file.
* Fuzz > 0 now behaves lot more like patch.
* Multiple bugfixes
- Removed obsolete 0001-Fix-build-with-rustc-1.31.0.patch
- 0001-Default-to-the-new-filename-when-none-exists.patch
* Small but important fix, not yet in released version
-------------------------------------------------------------------
Fri Feb 8 16:09:02 UTC 2019 - msrb@suse.com
- Release 0.5.3
* Support for running analyses while patching.
* Added MultiApply analysis that warns when hunk could apply to
more than one location.
* Fixed two kinds of panic when rolling-back failed patches.
* More information is shown when patch fails to apply.
- 0001-Fix-build-with-rustc-1.31.0.patch
* Fix build with rustc 1.31.0
-------------------------------------------------------------------
Thu Jan 24 14:33:51 UTC 2019 - msrb@suse.com
- Release 0.5.1
* Fix detection of misordered hunks
* More changes for better compatibility with patch
* Added --verbose, --quiet and --version parameters
- Remove _service file and use the latest released version instead
* The development tempo has slowed down and more people are now
using rapidquilt in production. Lets build the latest release
instead of git master.
-------------------------------------------------------------------
Thu Jan 17 14:52:32 UTC 2019 - msrb@suse.com
- Release 0.5.0
* Support for patches that change file permissions
* Use the same logic as patch does when choosing which file to patch
* Behave same as patch in various cornercases
- Run tests in %check phase
-------------------------------------------------------------------
Sun Jan 13 15:48:01 UTC 2019 - msrb@suse.com
- Release 0.4.3
* Faster patch parsing
* Support quoted filenames
-------------------------------------------------------------------
Mon Jan 7 09:04:51 UTC 2019 - msrb@suse.com
- Release 0.4.2
* Improved error and application failure reporting
* Empty directories are deleted after deleting files
-------------------------------------------------------------------
Sun Dec 30 18:28:36 UTC 2018 - msrb@suse.com
- Release 0.4.0
* Support for file-renaming patches
-------------------------------------------------------------------
Thu Dec 20 15:39:29 UTC 2018 - msrb@suse.com
- Release 0.3.0
* --backup and --backup-count options
* Accepts more strangely formed patch files
-------------------------------------------------------------------
Mon Dec 17 19:10:12 UTC 2018 - msrb@suse.com
- Inital packaging