diff --git a/.cvsignore b/.cvsignore index bd59d67..372fd7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,3 +23,4 @@ audit-0.9.3.tar.gz audit-0.9.4.tar.gz audit-0.9.5.tar.gz audit-0.9.6.tar.gz +audit-0.9.7.tar.gz diff --git a/audit.spec b/audit.spec index 01b43ea..ad8a84f 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.9.6 +Version: 0.9.7 Release: 1 License: GPL Group: System Environment/Daemons @@ -119,6 +119,11 @@ fi %changelog +* Thu Jun 16 2005 Steve Grubb 0.9.7-1 +- fixed bug in send_user_message which errored on pam logins +- Change nanosleeps over to select loops +- Change the 'e' option to auditctl -p to 'x' + * Thu Jun 16 2005 Steve Grubb 0.9.6-1 - fix bug in incremental flush where is wrongly reported an error - ausearch should not do uid check for -if option diff --git a/sources b/sources index 7ac1f34..9f737f5 100644 --- a/sources +++ b/sources @@ -5,3 +5,4 @@ a3a2b04f5deb102ad2ec0e1422bc17ec audit-0.9.3.tar.gz d270c9226134e29b65979d19a853912e audit-0.9.4.tar.gz cbb554ee83a775121f00428a39f3666c audit-0.9.5.tar.gz 258272526d1edc6e2811d684c0a505e9 audit-0.9.6.tar.gz +8548fbe16c3c44bdcc045fba0f35a070 audit-0.9.7.tar.gz