about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-10 17:45:53 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-10 17:45:53 -0800
commit643e2a5cf9235e27f3910f0de9b5dba0f518baf1 (patch)
tree5437f29f7694e75f3e57392e53c5856f06636adb /Changes
downloadrpatricia-643e2a5cf9235e27f3910f0de9b5dba0f518baf1.tar.gz
initial
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