Added tag 4.9 for changeset d045be75cb3a
The version was changed to 4.9.
For "config new" flag "AT_LIBDIR" was renamed to "GLOBAL".
All functions that create sumo.config now ask before they overwrite it.
In utils.py, _input_indication was added, _trace_input has a new function.
--input-interaction: Shows on stderr when the program waits for input.
User I/O functions in utils.py now catch the EOFError exception.
Added tag 4.8 for changeset 7460bf099852
The version was changed to 4.8.
'config new DIRECTORY existing': Creates sumo.config for an existing directory.
Bugfix in sumo db list: Order module versions by version number.
sumo build complete: Show better error message when a dependency is not found.
With dbrepomode="get", do not contact remote if local repository exists.
Added tag 4.7.1 for changeset fc5d8d10bbc8
The version was changed to 4.7.1.
Cleanup of debian-13 dockerfile.
Update of requirements, Python must be of version 3.9 or newer.
In administration_tools two script were added to distribute to the HZB.
Added tag 4.7 for changeset 54472d7e95d9
The version was changed to 4.7.
sumo db list and sumo db find now print results in single lines as a default.
Module specifications can now have a regular expression for the version.
sumo build complete: auto-complete a module list with newest versions.
Module specs can now be read from standard-input.
Bugfix: Catch exceptions when errors in option parsing occur.
For "local" repositories, do not try to find the remote URL.
Added tag 4.6.1 for changeset c2917a8d3155
The version was changed to 4.6.1.
Bugfix: administration_tools/new-version.sh didn't change debian/changelog.
Bugfix: sumo build utilize was missing in a section of the documentation.
Bugfix: Online help shown by a pager was printed twice.
Added tag 4.6 for changeset 7a102d67f502
The version was changed to 4.6.
Small website changes.
In administration_tools cleanup-all.sh replaces distclean.sh.
Update of "github" template for dependency database.
administration_tools/PATH.sh: Activate command completion.
Bugfix: sumo db cloneversion didn't remove a "rev" in a source-spec.
Small improvement in online help.
The installation documentation was updated.
For 'sumo config new', 'sumo-free-database' replaces 'HZB'.
Update of copyright texts and dates.
sumo config new: This command was much improved.
cli.py: process_single_arg is used to process a single arbitrary argument.
cli.py: Some identical local functions are now implemented only once.
'sumo db merge` can now be run in a mode that no longer aborts.
sumo build utilize: combines 'sumo build new' and 'sumo build use'.
'sumo config new INITIAL' now creates a local git repository.
Flags were added to command "config new".
Update of version scripts.
Small updatesin administration_tools/README.rst.
For newer fedora versions build packages with rpm spec file.
Update of debian package building.