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 E9AA43857C7A for ; Thu, 30 Sep 2021 15:04:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9F3643857C5E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca X-Authority-Analysis: v=2.4 cv=Xe/qcK15 c=1 sm=1 tr=0 ts=6155d1be a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=aBglbDSzAAAA:20 a=mDV3o1hIAAAA:8 a=pXCLpR8Y5wxmPv6cuJsA:9 a=sZN3axDp3ZwA:10 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin wget2 Maintainer" To: cygwin@cygwin.com Date: Thu, 30 Sep 2021 09:00:33 -0600 Message-Id: Subject: [ANNOUNCEMENT] New: wget2 2.0.0 - fast multithreaded file and website downloader X-CMAE-Envelope: MS4xfOM+7lnlW4GsswC30OvQWKIB/zVPTN8J2OXoZd5himwdmYILTGEm9wqzvjbgW409f8PsNtfXLrFp9Msirk2JmbskthCA6vtwHpWLVu4xUgyUsURxKg3F fUJfQMIBwnGAwDobFRnQhox+2FIOfrLCM0y6dUrbP9FN7zzCzGe/TbMfAhd5F0tpZC0hVYmW4aNPOvzOY+CFq9QL6lzPk8nb9N9uEFXwc5xmck5kYLoq749v ZiUq71ep13ooKS6wn9auEIymUGg5PLIGl9Ws4ZqcMh8= X-Spam-Status: No, score=-1160.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, 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 Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@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: Thu, 30 Sep 2021 15:04:07 -0000 The following new packages have been added to the Cygwin distribution: * wget2 2.0.0 * libwget2_1 2.0.0 * libwget2-devel 2.0.0 wget2 2.0.0 is the official stable release of the successor of wget: a modern, fast, multithreaded, parallel file and recursive website downloader using HTTP2, HTTP compression, parallel connections, and If-Modified-Since HTTP headers. It is a replacement only for the HTTP functions of the original wget, as it does not support FTP or other protocols, and no longer supports some of the options of its predecessor, but supports many new features and options. The library provides the basic functions needed by a modern web client, and the development package provides the documentation and linkage required to use the library, configure, and build packages using it. For more information, please see the project home page: https://gitlab.com/gnuwget/wget2 For more details, please see the release announcement: https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00011.html