diff options
-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 |