X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,USER_IN_WHITELIST X-Spam-Check-By: sourceware.org X-SWARE-Spam-Status: No, hits=-101.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,USER_IN_WHITELIST X-Mail-Handler: MailHop Outbound by DynDNS X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18EMir1MHKDVk4iyVAUARSJ Resent-From: Christopher Faylor Resent-Date: Wed, 25 Apr 2012 00:29:13 -0400 Resent-Message-ID: <20120425042913 DOT GA23983 AT ednor DOT casa DOT cgf DOT cx> Resent-To: cygwin-announce AT cygwin DOT com Date: Sun, 22 Apr 2012 15:44:56 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: diffutils-3.2-1 Message-Id: Reply-To: cygwin AT cygwin DOT com References: <20091229041453 DOT GA16999 AT ednor DOT casa DOT cgf DOT cx> <20100410181018 DOT GA16454 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100410181018.GA16454@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Reply-To: The Cygwin Mailing List Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I've made a new version of 'diffutils' (http://www.gnu.org/software/diffutils/) available for installation. This is the most recent version of diffutils from ftp.gnu.org . I've included a snippet from the diffutils NEWS file showing changes since the last Cygwin release below. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. * * * * Noteworthy changes in release 3.2 (2011-09-02) [stable] ** Changes in behavior --ignore-file-name-case now applies at the top level too. For example, "diff dir inIt" might compare "dir/Init" to "inIt". ** New features diff and sdiff have a new option --ignore-trailing-space (-Z). ** Packaging The texinfo documentation no longer specifies "front-cover" or "back-cover" texts, so that it may now be included in Debian's "main" section. * Noteworthy changes in release 3.1 (2011-08-10) [stable] ** Bug fixes diff no longer reports spurious differences merely because two entries in the same directory have names that compare equal in the current locale, or compare equal because --ignore-file-name-case was given. * Noteworthy changes in release 3.0 (2010-05-03) [stable] ** Bug fixes diff once again prints the required "\ No newline at end of file" line when at least one input lacks a newline-at-EOF and the final hunk plus context-length aligns exactly with the end of the newline-lacking file. [bug introduced between 2.8.7 and 2.9] ** Changes in behavior In context-style diffs, diff prints a portion of a preceding "function" line for each hunk, with --show-function-line=RE (-F) or --show-c-function (-p). Now, it trims leading blanks from such lines before extracting a prefix. This is useful especially when a function line is so far indented that the name itself would be truncated or not included in the limited-width substring that diff appends. diff once again reports a difference with the diagnostic "Binary files A and B differ" when at least one of the files appears to be binary. From 2.8.4 through diffutils-2.9, it printed "Files A and B differ". -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple