diff options
author | Joshua Brindle <method@manicmethod.com> | 2009-02-17 12:23:41 -0500 |
---|---|---|
committer | Joshua Brindle <method@manicmethod.com> | 2009-02-17 12:23:41 -0500 |
commit | 46d0b2c9398eab7714497336f7111e19d30eb2d9 (patch) | |
tree | 8e7e701f505dc5548113546fffd8686b83f9839d | |
parent | 4e23951fe6e31c5cc46af316daa5d90f06b0cab8 (diff) | |
download | android_external_selinux-46d0b2c9398eab7714497336f7111e19d30eb2d9.tar.gz android_external_selinux-46d0b2c9398eab7714497336f7111e19d30eb2d9.tar.bz2 android_external_selinux-46d0b2c9398eab7714497336f7111e19d30eb2d9.zip |
bump libsepol to 2.0.35
-rw-r--r-- | libsepol/ChangeLog | 4 | ||||
-rw-r--r-- | libsepol/VERSION | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 162b9791..3cdd44fe 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,7 @@ +2.0.35 2009-02-19 + * Fix alias field in module format, caused by boundary format change + from Caleb Case. + 2.0.34 2008-10-09 * Add bounds support from KaiGai Kohei. * Fix invalid aliases bug from Joshua Brindle. diff --git a/libsepol/VERSION b/libsepol/VERSION index b6c8da42..64c4a2b0 100644 --- a/libsepol/VERSION +++ b/libsepol/VERSION @@ -1 +1 @@ -2.0.34 +2.0.35 |