Orb/RELEASE.txt
changeset 4 468f4c8d3d5b
parent 3 d8fccb2cd802
--- a/Orb/RELEASE.txt	Fri Apr 23 20:47:58 2010 +0100
+++ b/Orb/RELEASE.txt	Wed Aug 11 14:49:30 2010 +0100
@@ -5,11 +5,48 @@
 "Eclipse Public License v1.0" which accompanies this distribution, 
 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html".
 
+Orb uses the major.minor versioning system. We recommended that the release notes are consulted when there are significant version changes. 
+
 Release notes for Orb
 =====================
 
+version 0.2.0 
+    Orb Core   
+        Fixed DEFECT 'Links to Example code zip and html files broken in eclipse jar'- examples directory is now lowercase in final jar (build/build.xml build/common.xml)
+        Fixed DEFECT 'Links to Example code zip and html files broken in eclipse jar'- html files now copied over (build.xml)
+        Fixed DEFECT in run_mpdot: was looking for ditaot home in the wrong place. (build.xml)    
+        Adding a call to setup the baseline to the main task (build.xml)    
+        Adding update of label in sdl toc.xml (build.xml)
+        Adding automated modification of manifest and plugin.xml (build.xml)
+        Adding eclipsehelp generation for mpdot macro nad integrating into main build script. (build.xml common.xml)
+        Fixed path DEFECT in sbs exec adding archiving of build and release dir prior to build (build.xml and common.xml)
+        Can now use transtype=eclipsehelp to generate a single eclipsehelp directory. (common.xml)
+        adding generic dita macro and calling it from build for guide transform (build.xml common.xml properties.txt)
+        Added better cleanup code to build.xml
+        Updated Orb to version 0.6.0 of the DTDs.
+        Added comparative copy script which copies the largest output.xml file of the same name created for each target built. 
+        Added check of sbs exec task return code. Fails if return code is not zero or one.
+    Orb Postprocessing
+        Stopped catching parsers.ExpatError as it was causing problems when running tests (doxyidredirect.py lib.py)
+        cxx map sorting now only done when cxxapiref.preprocess.sort.process property is explicity set   
+        Added map sorting, doc strings and the ability to read an environment variable to set the logging level.
+        Fixed DEFECT Added comparative copy script which copies the largest output.xml file of the same name created for each target built. 
+        Fixed DEFECT using cElementree in guidiser
+    Orb Filter
+        Fixed WhatLogParser so it works if it is passed a line which ends with one or more empty lines (filter_orb.py)
+        Added debug statement to print what is passed to the filter (filter_orb.py)    
+        Added the ability to set the log level with an environment variable ORB_LOGGING_LEVEL. See http://docs.python.org/library/logging.html#logging-levels.
+    CXX Specialisation documentation    
+        Documented all cxx specialisation elements. This is in both xml for building and html built using the DITA Open Toolkit.
+        Added a small sample of C++ source code, Doxygen output and DITA Open Toolkit output.(cxx sample)
+        Added cxx plugin XSDs
+    Doxygen
+        Added Doxygen binary Doxygen version 1.6.3-20100418_dita_0.1.60
+        Added version 0.1 of the Orb Architecture document.
+        Added new Doxygen version 1.6.3-20100418_dita_0.1.52
+        
 version 0.1.9
-    Fixed bug in FLM: 
+    Fixed DEFECT in FLM: 
         config.dox files were being created as readonly and failing on attempts to edit. Added a chmod statement to FLM to fix.
     Deleted locations.xml as orb does not need to declare the "tr" for use the flm anymore. (Tested on sbs 2.12.4)
 	Fixed FLMs to prevent command line buffer overrun with meta.xml and config.dox. (doxygen.flm, doxygen-sdk.flm)
@@ -67,42 +104,24 @@
 
 For information on installing all listed below see "install_orb.txt"
 
-* Symbian Build System v2 version 2.10.0
+* Symbian Build System v2 version 2.10.0 and above
 * RVCT 2.2 onwards
 * epoc32 tree (Symbian Platform SDK/PDK)
 * 1GB memory per Symbian build system thread running doxygen.exe
 * 8GB free disk space
 
-Known issues v0.1.9
+Known issues v0.2.0
 ===================
 Missing content
 ---------------
-Some classes have no members. Doxygen is handling macros in implementation files but not those in #included files. 
-
-Library and header information missing. Library information is not in Orb output. Header information would need to be resolved by first collecting all cxxFileRef
-elements and then combining that to be able to create links to headers.
 
 Some global functions in libc not appearing in final content. e.g. clearerr is built by doxygen in libc target with it's comment from the dosc file, but does not appear in the final
 documentation.
 
 Enum members missing. Appears to be partially fixed. Some documents contain the first private enum, but not the second public anonymous enum.
 
-Misplaced content
------------------
-There is an issue with content in the wrong components. Critically this leaves some libraries empty.
-
-Doxygen tag support
--------------------
-Tags currently not supported which should be are listed below:
-@see
-@pre
-@post
-@p
-@c
-@exception
-@verbatim
-@panic
-@code
+If a class declaration has more than one base class, only the first class is shown. This appears to be a limitation
+in the XML.
 
 
 
@@ -110,5 +129,3 @@
 
 
 
-
-