about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..8646f57
--- /dev/null
+++ b/Changes
@@ -0,0 +1,16 @@
+0.04 2008/2/19
+ - fixed the bug of "clear" method (destroy)
+   node data were not cleared correctly
+
+ - fixed the memory leak in search methods
+   I had to clear the prefix instances
+
+0.03 2008/2/17
+ - fixed the bug of allocating user_data strings
+
+0.02 2008/1/31
+ - fixed the bug of printing prefix for 64-bit architecture
+   from Aki Nakao
+
+0.01 2007/11/16
+ - the first version