From cefd06978e7f2cfe0e90559beb97ddd8b41fc7a4 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 22 Mar 2009 13:43:03 +0300 Subject: [PATCH] version bump, update changelog --- index.html | 1 + sqlite.asd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9edc9f7..be943e1 100644 --- a/index.html +++ b/index.html @@ -435,6 +435,7 @@ This project has a 2009-01-23 0.1 Initial version
  • 2009-03-08 0.1.1 Fixed bug with access to recently freed memory during statement preparation +
  • 2009-03-22 0.1.2 disconnect function now ensures that all non-finalized statements are finalized before closing the database (otherwise errors are signaled when database is being closed).
     

    Acknowledgements

    diff --git a/sqlite.asd b/sqlite.asd index 3c72c22..68901a1 100644 --- a/sqlite.asd +++ b/sqlite.asd @@ -1,7 +1,7 @@ (defsystem :sqlite :name "sqlite" :author "Kalyanov Dmitry " - :version "0.1.1" + :version "0.1.2" :license "Public Domain" :components ((:file "sqlite-ffi") (:file "cache") -- 2.11.4.GIT