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 <sds@tycho.nsa.gov>
This commit is contained in:
parent
56258807ea
commit
a08010023b
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.12
|
||||
2.1.99
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.13
|
||||
2.1.99
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.10
|
||||
2.1.99
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.9
|
||||
2.1.99
|
||||
|
|
|
@ -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 <<none>> 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
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.14
|
||||
2.1.99
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1.9
|
||||
1.1.99
|
||||
|
|
Loading…
Reference in New Issue