adding a test case
[IRC.git] / Robust / Transactions / mytuplesoup / readme.txt
1 Readme file for Tuplesoup v0.1.1 released by Kasper J. Jeppesen September 7, 2007.
2
3 If you have any comments you can reach the developers of tuplesoup at kjj@solidosystems.com
4
5 [ Introduction ]
6 Tuplesoup is a small easy to use Java based framework for storing and retrieving simple hashes.
7 The latest version of Tuplesoup is always available from http://sourceforge.net/projects/tuplesoup
8
9 [ License ]
10 Tuplesoup has been released as open source under the BSD license by Solido Systems. See the file license.txt for the full license.
11
12 [ Documentation ]
13 By an amazing combination of laziness and procrastination I have not yet created an actual site for Tuplesoup. However, you can find a some posts about the design and usage of tuplesoup on my tech blog http://syntacticsirup.blogspot.com/
14
15 [ Installation ]
16 The tuplesoup distribution contains a jar file which can be placed in your java extensions folder or added to your classpath. No further installation steps are necesary.
17
18 [ Update ]
19 There is currently no procedures needed to perform an update other than just replacing the jar file. However, you should always read the changelog for any update procedures necesary between the file formats of future releases.
20
21 [ Changelog ]
22  * 0.1.2
23     - Made table an interface, instantiate DualFileTable to get the same behaviour as before
24     - Added HashedTable which provides better multi threaded performance for single row queries
25  * 0.1.1
26     - First public release