From a08010023b9fe66e8df5c187a53d93bfb0f2b939 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Fri, 25 Oct 2013 15:14:23 -0400 Subject: [PATCH] Update ChangeLogs and bump VERSIONs to an intermediate value. 2.1.99 is just a placeholder to distinguish it from the prior release. 2.2 will be the released version. Switching to 2-component versions. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 6 ++++++ checkpolicy/VERSION | 2 +- libselinux/ChangeLog | 24 +++++++++++++++++++++ libselinux/VERSION | 2 +- libsemanage/ChangeLog | 7 ++++++ libsemanage/VERSION | 2 +- libsepol/ChangeLog | 4 ++++ libsepol/VERSION | 2 +- policycoreutils/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++ policycoreutils/VERSION | 2 +- sepolgen/ChangeLog | 5 +++++ sepolgen/VERSION | 2 +- 12 files changed, 97 insertions(+), 6 deletions(-) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index ea0979ce..c5be4af8 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,9 @@ +x.y.z 2013-MM-DD (Not yet released) + * Fix hyphen usage in man pages from Laurent Bigonville. + * handle-unknown / -U required argument fix from Laurent Bigonville. + * Support overriding Makefile PATH and LIBDIR from Laurent Bigonville. + * Support space and : in filenames from Dan Walsh. + 2.1.12 2013-02-01 * Fix errors found by coverity * implement default type policy syntax diff --git a/checkpolicy/VERSION b/checkpolicy/VERSION index 348fc11e..7607b4e3 100644 --- a/checkpolicy/VERSION +++ b/checkpolicy/VERSION @@ -1 +1 @@ -2.1.12 +2.1.99 diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 448d9f1b..471075b1 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,27 @@ +x.y.z 2013-MM-DD (Not yet released) + * Support overriding Makefile RANLIB from Sven Vermeulen. + * Update pkgconfig definition from Sven Vermeulen. + * Mount sysfs before trying to mount selinuxfs from Sven Vermeulen. + * Fix man pages from Laurent Bigonville. + * Support overriding PATH and LIBBASE in Makefiles from Laurent Bigonville. + * Fix LDFLAGS usage from Laurent Bigonville + * Avoid shadowing stat in load_mmap from Joe MacDonald. + * Support building on older PCRE libraries from Joe MacDonald. + * Fix handling of temporary file in sefcontext_compile from Dan Walsh. + * Fix procattr cache from Dan Walsh. + * Define python constants for getenforce result from Dan Walsh. + * Fix label substitution handling of / from Dan Walsh. + * Add selinux_current_policy_path from Dan Walsh. + * Change get_context_list to only return good matches from Dan Walsh. + * Support udev-197 and higher from Sven Vermeulen and Dan Walsh. + * Add support for local substitutions from Dan Walsh. + * Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh. + * Python wrapper leak fixes from Dan Walsh. + * Export SELINUX_TRANS_DIR definition in selinux.h from Dan Walsh. + * Add selinux_systemd_contexts_path from Dan Walsh. + * Add selinux_set_policy_root from Dan Walsh. + * Add man page for sefcontext_compile from Dan Walsh. + 2.1.13 2013-02-01 * audit2why: make sure path is nul terminated * utils: new file context regex compiler diff --git a/libselinux/VERSION b/libselinux/VERSION index ea4bd0fb..7607b4e3 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.1.13 +2.1.99 diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 060787b3..20854cae 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,10 @@ +x.y.z 2013-MM-DD (Not yet released) + * Avoid duplicate list entries from Dan Walsh. + * Add audit support to libsemanage from Dan Walsh. + * Remove policy.kern and replace with symlink from Dan Walsh. + * Apply a MAX_UID check for genhomedircon from Laurent Bigonville. + * Fix man pages from Laurent Bigonville. + 2.1.10 2013-02-01 * Add sefcontext_compile to compile regex everytime policy is rebuilt * Cleanup/fix enable/disable/remove module. diff --git a/libsemanage/VERSION b/libsemanage/VERSION index 8dbb0f26..7607b4e3 100644 --- a/libsemanage/VERSION +++ b/libsemanage/VERSION @@ -1 +1 @@ -2.1.10 +2.1.99 diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 54f63c77..b98a7fd8 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,7 @@ +x.y.z 2013-MM-DD (Not yet released) + * Support overriding Makefile RANLIB from Sven Vermeulen. + * Fix man pages from Laurent Bigonville. + 2.1.9 2013-02-01 * filename_trans: use some better sorting to compare and merge * coverity fixes diff --git a/libsepol/VERSION b/libsepol/VERSION index 63a1a1ca..7607b4e3 100644 --- a/libsepol/VERSION +++ b/libsepol/VERSION @@ -1 +1 @@ -2.1.9 +2.1.99 diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index 7811613f..1465cf37 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,48 @@ +x.y.z 2013-MM-DD (Not yet released) + * Fix man pages from Laurent Bigonville. + * Support overriding PATH and INITDIR in Makefile from Laurent Bigonville. + * Fix LDFLAGS usage from Laurent Bigonville. + * Fix init_policy warning from Laurent Bigonville. + * Fix semanage logging from Laurent Bigonville. + * Open newrole stdin as read/write from Sven Vermeulen. + * Fix sepolicy transition from Sven Vermeulen. + * Support overriding CFLAGS from Simon Ruderich. + * Create correct man directory for run_init from Russell Coker. + * semanage export/import fixes from Dan Walsh. + * Improve setfiles progress reporting from Dan Walsh. + * Document setfiles -o option in usage from Dan Walsh. + * Change setfiles to always return -1 on failure from Dan Walsh. + * Improve setsebool error r eporting from Dan Walsh. + * Major overhaul of gui from Dan Walsh. + * Fix sepolicy handling of non-MLS policy from Dan Walsh. + * Support returning type aliases from Dan Walsh. + * Add sepolicy tests from Dan Walsh. + * Add org.selinux.config.policy from Dan Walsh. + * Improve range and user input checking by semanage from Dan Walsh. + * Prevent source or target arguments that end with / for substitutions from Dan Walsh. + * Allow use of <> for semanage fcontext from Dan Walsh. + * Report customized user levels from Dan Walsh. + * Support deleteall for restoring disabled modules from Dan Walsh. + * Improve semanage error reporting from Dan Walsh. + * Only list disabled modules for module locallist from Dan Walsh. + * Fix logging from Dan Walsh. + * Define new constants for file type character codes from Dan Walsh. + * Improve bash completions from Dan Walsh. + * Convert semanage to argparse from Dan Walsh (originally by Dave Quigley). + * Add semanage tests from Dan Walsh. + * Split semanage man pages from Dan Walsh. + * Move bash completion scripts from Dan Walsh. + * Replace genhomedircon script with a link to semodule from Dan Walsh. + * Fix fixfiles from Dan Walsh. + * Add support for systemd service for restorecon from Dan Walsh. + * Spelling corrections from Dan Walsh. + * Improve sandbox support for home dir symlinks and file caps from Dan Walsh. + * Switch sandbox to openbox window manager from Dan Walsh. + * Coalesce audit2why and audit2allow from Dan Walsh. + * Change audit2allow to append to output file from Dan Walsh. + * Update translations from Dan Walsh. + * Change audit2why to use selinux_current_policy_path from Dan Walsh. + 2.1.14 2013-02-01 * setfiles: estimate percent progress * load_policy: make link at the destination directory diff --git a/policycoreutils/VERSION b/policycoreutils/VERSION index 1b5105df..7607b4e3 100644 --- a/policycoreutils/VERSION +++ b/policycoreutils/VERSION @@ -1 +1 @@ -2.1.14 +2.1.99 diff --git a/sepolgen/ChangeLog b/sepolgen/ChangeLog index bcecbae4..6221a4a6 100644 --- a/sepolgen/ChangeLog +++ b/sepolgen/ChangeLog @@ -1,3 +1,8 @@ +x.y.z 2013-MM-DD (Not yet released) + * Fix bug in calls to attributes from Dan Walsh. + * Add support for filename transitions from Dan Walsh. + * Fix sepolgen tests from Dan Walsh. + 1.1.9 2013-02-01 * audit.py: Handle times in foreign locals for audit2allow -b * Use refpolicy_makefile() instead of hardcoding Makefile path diff --git a/sepolgen/VERSION b/sepolgen/VERSION index 512a1faa..40124e22 100644 --- a/sepolgen/VERSION +++ b/sepolgen/VERSION @@ -1 +1 @@ -1.1.9 +1.1.99