Skip to content

Commit

Permalink
all: update CHANGELOG and version for v0.21 release
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jul 10, 2015
1 parent f2b30a5 commit 8a1e403
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ NetLabel Tools: Releases
===============================================================================
https://github.com/netlabel/netlabel_tools

* Version 0.21 - XXX
- XXX
* Version 0.21 - July 10, 2015
- Converted the build system to autotools
- Fixed a number of style/formatting problems, see 'make check-syntax'
- Fixed a problem with parsing invalid network addresses
- Fixed a problem with large numbers of MLS level/category translations
- Fixed a number of problems identified by Coverity
- Updated to the libnl3 API
- Added a SUBMITTING_PATCHES file with instructions on how to contribute
- Fixed some output formatting problems when listing the outboung mappings
- Created a basic regression test framework and populated it with some basic
tests, see the "tests/" directory

* Version 0.20 - June 3, 2013
- Patch from Marius Tomaschewski <[email protected]> to fix the Makefile install
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dnl #
dnl ####
dnl netlabel_tools defines
dnl ####
AC_INIT([netlabel_tools], [0.20])
AC_INIT([netlabel_tools], [0.21])

dnl ####
dnl autoconf configuration
Expand Down

0 comments on commit 8a1e403

Please sign in to comment.