File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,17 @@ NetLabel Tools: Releases
22===============================================================================
33https://github.com/netlabel/netlabel_tools
44
5- * Version 0.21 - XXX
6- - XXX
5+ * Version 0.21 - July 10, 2015
6+ - Converted the build system to autotools
7+ - Fixed a number of style/formatting problems, see 'make check-syntax'
8+ - Fixed a problem with parsing invalid network addresses
9+ - Fixed a problem with large numbers of MLS level/category translations
10+ - Fixed a number of problems identified by Coverity
11+ - Updated to the libnl3 API
12+ - Added a SUBMITTING_PATCHES file with instructions on how to contribute
13+ - Fixed some output formatting problems when listing the outboung mappings
14+ - Created a basic regression test framework and populated it with some basic
15+ tests, see the "tests/" directory
716
817* Version 0.20 - June 3, 2013
918- Patch from Marius Tomaschewski <mt@suse.de> to fix the Makefile install
Original file line number Diff line number Diff line change 2121dnl ####
2222dnl netlabel_tools defines
2323dnl ####
24- AC_INIT ( [ netlabel_tools] , [ 0.20 ] )
24+ AC_INIT ( [ netlabel_tools] , [ 0.21 ] )
2525
2626dnl ####
2727dnl autoconf configuration
You can’t perform that action at this time.
0 commit comments