File: NEWS

package info (click to toggle)
patch 2.7.6-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,200 kB
  • sloc: ansic: 40,051; sh: 6,547; yacc: 1,842; makefile: 140; sed: 54
file content (27 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
patch (2.6.1-1) unstable; urgency=low

  The options -U --unified-reject-files and --global-reject-file have now been
  removed.

 -- Christoph Berg <myon@debian.org>  Sun, 06 Feb 2011 20:17:11 +0100

patch (2.6-1) unstable; urgency=low

  The patch versions shipped in Debian Etch and Lenny (2.5.9-4 and 2.5.9-5)
  contained two patches that would create reject files in unified format, and
  collect all rejects in a single, "global" reject file. These patches are now
  part of patch 2.6.

  However, the arguments have been renamed:

   * -U or --unified-reject-files  is now  --reject-format=format.
     Additionally, reject files will automatically be in unified format if the
     input patch is in that format.

   * --global-reject-file=file  is now a synonym for  --reject-file=file (-r)
     which has been fixed not to overwrite reject hunks from different files.

  The old syntax is still supported, but will be removed for the Debian
  release following Squeeze.

 -- Christoph Berg <myon@debian.org>  Mon, 30 Nov 2009 14:01:54 +0100