X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:from:subject:reply-to:to:message-id
	:date:mime-version:content-type:content-transfer-encoding; q=
	dns; s=default; b=U0fSAuhhhv3TUyxBGO+Xc55qhD/AhEU7Y4DOuZgIwSoFmH
	yjQN+4u5QmkRNjcJWza45MBnMLQ8LL09sZld9A9wdqSzVabpeqOeafYGAbXtMM8P
	FJK+u0W6c3AAKOUzWrEchScekG1SzRFVGrBPW4e1p0S3s/8WMt20/U/0sv4iY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:from:subject:reply-to:to:message-id
	:date:mime-version:content-type:content-transfer-encoding; s=
	default; bh=vDS+cTqtItHBsbf3mDf1jo81wFE=; b=Fo3DznZpowrYD6h4hIm9
	uKiR5yBHCp5BayVIsiS6fkkxxqE4Ji6A1LAG0ILb9TkHNyq/L0sjF4RMBO+/LcRi
	Ceq86Ms+eC5xgCpPiL4gCIvCJytM5XT7Gwg88Q3aW+WWXNCv2DsL8+i57pIRapSs
	AkYA6/mdmEFhnlQSgVGDPYE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 spammy=click
X-HELO: localhost.localdomain
Reply-To: cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
From: "Eric Blake (cygwin)" <eblake@redhat.com>
Subject: [ANNOUNCEMENT] Updated: grep-3.0-2
Reply-To: The Cygwin Mailing List <cygwin@cygwin.com>, cygwin@cygwin.com
To: cygwin@cygwin.com
Message-Id: <announce.50bb5ebe-4a75-c6a3-e56c-4ffb79c6ad87@redhat.com>
Date: Mon, 20 Feb 2017 09:28:34 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

The 3.0-2 release of grep has been promoted from experimental to current.

NEWS:
=====
This release introduces an important change in behavior from earlier
versions: when operating on binary mounts, grep no longer forces text
mode, and therefore no longer strips carriage returns (behaving more
like Linux on those carriage returns).  Behavior on text mode mounts is
unchanged (where carriage returns are already taken care of by the fact
that the file is opened in text mode rather than binary mode).  This
change is made in parallel to sed and awk changes along the same lines.

Since this includes pipelines by default, this means that if you pipe
text data through a pipeline (such as the output of a windows program),
you may need to insert a call to d2u (or similar) to sanitize your input
before passing it to grep.  The impact of the options 'grep -u' and
'grep -U' is now limited to just text-mounted file descriptors.  For
more details on grep, see the documentation in /usr/share/doc/grep/.

DESCRIPTION:
============
GNU Grep searches one or more input files for lines containing a match
to a specified patter.  By default, Grep outputs the matching lines.
The GNU implementation includes several useful extensions over POSIX.

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 'grep'
in the 'Base' category (it should already be selected).

DOWNLOAD:
=========
Note that downloads from 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 grep package maintainer

For more details on this list (including unsubscription), see:
http://sourceware.org/lists.html

--
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

