Version history draft for v0.6.0, updated version numbering and changed console prompt character back to original one.

This commit is contained in:
Tiiffi
2016-12-17 20:17:32 +02:00
parent f54b2efd21
commit 3fdf9d570d
3 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,15 @@
####Version history:
######0.6.0
- Version numbering changed to more sane system (0.0.5 -> 0.6.0)
- Fixed munged output
- Support for using environment variables to set some basic options
- Cleaned networking code
- Various code cleanups
- Changes and updates in usage text and error reporting
- Version option flag (-v) added
- Man page added
- Proper makefile added
######0.0.5
- IPv6 support!
* Thanks to 'Tanja84dk' for addressing the real need of IPv6.