summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--mock.spec.in8
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b81d37..ecd8fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-10-20 Michael Brown <mebrown@michaels-house.net>
+
+ * mock.py
+ lots of work redoing stuff. Now use setuid wrapper instead of
+ setuid helper.
+ huge number of changes upstream
+ convert to setuid wrapper instead of old setuid helper
+ lots of bugfixes and improvements
+ /var/cache/yum now saved and bind-mounted
+ ccache integration
+ rootcache improvements (formerly called autocache)
+
2007-02-24 Clark Williams <williams@redhat.com>
* mock.spec
diff --git a/mock.spec.in b/mock.spec.in
index 14f36f1..2d8211b 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -64,6 +64,14 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Fri Oct 20 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.0-1
+- huge number of changes upstream
+- convert to setuid wrapper instead of old setuid helper
+- lots of bugfixes and improvements
+- /var/cache/yum now saved and bind-mounted
+- ccache integration
+- rootcache improvements (formerly called autocache)
+
* Mon Aug 27 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.6-1
- ensure /etc/hosts is created in chroot properly