From 8a1e403357ac7e984e1454ab5d197bed37cf2a2a Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Fri, 10 Jul 2015 15:45:35 -0400 Subject: [PATCH] all: update CHANGELOG and version for v0.21 release Signed-off-by: Paul Moore --- CHANGELOG | 13 +++++++++++-- configure.ac | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index acfebdf..5cae3af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 to fix the Makefile install diff --git a/configure.ac b/configure.ac index fc6960b..2d9cf23 100644 --- a/configure.ac +++ b/configure.ac @@ -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