-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
51 lines (34 loc) · 1.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# markup: rd
= Revision history for libcdb-ruby
== 0.2.1 [2016-04-19]
* Housekeeping.
== 0.2.0 [2014-12-05]
* Added encoding support to LibCDB::CDB::Reader.
* Added LibCDB::CDB.load and LibCDB::CDB.load_file to create a database from a
dump.
* Added LibCDB::CDB.stats and LibCDB::CDB.print_stats to collect stats from a
database.
* Fixed that LibCDB::CDB::Reader#each_key and LibCDB::CDB::Reader#each_value
would not return an enumerator when no block was given.
== 0.1.1 [2014-04-25]
* <b>Dropped support for Ruby 1.9.2.</b>
* Housekeeping.
== 0.1.0 [2013-08-03]
* Removed usage of +RARRAY_PTR+ (cf. Ruby bug
{#8399}[https://bugs.ruby-lang.org/issues/8399]).
* Fixed clobbering errors in <tt>CDB.open</tt>.
* <b>Dropped support for Ruby 1.8.7.</b>
* Housekeeping.
== 0.0.4 [2012-08-09]
* Fixed writing with Ruby 1.9.3 on Windows.
* Fixed leaking CDB pointer when closing reader.
== 0.0.3 [2012-04-02]
* Fixed linking error on Mac OS X. (Issue #1 reported by minaguib)
* Some internal refactoring.
== 0.0.2 [2012-01-20]
* Refactored C code to DRY.
* Added Writer#<< as alias for Writer#store.
* Added missing delegate CDB#total.
* A little housekeeping.
== 0.0.1 [2012-01-12]
* Birthday :-)