Hash_Functions LICENSE NEWS README TODO
TDB ERR MT

Ruby tdb 0.6.4 / 2020-02-21 03:03 UTC

6 changes since v0.6.2 (2014-10-03):

      doc: switch to olddoc for the website
      test/test_tdb_mt.rb: fix fragile test
      doc: update URLs to avoid redirects
      pkg.mk: website: dark216 to save electricity
      doc: s/bogomips.org/yhbt.net/
      gemspec: remove olddoc from build dependencies

Note: 0.6.3 was skipped due to a broken gemspec)

Ruby tdb 0.6.2 - fix for Ruby 1.9.3, new mailing list / 2014-10-03 10:09 UTC

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/

Ruby tdb 0.6.1 - many updates / 2014-02-10 05:54 UTC

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.

Note: ignore 0.6.0, gemspec typo :x

See "git log" for full details.

Ruby tdb 0.6.0 - many updates / 2014-02-10 05:52 UTC

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.

Ruby tdb 0.5.0 - reusable buffer for fetch / 2011-01-17 09:15 UTC

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

Ruby tdb - 0.3.0 - TDB::HashFunctions for Metropolis / 2010-12-14 02:39 UTC

There are attempts at improving thread-safety, but
still tread carefully since it's not ideal as upstream
does not yet support it.

Ruby tdb - 0.2.0 - optional thread-safety / 2010-12-08 02:40 UTC

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.

tdb 0.1.0 - initial release! / 2010-12-01 10:02 UTC

Ruby bindings for the Trivial Database!

mail archives: https://yhbt.net/ruby-tdb-public/
public: ruby-tdb-public@yhbt.net
source code: git clone https://yhbt.net/ruby-tdb.git