This version adds a tool to evaluate commercial bidding results, adds an output module for version handling, and adds configurability to graph and LaTeX output. Also included are some enhancements and bugfixes.
The major new feature is the set of analytics modules which uses heuristics to assess the requirements. The command line parameter -d was moved to the configuration file. Enhancements were made to history (old versions / baseline) handling. Documentation enhancements were done.
HTML output has been added (based on the new Topic feature). graph2 output (also based on the new Topic feature) has been added. Some minor configuration issues have been fixed. Man pages and more documentation have been added.
This release adds topic handling. The output document is now handled completely differently: each requirement points to a topic where it belongs. Note that this is not compatible with older versions of rmtoo input files. The Parser class supports parsing of files with tags that appear many times. This is needed for the topic feature. More unit tests have been added.