From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68204 invoked by alias); 13 Oct 2018 18:50:00 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 68187 invoked by uid 89); 13 Oct 2018 18:49:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=undisclosed, ini, Hx-languages-length:1278, cycle X-HELO: rgout03.bt.lon5.cpcloud.co.uk Received: from rgout0307.bt.lon5.cpcloud.co.uk (HELO rgout03.bt.lon5.cpcloud.co.uk) (65.20.0.213) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 13 Oct 2018 18:49:57 +0000 X-OWM-Source-IP: 31.51.205.159 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN Received: from [192.168.1.102] (31.51.205.159) by rgout03.bt.lon5.cpcloud.co.uk (9.0.019.26-1) (authenticated as jonturney@btinternet.com) id 5BB6CF6500CDC0A4 for cygwin-apps@cygwin.com; Sat, 13 Oct 2018 19:49:55 +0100 From: Jon Turney Subject: setup 2.894 release candidate - please test To: "cygwin-apps@cygwin.com" Message-ID: <596b74ac-74bd-32ef-fcb8-3fd57f5f7b08@dronecode.org.uk> Date: Sat, 13 Oct 2018 18:50:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-10/txt/msg00030.txt.bz2 A new setup release candidate is available at: https://cygwin.com/setup/setup-2.894.x86_64.exe (64 bit version) https://cygwin.com/setup/setup-2.894.x86.exe (32 bit version) Please test and report any problems here. Changes compared to 2.893: - Drag setup into the 1990s, by replacing the custom-drawn package chooser with a ListView common control. -- Use standard UI elements to choose an action to take on a package or category, rather than the weird UX of clicking to cycle around a list of options of undisclosed length. -- Behaviour change: previously, a category action only affected packages which matched any name search filter applied. Now all packages contained by the category are affected. -- Category view now shows a count of packages in a category -- Add long description as a tooltip for description - Add support for ZStandard compression for packages and .ini files - Fix a new warning reported by gcc 8 - Avoid a potential crash when checking for cached packages Addresses: https://cygwin.com/ml/cygwin/2018-10/msg00033.html - Use pkgconfig for build prerequisite checking - Fix log spam when package vendor is something other than "cygwin" - Various cleanups Thanks to Ken Brown and Achim Gratz.