From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128093 invoked by alias); 13 Oct 2018 18:13:18 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 128053 invoked by uid 9795); 13 Oct 2018 18:13:17 -0000 Date: Sat, 13 Oct 2018 18:13:00 -0000 Message-ID: <20181013181317.128032.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] annotated tag release_2.894, created. release_2.894 X-Git-Refname: refs/tags/release_2.894 X-Git-Reftype: annotated tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 6127a98dec4e0fd488c667bbb2b5069a0f7af55c X-SW-Source: 2018-q4/txt/msg00006.txt.bz2 at 6127a98dec4e0fd488c667bbb2b5069a0f7af55c (tag) tagging 7a524bf7194058086410dc442a7cc1405c6f92a0 (commit) replaces release_2.893 tagged by Jon Turney on Sat Oct 13 19:01:53 2018 +0100 2.894 -----BEGIN PGP SIGNATURE----- iEYEABECAAYFAlvCMxIACgkQKeE4OTaA26DgTACdH/sDWDtcOIrlJ2EJH3hMsNW7 S2wAoIi2BeMkXtj9nTOS8uA33EpeQWN0 =ynqc -----END PGP SIGNATURE----- Achim Gratz (4): Fix message spam when package vendor is something other than "cygwin" excise "using namespace std;" and explicitly use a "std::" prefix throughout instead Remove misleading copy&paste comments Add support for ZStandard compression Jon Turney (23): Properly identify Win32 systems which support IsWow64Process2() Remove unused choose-rtarrow.bmp Remove unused IDI_SPIN Use pkg-config for dependency checking where possible Improve libgcrypt detection Allow host machine to be specified to bootstrap Avoid potential null deref in check_for_cached() Avoid stringop-overflow warning with gcc8 Add zstd packages to build instructions Add zstd package to .appveyor.yml Change packagemeta::_actions to an enum Add OnNotify virtual function to class Window for WM_NOTIFY notifications Use a ListView common control rather than a hand-built grid Custom draw checkboxes in ListView control Add methods for listing possible actions on, and applying one to, a package Custom draw popup menus in ListView control Show the count of packages in a category Use an icon to represent expanded/collapsed state Use indents in category view Add LDesc() accessor method to SolvableVersion Restore packagemeta::LDesc() Add ldesc tooltips to sdesc column of listview Merge branch 'topic/listview' Ken Brown (1): Ensure that an installed packageversion has an ldesc if possible