| delorie.com/archives/browse.cgi | search |
| 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:reply-to:mime-version:date:message-id:subject | |
| :from:to:content-type; q=dns; s=default; b=WbgS4hylwOknZ7JkV/DY3 | |
| nsexd7rkj56VpED6kTe/i4HgR3meme/cxMXcQSPI9ugeaA5Gt9lFF04hDaITPWPu | |
| eUecHcywSdY0U8qdNYc7FJinyhQ2DGrsramo0DwCiVFG9CKyf1NIiICbG80x1Nqg | |
| oGd6bKDv+zLWJQ3do7U6fQ= | |
| 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:date:message-id:subject | |
| :from:to:content-type; s=default; bh=9wWkDiDBhhIsa1eB2+8A1ElcB1s | |
| =; b=pJOUWbOtlh10tWxuMTbi0akyhu3LIl1x+ayohReg/bOE1lGQD7layMyekYk | |
| oco1jVM5R1KKqK8zHExfGXMTs+2La+gmpd8Sc/i93ls1YEMnmJPlDZyr9SKeHP7h | |
| WpmR1Jw9qL4SnGJy8vsrG99WaAHr4jULgEmn27YK9REZe7Ho= | |
| 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-Virus-Found: | No |
| X-HELO: | localhost.localdomain |
| Reply-To: | cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
| MIME-Version: | 1.0 |
| X-Received: | by 10.112.150.41 with SMTP id uf9mr11672765lbb.100.1415103968071; Tue, 04 Nov 2014 04:26:08 -0800 (PST) |
| Date: | Tue, 4 Nov 2014 13:26:08 +0100 |
| Message-Id: | <announce.CAO1jNwtx+DpDBnB962bnjK9BZ3EBhdBQei-K0a6cEB8AfkLJQA@mail.gmail.com> |
| Subject: | [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64 |
| From: | Jan Nijtmans <jan DOT nijtmans AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine
Changes since 3.8.6-1
=====================
* Updated to upstream 3.8.7.1 release. See:
<http://www.sqlite.org/changes.html>
Main new feature: "pragma threads=?" (default=0, max = 8). This
enables SQLite to use multiple processor cores at the same
time for sorting operations. See:
<http://www.sqlite.org/pragma.html#pragma_threads>
* Additional SQLite (minor) bug-fixes, cherry-picked from SQLite trunk:
* Add special handling for static mutexes in sqlite3_mutex_alloc()
when automatic calls to sqlite3_initialize() are enabled
<http://www.sqlite.org/src/info/7857d27caa>
* Fix the %c format character in sqlite3VXPrintf() so that it correctly
handles precisions larger than 70
<http://www.sqlite.org/src/info/08a27440f1>
* Fix a (probably harmless) bug in the CSV output mode of
the command-line shell
<http://www.sqlite.org/src/info/19fe4a0a47>
* Change the command-line shell man-page to use the ".tr"
troff directive instead of ".cc" for escaping the initial "."
characters in the ".help" output
<http://www.sqlite.org/src/info/67f0d469da>
* 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 7.0 for FTS3 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |