Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Mar 23, 2019
1 parent 55ace11 commit aa36721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Change Log
All relevant changes to the project are documented in this file.


[v3.3][UNRELEASED]
[v3.3][] - 2019-03-23
---------------------

### Fixes
- Fix #5: Use `stdout`, not `stderr`, for `--version` and `--usage`
- Fix #6: Minor typo in man page
- Fix #8: Update build instructions in README
- Fix #9: Major timing bug fix in `--max-bandwidth` and `--random-wait`.
Delays below one second are off by a factor 1000!

Expand Down Expand Up @@ -252,7 +253,8 @@ the initial release by Sam Creasey. In his own words:
> daemon, which is actually a horrible hack of ora's using C sample
> code, 12.2.c. But, hey, they do something. (and that's the key.)
[UNRELEASED]: https://github.com/troglobit/redir/compare/v3.2...HEAD
[UNRELEASED]: https://github.com/troglobit/redir/compare/v3.3...HEAD
[v3.3]: https://github.com/troglobit/redir/compare/v3.2...v3.3
[v3.2]: https://github.com/troglobit/redir/compare/v3.1...v3.2
[v3.1]: https://github.com/troglobit/redir/compare/v3.0...v3.1
[v3.0]: https://github.com/troglobit/redir/compare/v2.3...v3.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([redir], [3.3-beta1], [https://github.com/troglobit/redir/issues])
AC_INIT([redir], [3.3], [https://github.com/troglobit/redir/issues])
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])

AC_CONFIG_SRCDIR([redir.c])
Expand Down

0 comments on commit aa36721

Please sign in to comment.