Commit graph

9 commits

Author SHA1 Message Date
Tokuhiro Matsuno
c38e901619 Checking in changes prior to tagging of version 0.05.
Changelog diff is:

diff --git Changes Changes
index b22c1b5..3386ce5 100644
--- Changes
+++ Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.05 2014-12-23T22:55:15Z
+
+    - Doc fix
+
 0.04 2014-08-30T09:33:52Z

     - Fixed packaging issue.
2014-12-24 07:55:57 +09:00
Tokuhiro Matsuno
033c847b60 [Doc fix] UnQLite doesn't exports constants. 2014-12-24 07:54:34 +09:00
Tokuhiro Matsuno
c29b1690d7 Checking in changes prior to tagging of version 0.04.
Changelog diff is:

diff --git Changes Changes
index ad21f65..b22c1b5 100644
--- Changes
+++ Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.04 2014-08-30T09:33:52Z
+
+    - Fixed packaging issue.
+
 0.03 2013-07-18T03:14:07Z

     - more OPEN consts as mode argument
2014-08-30 18:37:42 +09:00
tokuhirom
c6e3d80dd1 Checking in changes prior to tagging of version 0.03.
Changelog diff is:

diff --git a/Changes b/Changes
index fb8ef47..ad21f65 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.03 2013-07-18T03:14:07Z
+
+    - more OPEN consts as mode argument
+      we do not only want to create databases
+      (Reini Urban)
+
 0.02 2013-07-05T06:42:59Z

     - Store RC to magic to fix race condition
2013-07-18 12:14:37 +09:00
tokuhirom
e727b98d1d Checking in changes prior to tagging of version 0.02.
Changelog diff is:

diff --git a/Changes b/Changes
index 947f86c..fb8ef47 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.02 2013-07-05T06:42:59Z
+
+    - Store RC to magic to fix race condition
+      (charsbar)
+    - Added `tie` interface.
+      (charsbar)
+
 0.01 2013-07-03T19:02:44Z

     - original version
2013-07-05 15:43:37 +09:00
tokuhirom
cc65858f58 Checking in changes prior to tagging of version 0.01.
Changelog diff is:

diff --git a/Changes b/Changes
index bfe2274..947f86c 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,7 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.01 2013-07-03T19:02:44Z
+
     - original version
2013-07-04 04:03:44 +09:00
tokuhirom
2e3159537d s/Unqlite/UnQLite/g 2013-07-04 04:01:54 +09:00
tokuhirom
78e193a02f updated documents. 2013-07-03 17:26:32 +09:00
tokuhirom
0ea8c2d0a2 basic kvs features 2013-07-03 17:17:17 +09:00