From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3591D385800D for ; Wed, 29 Dec 2021 15:59:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 725CC3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613942900F7A71B5 X-Originating-IP: [81.129.146.209] X-OWM-Source-IP: 81.129.146.209 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvuddruddvuddgkeegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfvffhufgtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepteefkeejgfdtudfgjeeufeeiteeuudetvefhffefhfetudehteehgefftedtveefnecuffhomhgrihhnpegthihgfihinhdrtghomhdpshhouhhrtggvfigrrhgvrdhorhhgnecukfhppeekuddruddvledrudegiedrvddtleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtfegnpdhinhgvthepkedurdduvdelrddugeeirddvtdelpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdprhgtphhtthhopegthihgfihinhdqrghnnhhouhhntggvsegthihgfihinhdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-Id: Date: Wed, 29 Dec 2021 15:58:49 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 X-Mozilla-News-Host: news://news.gmane.org:119 Content-Language: en-GB To: cygwin@cygwin.com From: Jon Turney Subject: [ANNOUNCEMENT] Updated: setup (2.911) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3570.8 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_EXEURI, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2021 15:59:23 -0000 A new version of Setup (2.911) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.909: - Add new option '--compact-os [ALGORITHM]' (Thanks to Christian Franke) Possible ALGORITHM values are 'xpress4k', 'xpress8k', 'xpress16k' and 'lzx'. If ALGORITHM is omitted, 'lzx' is used. This enables use of the Windows CompactOs API for filesystem compression of installed files which can benefit from it. - Add new option '--symlink-type TYPE' Possible TYPE values are 'sys', 'wsl', 'lnk', and 'native'. This controls the type of Cygwin symlink (see [1]) created by setup and post-install scripts. If this option is absent, the default is determined by any winsymlinks setting in the CYGWIN environment variable, or 'sys' if none. This changes the default behaviour slightly, in that now symlinks created by post-install scripts are also of 'sys' type, rather than the default type used by Cygwin. (This addresses certain exotic scenarios such as https://cygwin.com/pipermail/cygwin/2020-August/246008.html, where Cygwin is being installed into a Docker for Windows container which doesn't support WSL symlinks) - '--quiet' implies 'download and install packages' '--quiet' now implies 'download and install packages', rather than 'whatever mode was chosen in the last run'. This can be overridden with '--download' or '--local-install'. Specifying both already had the meaning 'download and install packages', but is now not required in combination with '--quiet' to get definite behaviour. Addresses: https://cygwin.com/pipermail/cygwin/2021-September/249456.html - Add new option '--lang LANGID' Changes the GUI language ID from the Windows default. - Various internal changes to facilitate GUI localization - An experimental French localization of most GUI text (based on translations provided by Eric Laussage) - Fix a race condition which could corrupt the log, causing setup to spin forever at exit. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/250084.html For instructions on obtaining and building the source code for setup, see https://sourceware.org/cygwin-apps/setup.html [1] https://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks Please send bug reports, as usual, to the public mailing list cygwin AT cygwin DOT com.