From: <lh...@us...> - 2008-11-13 14:15:47
|
Revision: 183 http://tinytim.svn.sourceforge.net/tinytim/?rev=183&view=rev Author: lheuer Date: 2008-11-13 14:15:37 +0000 (Thu, 13 Nov 2008) Log Message: ----------- Removed references to 1.5, more detailed CHANGES Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2008-11-13 14:13:53 UTC (rev 182) +++ tinytim-mio/trunk/CHANGES.txt 2008-11-13 14:15:37 UTC (rev 183) @@ -1,25 +1,24 @@ -=========== -Changes Log -=========== - -2.0.0 a3 (xx.11.2008) -------------------------- -* Adapted MIO to tinyTiM 2.0.0 -* Changed license to Apache License 2.0 -* Introduced TopicMapReader/TopicMapWriter interfaces -* Added dedicated, syntax-specific TopicMapReader implementations -* Moved CXTMWriter into .mio package, implements TopicMapWriter -* XTM 1.0/2.0 serializers -* Deprecated some TopicMapImporter methods which take a xml.InputSource - as argument - - -1.5.0 beta (13.08.2008) -------------------------- -* Renamed ``org.tinyim.io`` to ``org.tinytim.mio`` -* Aligned version numbering scheme - - -1.0.0 alpha1 (08.05.2008) -------------------------- -* Initial tinyTiM I/O release +=========== +Changes Log +=========== + +2.0.0 a3 (xx.11.2008) +--------------------- +* Initial .mio release for tinyTiM 2.x +* Changed license to Apache License 2.0 +* Introduced TopicMapReader / TopicMapWriter interfaces +* Added dedicated, syntax-specific TopicMapReader implementations: + - XTM reader which supports 1.0 and 2.0 + - XTM 1.0 reader (does not support mergeMap) + - XTM 2.0 reader + - CTM reader which implements draft dtd. 2008-05-15 + (does not suppot %include and %mergemap) + - TM/XML + - Snello + - LTM 1.3 +* Moved CXTMWriter into .mio package, implements TopicMapWriter +* XTM 1.0 writer +* XTM 2.0 writer +* Deprecated some TopicMapImporter methods which take a sax.InputSource + as argument +* Added docs to TopicMapImporter that it may become deprecated This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2008-11-28 13:47:53
|
Revision: 242 http://tinytim.svn.sourceforge.net/tinytim/?rev=242&view=rev Author: lheuer Date: 2008-11-28 13:47:49 +0000 (Fri, 28 Nov 2008) Log Message: ----------- Added RDF readers / JTM reader Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2008-11-28 13:18:30 UTC (rev 241) +++ tinytim-mio/trunk/CHANGES.txt 2008-11-28 13:47:49 UTC (rev 242) @@ -13,9 +13,18 @@ - XTM 2.0 reader - CTM reader which implements draft dtd. 2008-05-15 (does not suppot %include and %mergemap) + - JTM reader - TM/XML - Snello - LTM 1.3 +* Introduced a RDFTopicMapReader interface +* Added RDF reader implementations: + - N3 reader + - N-Triples reader + - RDF/XML reader + - TriG reader + - TriX reader + - Turtle reader * Moved CXTMWriter into .mio package, implements TopicMapWriter * CXTMWriter does not normalize datatype locators anymore (this is not in the current CXTM draft but becomes part of the next draft) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-01-28 15:28:38
|
Revision: 257 http://tinytim.svn.sourceforge.net/tinytim/?rev=257&view=rev Author: lheuer Date: 2009-01-28 15:28:36 +0000 (Wed, 28 Jan 2009) Log Message: ----------- Updated CHANGES.txt Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-01-28 13:39:14 UTC (rev 256) +++ tinytim-mio/trunk/CHANGES.txt 2009-01-28 15:28:36 UTC (rev 257) @@ -2,6 +2,15 @@ Changes Log =========== +2.0.0 a5 (xx.02.2008) +--------------------- + +Bugfixes: +--------- +* Bug #2540490 -- Using QName in isa/ako throws syntax error + (CTM libs) reported by Stefan Kesberg + + 2.0.0 a4 / 1.5.0b2 (06.12.2008) ------------------------------- * Note: The JTMWriter is not available in 1.5.0b2! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-02-03 13:42:45
|
Revision: 259 http://tinytim.svn.sourceforge.net/tinytim/?rev=259&view=rev Author: lheuer Date: 2009-02-03 13:42:16 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Updated CHANGES.txt Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-02-03 13:39:34 UTC (rev 258) +++ tinytim-mio/trunk/CHANGES.txt 2009-02-03 13:42:16 UTC (rev 259) @@ -7,6 +7,8 @@ Bugfixes: --------- +* Bug #2560821 -- XTM 1.0 serializer uses wrong element for type + reported by Jens Rummler * Bug #2540490 -- Using QName in isa/ako throws syntax error (CTM libs) reported by Stefan Kesberg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-02-20 13:26:07
|
Revision: 266 http://tinytim.svn.sourceforge.net/tinytim/?rev=266&view=rev Author: lheuer Date: 2009-02-20 13:05:54 +0000 (Fri, 20 Feb 2009) Log Message: ----------- Updated changes for 2.0.0a4 SP1 release Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-02-20 12:45:12 UTC (rev 265) +++ tinytim-mio/trunk/CHANGES.txt 2009-02-20 13:05:54 UTC (rev 266) @@ -2,19 +2,21 @@ Changes Log =========== -2.0.0 a5 (xx.02.2008) ---------------------- +2.0.0 a4 SP1 (xx.02.2008) +------------------------- Bugfixes: --------- +* Validation of XTM 1.0 and 2.0 sources against a RELAX-NG schema + did not work in all cases, fixed in "semagia-mio-xtm-0.9.3-sp1.jar" * Bug #2560821 -- XTM 1.0 serializer uses wrong element for type reported by Jens Rummler * Bug #2540490 -- Using QName in isa/ako throws syntax error (CTM libs) reported by Stefan Kesberg -2.0.0 a4 / 1.5.0b2 (06.12.2008) -------------------------------- +2.0.0 a4 / 1.5.0 b2 (06.12.2008) +-------------------------------- * Note: The JTMWriter is not available in 1.5.0b2! * Initial .mio release for tinyTiM 2.x * Changed license to Apache License 2.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-02-24 15:28:36
|
Revision: 268 http://tinytim.svn.sourceforge.net/tinytim/?rev=268&view=rev Author: lheuer Date: 2009-02-24 15:28:32 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Updated changes Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-02-24 13:56:47 UTC (rev 267) +++ tinytim-mio/trunk/CHANGES.txt 2009-02-24 15:28:32 UTC (rev 268) @@ -4,6 +4,8 @@ 2.0.0 a4 SP1 (xx.02.2008) ------------------------- +* JTMTopicMapReader / JTMTopicMapWriter implement the new JSON Topic Maps + specification (<http://www.cerny-online.com/jtm/1.0/> Bugfixes: --------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-03-13 15:08:45
|
Revision: 292 http://tinytim.svn.sourceforge.net/tinytim/?rev=292&view=rev Author: lheuer Date: 2009-03-13 15:08:25 +0000 (Fri, 13 Mar 2009) Log Message: ----------- Updated CHANGES.txt Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-03-13 12:38:54 UTC (rev 291) +++ tinytim-mio/trunk/CHANGES.txt 2009-03-13 15:08:25 UTC (rev 292) @@ -10,6 +10,9 @@ Bugfixes: --------- +* XTM 2.0 importer sets the reifier of a merged-in topic map to + the master topic map. Correct behaviour: Just import the topic but + loose the reified topic map. * Validation of XTM 1.0 and 2.0 sources against a RELAX-NG schema did not work in all cases, fixed in "semagia-mio-xtm-0.9.4.jar" * XTM 1.0 <mergeMap/> didn't work, fixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lh...@us...> - 2009-05-10 15:17:09
|
Revision: 296 http://tinytim.svn.sourceforge.net/tinytim/?rev=296&view=rev Author: lheuer Date: 2009-05-10 15:17:05 +0000 (Sun, 10 May 2009) Log Message: ----------- Updated changes Modified Paths: -------------- tinytim-mio/trunk/CHANGES.txt Modified: tinytim-mio/trunk/CHANGES.txt =================================================================== --- tinytim-mio/trunk/CHANGES.txt 2009-05-10 15:15:34 UTC (rev 295) +++ tinytim-mio/trunk/CHANGES.txt 2009-05-10 15:17:05 UTC (rev 296) @@ -2,7 +2,7 @@ Changes Log =========== -2.0.0 a5 (xx.03.2009) +2.0.0 a5 (xx.05.2009) --------------------- * JTMTopicMapReader / JTMTopicMapWriter implement the new JSON Topic Maps specification (<http://www.cerny-online.com/jtm/1.0/> @@ -20,6 +20,7 @@ reported by Jens Rummler * Bug #2540490 -- Using QName in isa/ako throws syntax error (CTM libs) reported by Stefan Kesberg +* XTM 1.0 writer forgot to add a <variantName/> element to the output. 2.0.0 a4 / 1.5.0 b2 (06.12.2008) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |