update repo for 2011-08-03 with version and changelog updates

This commit is contained in:
Eric Paris 2011-08-03 18:09:02 -04:00
parent 2ac99a505e
commit 4749940426
6 changed files with 43 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
2.1.2
2.1.3

View File

@ -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

View File

@ -1 +1 @@
2.1.1
2.1.2

View File

@ -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

View File

@ -1 +1 @@
2.1.2
2.1.3