git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Gruenbacher <agruen@suse.de>
To: git@vger.kernel.org
Subject: Fwd: GNU patch: upcoming stable release; call for testing
Date: Sun, 2 May 2010 13:54:12 +0200	[thread overview]
Message-ID: <201005021354.13119.agruen@suse.de> (raw)

----------  Forwarded Message  ----------

Subject: GNU patch: upcoming stable release; call for testing
Date: Sunday 02 May 2010
From: Andreas Gruenbacher <agruen@suse.de>
To: info-gnu@gnu.org

I am pleased to announce that there is progress towards the next stable 
release of GNU patch.  This is a call for testing so that things will work as 
expected, on as many platforms as possible.

The upcoming release will include several new features:


* Support for most features of the "diff --git" format: renames and copies,
  permission changes, symlink diffs.  (Binary diffs are not supported yet;
  patch will complain and skip them.)

* Support for double-quoted filenames: when a filename in a context diff
  starts with a double quote, it is interpreted as a C string literal.  The
  escape sequences \\, \", \a, \b, \f, \n, \r, \t, \v, and \ooo (a three-digit
  octal number between 0 and 255) are recognized.

* Refuse to patch read-only files by default, or at least warn when patching
  such files with --force or --batch.

* Refuse to apply a normal patch to a symlink.  (Previous versions of patch
  were wrongly replacing the symlink with a regular file.)

* When a timestamp specifies a time zone, honor that instead of assuming the
  local time zone (--set-date) or Universal Coordinated Time (--set-utc).

* Support for nanosecond precision timestamps.


Behind the scenes, some infrastructure changes have happened as well: the 
project now uses GNU Automake, and the previous, static copy of the Gnulib 
library has been replaced by a git submodule.


The project home with the development repository, bug tracker, and bug-
patch@gnu.org mailing list archive is located at:

  http://savannah.gnu.org/projects/patch

Development snapshots will be made available on:

  ftp://alpha.gnu.org/gnu/patch/

Previous stable releases are available at:

  ftp://ftp.gnu.org/gnu/patch/

Please send bug reports or suggestions to <bug-patch@gnu.org>.

Thanks,
Andreas

-------------------------------------------------------

                 reply	other threads:[~2010-05-02 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201005021354.13119.agruen@suse.de \
    --to=agruen@suse.de \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).