Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed May 5, 2016
1 parent a2c9a42 commit 6f87438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log

All relevant changes to the project are documented in this file.

[v3.0][] - UNRELEASED
[v3.0][] - 2016-05-06
---------------------

This version changes the command line syntax! You are going to have to
Expand Down Expand Up @@ -40,6 +40,7 @@ change how you call `redir` in order to upgrade.
- Refactor to harmonize function and variable names
- Cleanup `redir.c` heading and use proper GNU GPL blurb
- Make sure to credit all known major contributors in `AUTHORS` file
- Removed `redir.lsm` file

### Fixes
- Fix socket leaks found by Coverity Scan
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.0-dev], [https://github.com/troglobit/redir/issues])
AC_INIT([redir], [3.0], [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 6f87438

Please sign in to comment.