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:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=L1eCNuyNQ76LAdXG m0cKM1gS4Ig+JnsnxjfpLWBCMOIyH6My0xZ2Eq8AO8LZpzk14nasIr6SEhF5F/Nv GYn5aUT5Tw5JwlJBd3CQoAjEXvucNku0Qv1atXudlHu5Y35MtwoIKc0N4LmMOrBx yljov/z+b+6Mf0pFQwiOh6ssFdc= 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:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=7fXTeHwfdFtG8NCRAVShwG FBYCY=; b=pY5bAwwlOFCDVMG5iyfO+b6oT2peX8dAfer832XVVgMo1H5++XzTlH wsFMQq36Ukn13XeQLQcTLflfh/xfziuwoyhomM7iOJeC1kU/OzPuSfl9reKiN9XU Zw3jjfjPP+0Uc4LWDoFfV0ccGb7GS2422Gqodadtf6qYQPgGs7INE= 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-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 Date: Mon, 27 Apr 2015 16:18:34 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: Cygwin 2.0.0-1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Hi Cygwin friends and users, I just released Cygwin 2.0.0-1. This release bumps the major version number of Cygwin. This is something I was looking forward to for a while since the numbering scheme is a bit awkward. In future, bugfix releases will bump the last number, new feature releases will bump the middle number. And we're trying to avoid two digit version numbers. Bugfix? 2.0.1, 2.0.2, ... New features? 2.1, 2.2, ... Other than that, given that my ACL changes didn't work quite as expected, this is more or less just a bugfix release: What's new: ----------- - basename(3) now comes in two flavors, POSIX and GNU. The POSIX version is the default. You get the GNU version after #define _GNU_SOURCE #include What changed: ------------- - The maximum number of PTYs has been raised from 64 to 128. Bug Fixes --------- - Fix potential hang in pseudo ttys when generating ECHO output while the slave is flooding the pty with output. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00019.html - Fix potential premature SIGHUP in pty code. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00070.html - Fix a name change from symlink to target name in calls to execvp, system, etc. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00270.html - Fix internal error in pty -ONLCR handling. Fix timing bug in pty OPOST handling. Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00929.html - Avoid creating passwd and group records from fully qualified Windows account names (domain\name, name AT domain). Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00528.html - Avoid potential crash at startup or in getgroups(2). Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00010.html - Fix UTF-16 surrogate handling in wctomb and friends. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00452.html - Fix shmget usage of size parameter for already existing segments. Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00105.html - Fix how in-use files on virtual drives created via subst are moved to the recycler in unlink(2). Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00527.html - Fix how in-use files on Samba drives are renamed in unlink(2). To install 32-bit Cygwin use http://cygwin.com/setup-x86.exe To install 64 bit Cygwin use http://cygwin.com/setup-x86_64.exe If you're already running a 32 bit version of Cygwin on 64 bit Windows machines, you can continue to do so. If you're planning a new install of Cygwin on a 64 bit Windows machine, consider to use the new 64 bit Cygwin version, unless you need certain packages not yet available in the 64 bit release. Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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