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:to:subject:date:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=PcgVhaWxOaNA+ehMUbn0JQwEnZz62l6nwZis0Wng/yLIjZF8vkp9o RiJm3+JPtFAUxkp9nbaWC/RnRwIDdHPZG8XoMYGEFZcSRkQUPVoxPjagri3GRtGK VYBpn1p5SsHNNmozExVLgsoXWezhYzKxcJpYMrD8Lk54oo9QhISCEA= 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:to:subject:date:message-id :mime-version:content-type:content-transfer-encoding; s=default; bh=Dc4uDZoEh3qYTqDVErz0+kqE2bA=; b=YZlw6JIuoZDbEOOHU9juQdHa8PH6 /cZO0lWEibvXhnXzV3YaD5jWbt3KgGKXFQJsn2kC+wnEl5inHGrWL1fump/U1XtC P0DYLgVIBulakQHdwNze5Uy3QPGY7XKI6qmSX5otebQKG6ZUMYv0Qz82PC6MlfID 4POGTogxuIRd8+s= 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=0.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 From: Andrew Schulman To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: fish-2.2.0-2 (test release) Date: Mon, 24 Aug 2015 08:18:42 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive: encrypt Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t7OCMIt8015586 A new release of fish is available in the Cygwin distribution. fish 2.2.0-2 is available as a test release. Please test it, and report successes or problems to the cygwin list. fish 2.2 has significant changes since fish 2.1; please see http://fishshell.com/release_notes.html for the full list. CHANGES SINCE 2.2.0-1: * Don't share universal variables between architectures (i686 and x86_64). This is really a judgment call; see the issue report at https://github.com/fish-shell/fish-shell/issues/2329 if you're interested, and reply to the cygwin list if you disagree. * Properly remove /tmp/fish.* in the postinstall script. Thanks to Kelley Cook for reporting the error. * Resolved permission errors (they weren't caused by fish). UPDATE ISSUES: 1. You may see errors when fish starts, saying that "Old versions of fish appear to be running." This is because of architectural changes (removal of fishd) from fish 2.1 to 2.2. If you see this, please try the following things: * Kill all running instances of fish and, especially, fishd (pkill fish, or killall fish). * Remove all directories /tmp/fish.* (rm -rf /tmp/fish.*) * If necessary, rm ~/.config/fish/fishd.* . But this probably will remove all of your stored universal variables. Then restart fish. If the error messages persist, please report that to the cygwin list. 2. fish may hang at startup. This happens becaue the startup file /etc/fish/config.fish in fish 2.1.1 included syntax that causes fish 2.2.0 to hang. * If you didn't customize /etc/fish/config.fish, then there's nothing you need to do. The old file will be replaced with a corrected new one when you update, and fish should start normally. * If you did customize /etc/fish/config.fish, then your customized file won't be replaced on update, and fish will probably hang at startup (a "cat" process will be running, waiting forever for input). To fix this: + Press Ctrl-D to continue startup. + Exit fish, then kill any other running instances of fish and cat. + Replace your old /etc/fish/config.fish with a copy of /etc/defaults/etc/fish/config.fish, and re-add any customizations you want to make. + Restart fish. If you've tried the above and fish still hangs on startup, please report that to the cygwin list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: http://fishshell.com Andrew E. Schulman ******************************************************************* 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. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from 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.com_at_cygwin.com If you need more information on unsubscribing, start reading here: http://cygwin.com/lists.html#subscribe-unsubscribe Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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