From: <lh...@us...> - 2008-11-12 15:26:18
|
Revision: 179 http://tinytim.svn.sourceforge.net/tinytim/?rev=179&view=rev Author: lheuer Date: 2008-11-12 15:26:11 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Updated changes and readme Modified Paths: -------------- tinytim/trunk/CHANGES.txt tinytim/trunk/README.txt Modified: tinytim/trunk/CHANGES.txt =================================================================== --- tinytim/trunk/CHANGES.txt 2008-11-12 15:09:23 UTC (rev 178) +++ tinytim/trunk/CHANGES.txt 2008-11-12 15:26:11 UTC (rev 179) @@ -2,11 +2,17 @@ Changes Log =========== -2.0.0 a3 (xx.10.2008) +2.0.0 a3 (xx.11.2008) --------------------- * Moved to Apache License 2.0 +* Internal code refactoring +Bugfixes: +--------- +* Bug #2269551 -- Topic types are not considered as dependency +* Bug #2221024 -- Merging topic maps causes an autom. generated topic iid + 2.0.0 a2 (08.09.2008) --------------------- * Internal code refactoring Modified: tinytim/trunk/README.txt =================================================================== --- tinytim/trunk/README.txt 2008-11-12 15:09:23 UTC (rev 178) +++ tinytim/trunk/README.txt 2008-11-12 15:26:11 UTC (rev 179) @@ -4,14 +4,14 @@ What is tinyTiM? ---------------- -tinyTiM is a tiny Topic Maps engine which keeps topic maps in-memory. +tinyTiM is a tiny Topic Maps engine with a small jar footprint. This Topic Maps engine is meant to be used together with the TMAPI interfaces, see <http://www.tmapi.org/2.0/> for details. Installation ------------ -No real installation needed, simply put the ``tinytim-2.0.0a2.jar`` and +No real installation needed, simply put the ``tinytim-2.0.0a3.jar`` and ``tmapi-2.0a1.jar`` into your classpath. That's all. :) Optionally, you can put the ``trove-<VERSION>.jar`` into your classpath which makes tinyTiM slightly more memory efficient and faster. @@ -24,7 +24,7 @@ Latest Version -------------- -Visit tinyTiM's homepage <http://sourceforge.net/projects/tinytim> for the +Visit tinyTiM's homepage <http://tinytim.sourceforge.net/> for the latest version. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |