diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 4dc7c5a3..e3260dbf 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,11 @@ +2.1.2 2011-0803 + * audit2allow: do not print statistics + * make python bindings for restorecon work on relative path + * fix python audit2why binding error + * support new python3 functions + * do not check fcontext duplicates on use + * Patch for python3 for libselinux + 2.1.1 2011-08-02 * move .gitignore into utils * new setexecon utility diff --git a/libselinux/VERSION b/libselinux/VERSION index eca07e4c..ac2cdeba 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3 diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 203c8bea..2e381856 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,7 @@ +2.1.2 2011-08-03 + * Only call role_fix_callback for base.p_roles during expansion. + * use mapped role number instead of module role number + 2.1.1 2011-08-01 * Minor fix to reading policy with filename transition rules diff --git a/libsepol/VERSION b/libsepol/VERSION index 3e3c2f1e..eca07e4c 100644 --- a/libsepol/VERSION +++ b/libsepol/VERSION @@ -1 +1 @@ -2.1.1 +2.1.2 diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index a1b56f64..75c4e194 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,31 @@ +2.1.3 2011-08-03 + * semanage: fix indention + * semodule_package: fix man page typo + * semodule_expand: update man page with -a + * semanage: handle os errors + * semanage: fix traceback with bad options + * semanage: show usage on -h or --help + * semanage: introduce more deleteall options + * semanage: verify ports < 65536 + * transaction into semanageRecords + * make get_handle a method of semanageRecords + * remove a needless blank line + * make process_one error if not initialized correctly + * fixfiles: correct usage for r_opts.rootpath + * put -p in help for restorecon and + * fixfiles: do not try to only label + * fixfiles clean up /var/run and /var/lib/debug + * fixfiles delete tmp sockets and pipes rather + * fixfile use find -delete instead of pipe + * chcat man page typo + * add man page for genhomedircon + * setfiles fix typo + * setsebool should inform users they need to + * setsebool typos + * open_init_tty man page typos + * Don't add user site directory to sys.path + * newrole retain CAP_SETPCAP + 2.1.2 2011-08-02 * seunshare: define _GNU_SOURCE earlier * make ignore_enoent do something diff --git a/policycoreutils/VERSION b/policycoreutils/VERSION index eca07e4c..ac2cdeba 100644 --- a/policycoreutils/VERSION +++ b/policycoreutils/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3