Fix of some typos in README.rst.
Added tag 1.5.1 for changeset d3cfe375d352
Some administration scripts were added.
Added tag 1.5 for changeset 2c3cc52d909a
A speed multiplier was implemented.
Added tag 1.4 for changeset f17bd4262280
start_count and stop_count count STOPPED<-->MOVING transitions.
Added tag 1.3.1 for changeset 79206d5d9702
A README file was added and the project is now under GPL v.3 license.
Added tag 1.3 for changeset fddf11cb1cb6
Vdrive now supports a "maxtime" parameter.
Added tag 1.2 for changeset f856efa35652
Brakes and axle activation are now implemented.
Bugfix: The position was wrong when moving from A->B then back B->A.
A brake trace message was improved.
Bugfix of a deadlock in vdrive_single_cmd.
Bugfixes in some trace messages.
Bugfixes: vdrive_group_getaxle returned invalid memory.
Command VDRIVE_CMD_SETBRAKE was implemented.
Added tag 1.1 for changeset 94b35de61e95
Axle brakes were implemented.
Many functions now have a return code, vdrive_rc.
Timestamps in trace messages are now human readable.
Tracing was improved.
vdrive_single_set_param: Allow to set current position.
vdrive_single_state_last: get status of last processing.
Use mutexes to secure access to vdrive_single structure.
Added tag 1.0 for changeset 1aa7de804321
All core functions are now in the library libvdrive.
drivetest.c was renamed to vdrivetest.c and moved to directory "dir".
Allow to specify trace- and errorlevel on the command line.
First version of drive emulator.