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. |