X-Recipient: archive-cygwin@delorie.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:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=YFlvWXN92cYC9iId
	7bzPZJiJtzZmAGcY8rFo7J/ymGPGVZWZ9bZEGNID5Zh/J9A7iJ3jnIEBRBXAUA8u
	XUOuTmjfVMx7PzBGL9TR1Gox0rVwtYIEQ5eEGDRipAZMqj1B41t3pecdaIMMbtH0
	YfaWfGDF5xhi4S3GIqh69E1HN5A=
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:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; s=default; bh=kzK0MGUquuGPk6OlhBS+h1
	6l42g=; b=Y3oSakwthpiCxMLG3+073QXEuR8o/1glr/1MnrrqMF+YJ0t6plEK69
	E1EN2wfE8ZHwr/FC79JDxN+jw9HJxD3P1ptS2C8Oa1VkAlDuYq9fv4G4NRhtt1q6
	YbfNHgzkAhdtwA5+eo4tjqrKRYYLPDrOKIcD69YY9W7eisCO8ENHA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.4 required=5.0 tests=AWL,BAYES_50,CYGWIN_OWNER_BODY,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,URI_HEX autolearn=no version=3.3.1 spammy=cygwinownercygwincom, announcement, cygwin-owner@cygwin.com, Nijtmans
X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CcvcT+QlHMPXbejWmfE4pnjxa2AVseCI+Po20eQiPjw=; b=Q0yPbOjhc22dygt8Hj8V3WsC/yrvDxEVSsd/PR3TuFYMxKHpq9AWyCMdWZ5BCOjW7oMQ1c+rlHKf6wyRxEYFdXTyU5qyV43yo2pevl3I97LQWcAVbUepw1zFLl+hzQvHxQwflz3WoZej12ovfTc9Vpvd2GCYlHcpQ36C9Vr8XrUaxI5KjFimCch7iAXYJmnP3Wr6dgg7KVkqeRjjmD13SD5h/uRf/2utDUZ8y7wxdg9Ark9QQ+NP8INQYpISHjXFAoavruaF5BUmzL2c4NLXkFwd2W/iKlWBRd/XphEawKR7QxCiHyWQfn5a1QZUXo/cTqu1SutvCuKJSQ8QkFoNcg==
From: Jose Isaias Cabrera <jicman@outlook.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: [ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64
Date: Wed, 15 May 2019 14:36:20 +0000
Message-ID: <DB7PR01MB5386244393926109B523FC01DE090@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
References: <announce.CAO1jNwvtCGrWbUGYYCPORiiUW1V6nZ-vZoOEdAszN+21jPWypA@mail.gmail.com>
In-Reply-To: <announce.CAO1jNwvtCGrWbUGYYCPORiiUW1V6nZ-vZoOEdAszN+21jPWypA@mail.gmail.com>
x-ms-exchange-purlcount: 9
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4FEaY4m002986


Thanks, Jan.

________________________________
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> on behalf of Jan Nijtmans <jan.nijtmans@gmail.com>
Sent: Wednesday, May 15, 2019 04:49 AM
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64

SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine

Changes since 3.27.2-1
=====================
* Update to upstream SQLite 3.28.0.
    <http://www.sqlite.org/releaselog/3_28_0.html>
Additional SQLite bug-fixes, rejected (apparently) upstream
but important (and simple) enough for Cygwin:
  * VFS filename truncation issues
    <https://www.sqlite.org/src/info/c060923a54>
  * Wrong filename handling in sqlite3_load_extension() for Cygwin
    <http://sqlite.1065341.n5.nabble.com/Wrong-filename-handling-in-sqlite3-load-extension-for-Cygwin-td74049.html>
  * pragma database_list returns win32 paths on Cygwin
    <http://sqlite.1065341.n5.nabble.com/pragma-database-list-returns-win32-paths-on-Cygwin-td74163.html>
  * ISO time leap second
    <http://sqlite.1065341.n5.nabble.com/ISO-time-leap-second-td77004.html>
  * update to Unicode 12.1 for FTS3/4/5 tokenizer

--
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


--
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


