Skip to content

netlabel_tools v0.18

Compare
Choose a tag to compare
@pcmoore pcmoore released this 17 Jun 18:05

ChangeLog

  • Version 0.18 - June 25, 2008
    • Fixed some problems when printing CIPSOv4 and map information when not using the '-p' flag
    • Always display an error message if an error occurred, based on patch from Klaus Weidner
    • Included a patch from Hagen Paul Pfeifer [email protected] to fix a problem when building with LIBNL_VERSION >= 1006
    • Only use size_t and not ssize_t to specify datum sizes/lengths
    • Updated the netlabelctl man page with more text and examples
    • Removed the RPM specfile which included all contributions by Steve Grubb
    • Updated copyright notice to GPLv2 only, received explicit approval from both Klaus Weidner and Hagen Paul Pfeifer
    • Updated the README
    • Add libnl v 1.0-pre8 compatible code and make it the default (needed for Fedora Rawhide post F8)
    • Renamed the CIPSOv4 'std' mapping to 'trans' to better reflect it's usage, 'std' still works but is marked as deprecated
    • Merged the 'static-label' branch which provides fallback/static labeling support
    • Renamed the 'nlbl_mgmt_domain' structure to 'nlbl_dommap'
    • Converted the the same tab/ident spacing as the Linux kernel
    • Removed the structure typedefs in libnetlabel.h
    • Added some crude documentation to the types defined in libnetlabel.h