X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Authority-Analysis: v=1.0 c=1 a=w_pzkKWiAAAA:8 a=20KFwNOVAAAA:8 a=xe8BsctaAAAA:8 a=sJTbmzmyDSkUVe2yOVIA:9 a=cEm8l1E5VM9F8jLWCGUA:7 a=Ji3yDHWUGTGhmNrGCSekAgUzJlgA:4 a=TRvmKqLbH9UA:10 a=7pGOCF1mIgkA:10 a=66msUWWtX2wA:10 a=rPt6xJ-oxjAA:10 a=uZvujYp8AAAA:8 a=MMTRX7g5q-LHbY0Yq-AA:9 a=0b4L2EIAYIb7PcuAvJIA:7 a=pReIcRK4KdIRePepuFwRiDUi6DwA:4 a=YvKx7zeTAGcA:10 Message-Id: Date: Mon, 10 Dec 2007 21:21:55 -0700 From: Eric Blake Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: findutils-4.3.11-1 Content-Type: multipart/mixed; boundary="------------080103080503070105030008" Reply-To: The Cygwin Mailing List X-Mailer: Perl5 Mail::Internet v1.74 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 --------------080103080503070105030008 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A new release of findutils, 4.3.11-1, is available for use, leaving 4.3.10-1 as the previous version. NEWS: ===== This is a new upstream release, fixing several issues as documented below. The release is marked beta upstream, but the 4.3 series has, in general, been enough of an improvement over the stable 4.2 series that I have focused on 4.3 releases as the primary cygwin release. Although the news file mentions the partial addition of birthtime support, it requires rebuilding from source against a cygwin snapshot to take advantage of this feature, since birthtime will not be supported officially until cygwin 1.7.0. This release depends on fixes to cygwin bugs that are only present in cygwin 1.5.25 or newer. See also /usr/share/doc/findutils-4.3.11/. DESCRIPTION: ============ The findutils package contains programs which will help you locate files on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria (such as a filename pattern). The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command). The locate utility scans a database of filenames and displays matches. The updatedb utility builds the database for locate. UPDATE: ======= To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Save it and run setup, answer the questions and pick up 'findutils' from the 'Base' category (it should already be selected). DOWNLOAD: ========= Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. - -- Eric Blake volunteer cygwin findutils maintainer CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: ================================= To unsubscribe to the cygwin-announce mailing list, 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://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHXhBh84KuGfSFAYARAokSAJ4nPHHohW9N/JaZAoXp3c3aumo9bwCgxVrU GNlb1WaTruD0+ncIt9t/YgI= =WWA4 -----END PGP SIGNATURE----- --------------080103080503070105030008 Content-Type: text/plain; name="NEWS.short" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="NEWS.short" * Major changes in release 4.3.11 ** Functional changes When the POSIXLY_CORRECT environment variable is set, "find -perm +a+w" is rejected as invalid. Some other similar mode strings starting with '+' which are not valid in POSIX are also rejected. The -prune action now always evaluates as true (this is also a bugfix). ** Bug Fixes #21568: Switch to checking the gnulib code out with native git, not CVS. This affects mainly those who check findutils code out of CVS. This is not the first time this bug has been fixed (the previous fix used "cvs update -D", which git-cvspserver silently does not support). #21039: Setting the POSIXLY_CORRECT environment variable now turns off warnings by default, because POSIX requires that only diagnostic messages (and -ok prompts) are printed on STDERR, and diagnostic messages must also result in a nonzero exit status. #20970: Trailing slash on directory arguments breaks -name. "find foo/ -name foo" now correctly matches foo and printf foo/. See POSIX interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt #20865: Using both -delete and -prune without explicitly using -depth is now an error. Traditionally, -delete has always turned -depth on anyway, so this is not a functional change. However, using -depth (implicitly or explicitly) makes -prune a no-op. This change is intended to avoid nasty surprises for people who test with "-print" and then change it to "-delete" when they are happy. #20803: POSIX requires that -prune always returns true. Previously it returned false when -depth was in effect and true otherwise. #20802: If -delete fails, find's exit status will now be non-zero. However, find still skips trying to delete ".". ** Documentation Fixes #21635: Some of the documentation files had missing copying conditions. The missing files now have copying headers, and these are compatible with each other (GNU FDL 1.2). #21634: No copy of FDL 1.2 included with the source code #21633: Missing copyright/license header in some documentation. #21628: find -perm /000 matches all files rather than none, since findutils-4.3.3. The Texinfo documentation is now consistent with the manual page on this point. #21270: Formatting fixes to the xargs.1 manual page, including making options bold instead of italic and making OPTIONS a section header rather than a subsection. --------------080103080503070105030008 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------080103080503070105030008--