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:reply-to:mime-version:from:date:message-id
	:subject:to:content-type; q=dns; s=default; b=Ihrm0d50BLLi3Rc5Un
	v1Pe897mfar0MWMJk1C/LTqg+mbwZobi/LvbyEH2PSpcOYed0hcyhuLMRbVezENw
	tRRqMqCCFXbNJRU62vGtFD3jPtUNeb94Lw+PCrOEbFqqkeAFE5ibClTJv6ytXB27
	Rtelh9NzXJyNHOX9qTVBfE7nQ=
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:reply-to:mime-version:from:date:message-id
	:subject:to:content-type; s=default; bh=AKvWr7EhOdFIK7lnrESSK75t
	ajA=; b=tsfyJwWkWOHiWkQC/wts1NyfrDvXSz9wCJZFXf+UVEkVmwaUgL5lv77s
	CscznMYg60U+XkhqE+ty3lQBDepX0SKJzXki/eV3Xb9cEFfJ41fcVqw8QVP4NNz/
	VujwkYKAKNKTwl6yRxFgnGqZyBIyuTxT16m/N2OfNeCe39UUzmU=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,FREEMAIL_FROM autolearn=ham version=3.3.2 spammy=Databases, leap
X-HELO: localhost.localdomain
Reply-To: cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=JJ8YvSTPzV2BKSqRCHeJlCenI1vIZ1WnaQHrh6+al9M=;        b=b7GMa+LDwtPow0XDXKl1co653MK6IBXBQu5WJ+yzatFRFEL+XbYEsaBy8XKkUUtGJk         5JRcxyFZL42j73Td5H5lx2ag/DwjCiQnNjUfaDSbAmSQ0NLk8mzF0aPnIXCvKW3qc0Jb         nDhlNvvE8UNCWlngt0f/waozci/VGXhbCqah1/LFiTAzW2Je5DLm6UrWqCYQnSBUD6jD         7sWIHwY69Zp3IBWFOaqN1hfLNGlnTSXLo4xzHpIPVYXzjM3nXHbMQy97bWBNqHw/Qw2r         SSYADc2JJHrwVxiPRv3OYUvXhswWgeZE2ivjOXPW9/gYsZu/8J3H/DDSc4EEmNzOHI98         GawA==
X-Gm-Message-State: AIkVDXK8hzBt+yGSgUM//TYif8os9UbC/8g6xFEOYZalhLFEiJfYGe43xfRGh649NWaItFrjtxWpmz5NQloXaA==
X-Received: by 10.107.131.39 with SMTP id f39mr21846890iod.40.1485854258205; Tue, 31 Jan 2017 01:17:38 -0800 (PST)
MIME-Version: 1.0
From: Jan Nijtmans <jan.nijtmans@gmail.com>
Date: Tue, 31 Jan 2017 10:17:37 +0100
Message-Id: <announce.CAO1jNwtMdP72DvDnby-EB_=wLfRM2F_7WHb5SmjL3VaqtLJ0Kw@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: sqlite3-3.16.2-1 for Cygwin/Cygwin64
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

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

Changes since 3.15.2-1
=====================
* Update to upstream SQLite 3.16.2.
    <http://www.sqlite.org/releaselog/3_16_2.html>
* Maximum default page length enhanced from 8192 to 32768
* Maximum Number Of Attached Databases enhanced from 10 to 62
    <https://sourceforge.net/p/cyqlite/tickets/1/>
Additional SQLite bug-fixes, rejected (apparently) upstream
but important (and simple) enough for Cygwin:
  * VFS filename truncation issues
    <http://www.sqlite.org/src/info/c060923a54>
  * Wrong filename handling in sqlite3_load_extension() for Cygwin
    <http://osdir.com/ml/sqlite-users/2014-02/msg00431.html>
  * pragma database_list returns win32 paths on Cygwin
    <http://osdir.com/ml/sqlite-users/2014-02/msg00515.html>
  * ISO time leap second
    <http://osdir.com/ml/sqlite-users/2014-07/msg00606.html>
  * update to Unicode 9.0 for FTS3/4/5 tokenizer

--
Jan Nijtmans

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

