Changelog for
patch-2.5.9.122-2.1.i586.rpm :
Mon Sep 7 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.122:
+ Try to preserve the owning group of patched files.
- Add --unified-reject-files backwards-compatibility patch to
older SUSE versions of patch.
Mon Jul 20 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.120:
+ When copying files, use full_write() from gnulib instead of
write().
+ The -m option hasn\'t been officially allocated yet. Use only
the long form for now (--merge).
Fri Jun 19 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.118:
+ Change the default value of PATCH_GET to 0.
+ When merging, make sure that hunks will not end up \"out of order\"
+ When the file to patch is specified on the command line,
apply all patches to that file
+ Some portability fixes/improvements
+ Don\'t fail when removing nonexistent files in move_file
Wed Apr 8 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.109:
+ Preserve timestamps in reject files.
+ Add support for sending output to standard output.
+ Allow special characters in filenames read interactively.
+ Don\'t forget to NUL terminate ptimestr in fetchname().
Tue Apr 7 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.104: timestamp parsing fix, 64-bit fix.
Mon Apr 6 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.97: Another bugfix.
Mon Apr 6 14:00:00 2009 agruenAATTsuse.de
- Version 2.5.9.95: Gnulib update, bug fixes.
Fri Apr 3 14:00:00 2009 agruenAATTsuse.de
- Update to version patch-2.5.9.77: updated manpage and NEWS, no
strict depenency on ed in the test suite anymore, and slightly
improved handling of asymmetric hunks.
Thu Apr 2 14:00:00 2009 agruenAATTsuse.de
- Update to version patch-2.5.9.69 which has all our patches
merged in one form or anther, along with many other fixes and
improvements (see NEWS).
Tue Feb 24 13:00:00 2009 agruenAATTsuse.de
- Include patch headers in reject files so that they form proper
patches themselves.
- Rewrite the unified reject files patch; this is much cleaner
now.
- Add an improved strategy for locating merges.
Tue Feb 3 13:00:00 2009 agruenAATTsuse.de
- Implement diff3-style merges (including several fixes and
improvements).
Wed Apr 23 14:00:00 2008 agruenAATTsuse.de
- remember-backup-files.diff: Fix bug when a file is touched by
the same patch more than twice. Move the test cases from the
patch header into separate files.
- patch-2.5.9-cat_if_device.diff: No need to remember the device
we write to as a backup file.
Fri Nov 2 13:00:00 2007 agruenAATTsuse.de
- Patch fails to apply hunks with asymmetric context correctly.