X-Received: by 10.182.142.8 with SMTP id rs8mr17166619obb.33.1455959201473; Sat, 20 Feb 2016 01:06:41 -0800 (PST) X-Received: by 10.182.213.33 with SMTP id np1mr240267obc.5.1455959201448; Sat, 20 Feb 2016 01:06:41 -0800 (PST) Path: ...!news.glorb.com!hb3no7421905igb.0!news-out.google.com!l1ni19338igd.0!nntp.google.com!hb3no7421897igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.tcl Date: Sat, 20 Feb 2016 01:06:41 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=119.14.57.12; posting-account=7HuFrAoAAACeXIF134GSJY6Z38FI_aXp NNTP-Posting-Host: 119.14.57.12 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <14ada6c2-d80c-4484-915f-86269567a7b5@googlegroups.com> Subject: ANNOUNCE: Tclunqlite 0.2.6 From: Danilo Chang Injection-Date: Sat, 20 Feb 2016 09:06:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm pleased to announce release 0.2.6 of Tclunqlite. About: Tclunqlite is the UnQLite extension for Tcl using the Tcl Extension Archite= cture (TEA). UnQLite is a in-process software library which implements a self-contained,= serverless, zero-configuration, transactional NoSQL (Key/Value store and D= ocument-store) database engine. This extension provides an easy to use inte= rface for accessing UnQLite database files from Tcl. Main Change: * Update README.md * Update DBNAME config command Tcl_WrongNumArgs string * Replace Tcl_GetString to Tcl_GetStringFromObj Tclunqlite is available at: https://sites.google.com/site/ray2501/tclunqlite Source code is also available at Github: https://github.com/ray2501/tclunqlite Danilo Chang