diff --git a/.cvsignore b/.cvsignore
index e2133e6..a19d257 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -5,3 +5,4 @@ audit-0.6.3.tar.gz
 audit-0.6.4.tar.gz
 audit-0.6.5.tar.gz
 audit-0.6.6.tar.gz
+audit-0.6.7.tar.gz
diff --git a/audit.spec b/audit.spec
index a1f3bb5..02ec9ef 100644
--- a/audit.spec
+++ b/audit.spec
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.6.6
+Version: 0.6.7
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -124,6 +124,11 @@ fi
 
 
 %changelog
+* Wed Mar 9 2005 Steve Grubb <sgrubb@redhat.com> 0.6.7-1
+- Fixed bug setting loginuid
+- Added num_logs to configure number of logs when rotating
+- Added code for rotating logs
+
 * Tue Mar 8 2005 Steve Grubb <sgrubb@redhat.com> 0.6.6-1
 - Fix audit_set_pid to try to read a reply, but its non-fatal if no reply.
 - Remove the read status during init
diff --git a/sources b/sources
index ceebfcb..542c6a4 100644
--- a/sources
+++ b/sources
@@ -3,3 +3,4 @@
 ef25d37e80f64abc64e79f8077c41bfe  audit-0.6.4.tar.gz
 637a90811cd15f810555d71cb17618b8  audit-0.6.5.tar.gz
 cde632731563e8b7e665cd50c9274139  audit-0.6.6.tar.gz
+87dc88d07f8ec0e35a9c978818654577  audit-0.6.7.tar.gz