about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
DateCommit message (Collapse)
2014-10-03Ruby tdb 0.6.2 - fix for Ruby 1.9.3, new mailing list v0.6.2
This releases fixes builds under Ruby 1.9.3 thanks to a bug report by Mark Sayer <mark.a.sayer@gmail.com> who reported the issue via email. Users on Ruby 2.0 and later are not affected by this release. There are also minor bugfixes for users stuck on Ruby 1.8. There are also minor build/packaging fixes. Finally, there is a new, subscription-optional mailing list: ruby-tdb-public@bogomips.org No subscription is required to post, and HTML will be considered spam and rejected. Subscription is optional, you may subscribe by sending a blank email to: ruby-tdb-public+subscribe@bogomips.org And following instructions in the confirmation email. Similarly, you may unsubscribe by sending an email to: ruby-tdb-public+unsubscribe@bogomips.org Mailing list archives are available at: http://bogomips.org/ruby-tdb-public/
2014-02-10Ruby tdb 0.6.0 - many updates v0.6.0
Added siphash24 and some murmur3 variants as option. Many internal updates and compatibility fixes for future Ruby versions. License is now LGPLv2.1+ (from LGPLv3+) for compatibility with GPLv2-only software. See "git log" for full details.
2011-01-17Ruby tdb 0.5.0 - reusable buffer for fetch v0.5.0
Eric Wong (5): doc: add HACKING document switch site to wrongdoc test_tdb: fix and expand the repack test fetch and delete may be passed destination buffer multithreaded TDB is dangerous, discourage it
2010-12-13Ruby tdb - 0.3.0 - TDB::HashFunctions for Metropolis v0.3.0
There are attempts at improving thread-safety, but still tread carefully since it's not ideal as upstream does not yet support it.
2010-12-07Ruby tdb - 0.2.0 - optional thread-safety v0.2.0
There is now basic thread-safety for Ruby 1.9 users that can be enabled by passing :threadsafe => true to TDB.new MRI 1.8 users do not need thread-safety as native threads are not used.
2010-12-01initial