X-Recipient: archive-cygwin AT delorie DOT 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=MITfGyHCQ2hZzhqqiDKzfqVf7EeX3jaoAK1+K21iTEFCcq aR6WZn9wSEpQw6UbdC7z6J8NvehJQ3wmTNVlHySsbcnfqeIUQ1zd7za1/e3qHtPy FDK6FAcKqj8y4CY9U/lm0jlCwa/6SZ0uI+0aSGoC9atZxVLhTlGiU4BnS499o= 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=FbqcX4YBs8E6/CX3/ZvWY+EsV4Y=; b=J0qC+ELhp+2zSu358FvZ UvBr8pIhbvwPiL1F4Kq0oqN/xgm/lrpDWh40cUSzjQmwt+dGmC38AneDRPhSW8Wy n5roR+eciLCjOQeIMnejvaKtGEwVUKxCu+Wboz2pd/30082yCJsGEasMT4PXvnJp ebpi769ONUvz/DltGbx8lyk= 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 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 AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No From: "Eric Blake (cygwin)" Subject: [ANNOUNCEMENT] Updated: sed-4.4-1 Reply-To: The Cygwin Mailing List , cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Message-Id: Date: Mon, 20 Feb 2017 09:28:43 -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 4.4-1 release of sed has been promoted from experimental to current. NEWS: ===== This is a new upstream release, packaged by a new maintainer. This release introduces an important change in behavior from earlier versions: when operating on binary mounts, sed 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 grep 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 sed. For more details on sed, see the documentation in /usr/share/doc/sed/. DESCRIPTION: ============ The GNU Sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text, and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line. 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 'sed' 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 sed 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