From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99816 invoked by alias); 30 Jul 2019 03:16:04 -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 Return-Path: Received: (qmail 88030 invoked by uid 89); 30 Jul 2019 03:12:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=Database, simultaneous, H*MI:cygwin, HX-Languages-Length:489 X-HELO: mx1.redhat.com From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Tue, 30 Jul 2019 03:16:00 -0000 Message-Id: <20190729231159.23159-1-yselkowitz@cygwin.com> Subject: tdb 1.3.18-1 X-SW-Source: 2019-07/txt/msg00062.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * tdb-1.3.18-1 * libtdb1-1.3.18-1 * libtdb-devel-1.3.18-1 * python27-tdb-1.3.18-1 * python37-tdb-1.3.18-1 TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. This update also includes bindings for Python 3.7. -- Yaakov