-- 0.1.3

* corrected an error for Recnum#indexes 
* corrected Recnum#unshift (length)
* corrected Recnum#shift, Recnum#pop, Recnum#delete_at, #nitems
* Recnum#cmp accept now an array

-- 0.1.4

* corrected bug with gc (test_dump)
* protected against old class

-- 0.1.5

* change extconf.rb (Thanks "Akinori MUSHA" <knu@iDaemons.org>
                            "Tsugiakzu Shibata" <ts@ts.tsden.org>)

* Common::open(file, "r+") ==> BDB1::WRITE 
                    (Thanks "Akinori MUSHA" <knu@iDaemons.org>)
* Common#select (1.7.2)
* corrected Common#fetch
* corrected tests (assert)

-- 0.1.6

* tests for RUNIT/Test::Unit
* filter function like P language (bdb1_{store,fetch}_{key,value})
