Add ChangeLog.

This commit is contained in:
Chris PeBenito 2016-05-12 11:09:11 -04:00
parent 38cd43c80b
commit 91ba8b229d
2 changed files with 19 additions and 0 deletions

18
ChangeLog Normal file
View File

@ -0,0 +1,18 @@
Library:
* Fixed a compile error on 32bit systems.
* Changed domain transition analysis output to use lists instead
of generators. This fixes a display problem in apol's DTA browser.
Apol:
* Replaced icons with stock Qt icons to remove license issues
with some distributions.
Sesearch:
* Changed xperm options to bring in line with sediff, e.g. --allowx
changed to --allowxperm. Python's argument parser will still detect
--allowx as an abbreviation of --allowxperm, so compatibility is preserved.
*setools-4.0.0 (04 May 2016)
First 4.0 release. SETools is reimplemented in Python.

View File

@ -1,3 +1,4 @@
include ChangeLog
include COPYING*
include data/*
include libqpol/*.h