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:sender; q= dns; s=default; b=H21OmYBXaEjF4c1MHOknBVyXIukQImL4rkB4e7lTchyQ8j /jWzg8jvM8gj3mUHZiZw2Zk+t3pdgkizl1hgtJu0WVwehOKLRldYEgL5vsYZFv88 Ab/sgX5eHlMviQwoyIs44VFyiSt+KDoZ9rPzX1sUqLbZRvRg0tOQG4uVnjfwU= 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:sender; s= default; bh=Gjpys9WHT6xLTrNS5rYwVlEwAzU=; b=odIBWHGPfJgIxuY7+3KR +QHl65Ko3RCKglxcVVUONQJ/M26KBen9N7jTE2/3/K4W3BmKTfIDlD0I3b6yJU1B INuzov20rDbzrujUvKDYNobwq+7VRGo5cWLkGo5AOWQYpoYonXxTGnL5OSFKfo3o crkI0lWX6yRtVfSAO8JtlFs= 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-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_20,UNSUBSCRIBE_BODY autolearn=no version=3.3.1 spammy=sk:yourdom, powerful, UNSUBSCRIBE, HX-HELO:sk:localho X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1555977430; bh=cc9pPfHuyLLhcAzAczU5W0ECamlNMQ6KYPqHzfxD22Y=; h=Received:Received:Received:From:To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=DeC/5udRPguGLqlzbQ0dwE7luPXA6Nfs85tqxPAbhmrU68lvcWFxdVT5kPRyNtJf8 paVcThuVdHmYeSuie5445cQL5VSmra60jonKNzVDg4B4Zw+0pz5ZKBL+MaSejmJUao omsOufSEbpI5PCGMdH03Yj660Jz9a+HWN5PBoBMutUZBU9hFKYTNaVjDNtiq5ZbrUz QrLXVolBPW+BHOrum0zh5JCXbEYoLo4AEyiSWDu3YvUalak8rd+6X/kOf1hyqQvyHO 788rVm577cjLx4FtdN5BFVScczf6tGnV/hajIdZ7fIU/Hddcj4GSY0g4BnTv7UQ1II bKquGBrzXo7wA== X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduuddrgeejgddvudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucevohhmtggrshhtqdftvghsihdpqfgfvfdppffquffrtefokffrnecuuegrihhlohhuthemuceftddtnecufghrlhcuvffnffculddquddtmdenucfjughrpefhvffufffkofggtgfgsehtqhfstdfutddvnecuhfhrohhmpeetnhgurhgvficuufgthhhulhhmrghnuceoshgthhhulhhmrghnrdgrnhgurhgvfiesvghprgdrghhovheqnecuffhomhgrihhnpehfihhshhhshhgvlhhlrdgtohhmpdgthihgfihinhdrtghomhdpghhithhhuhgsrdgtohhmpdihohhurhguohhmrghinhdrtghomhenucfkphepuddtkedrfedurdelhedrudefheenucfrrghrrghmpehhvghlohephhgvlhhiuhhmpdhinhgvthepuddtkedrfedurdelhedrudefhedpmhgrihhlfhhrohhmpehstghhuhhlmhgrnhdrrghnughrvgifsegvphgrrdhgohhvpdhrtghpthhtoheptgihghifihhnqdgrnhhnohhunhgtvgestgihghifihhnrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-Xfinity-VMeta: sc=-10;st=legit From: Andrew Schulman To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] fish-3.0.2-2 (test) Date: Mon, 22 Apr 2019 19:57:04 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: qmail alias Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x3MNwuu0006848 fish 3.0.2-2 is now available as a test release in Cygwin. This release has two changes from the previous Cygwin test release, 3.0.2-1: * Fixed external commands launched from config.fish don't have the correct tty modes[1]. * Universal variables are now stored separately for the x86_84 and i686 architectures, in fish_variables.x86_64 and fish_variables.i686 respectively, in ~/.config/fish. fish version 3 introduces backwards-incompatible changes with version 2: * See https://fishshell.com/release_notes.html for the list of upstream changes. See especially the release notes for fish 3.0.0. * Universal variables are saved in a different file now (fish_variables.$ARCH, instead of fishd.$HOSTNAME.$ARCH, in ~/.config/fish). fish will import your universal variables from the old version 2 file, but that may not work correctly with path variables (PATH, MANPATH, LD_LIBRARY_PATH). If you get strange errors about commands not found, you may need to reset them manually. Please test this release, and report here whether you find any problems or not. 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 [1]https://github.com/fish-shell/fish-shell/issues/2980 ******************************************************************* 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