From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130657 invoked by alias); 12 May 2015 15:30:28 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 32097 invoked by uid 89); 12 May 2015 15:22:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f172.google.com MIME-Version: 1.0 X-Received: by 10.152.26.130 with SMTP id l2mr12566411lag.20.1431444131948; Tue, 12 May 2015 08:22:11 -0700 (PDT) Date: Tue, 12 May 2015 15:30:00 -0000 Message-ID: Subject: Updated: sqlite3-3.8.10.1-1 for Cygwin/Cygwin64 From: Jan Nijtmans To: cygwin-announce@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-05/txt/msg00028.txt.bz2 SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.9-1 ===================== * Update to reference latest ICU version (55) * Additional executable sqldiff.exe, for determining the difference between two SQLite database files. * Compiled with -DSQLITE_ENABLE_DBSTAT_VTAB=1, which enables the dbstat virtual table. * Removed sqlite3-zlib package. Use sqlite3-compress in stead. * Additional SQLite bug-fixes, rejected (apparently) upstream but important (and simple) enough for Cygwin: * VFS filename truncation issues * Wrong filename handling in sqlite3_load_extension() for Cygwin * pragma database_list returns win32 paths on Cygwin * ISO time leap second * update to Unicode 7.0 for FTS3 tokenizer -- Jan Nijtmans