delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/05/15/10:36:36

X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT 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 AT outlook DOT com>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT 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 AT mail DOT gmail DOT com>
In-Reply-To: <announce.CAO1jNwvtCGrWbUGYYCPORiiUW1V6nZ-vZoOEdAszN+21jPWypA@mail.gmail.com>
x-ms-exchange-purlcount: 9
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4FEaY4m002986

Thanks, Jan.

________________________________
From: cygwin-owner AT cygwin DOT com <cygwin-owner AT cygwin DOT com> on behalf of Jan Nijtmans <jan DOT nijtmans AT gmail DOT com>
Sent: Wednesday, May 15, 2019 04:49 AM
To: cygwin AT cygwin DOT 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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019