Skip to content

Commit 8a1e403

Browse files
committed
all: update CHANGELOG and version for v0.21 release
Signed-off-by: Paul Moore <pmoore@redhat.com>
1 parent f2b30a5 commit 8a1e403

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@ NetLabel Tools: Releases
22
===============================================================================
33
https://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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl #
2121
dnl ####
2222
dnl netlabel_tools defines
2323
dnl ####
24-
AC_INIT([netlabel_tools], [0.20])
24+
AC_INIT([netlabel_tools], [0.21])
2525

2626
dnl ####
2727
dnl autoconf configuration

0 commit comments

Comments
 (0)