summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in24
2 files changed, 22 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 9dc5385..716111c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here.
-AC_INIT([mock],[0.8.18])
+AC_INIT([mock],[0.8.19])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=18
+temp_RELEASE_SUBLEVEL=19
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index f0b0501..a2669b0 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -67,6 +67,22 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Thu Dec 20 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.18-1
+- really fix file-based BuildRequires
+- Result dir was not honoring --uniqueext=
+- make rpmbuild run under a chroot login shell
+- mock is now noarch due to drop of all binary components
+- add tmpfs plugin (disabled by default)
+- slightly more friendly logs.
+- added '--copyin' and '--copyout' modes
+- added makeChrootPath() method to Root
+- replaced most ad hock usages of .rootdir with makeChrootPath()
+- updated man page && added test cases
+
+* Thu Dec 13 2007 Michael Brown <mebrown@michaels-house.net> - 0.9.2-1
+- add '--update' mode
+- fix '--shell' mode
+
* Tue Dec 11 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.17-1
- fix 'mock shell' command when passing more than one arg.
- add --orphanskill mode which only does orphankill
@@ -98,10 +114,10 @@ fi
* Thu Nov 29 2007 Clark Williams <williams@redhat.com> - 0.8.11-1
- fixes from mebrown:
-- added back -q and -v flags
-- print yum output by default
-- added --offline option
-- cleaned up uid handling
+- added back -q and -v flags
+- print yum output by default
+- added --offline option
+- cleaned up uid handling
* Mon Nov 26 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.10-1
- fix 'shell' command