From 372f39c05545f9d3333a5be26d97100dc400b178 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 25 Nov 2009 23:01:09 -0600 Subject: version bump to 1.0.1 --- configure.ac | 4 ++-- docs/release-instructions.txt | 2 +- mock.spec.in | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6f1c271..bc35d9e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[1.0.0]) +AC_INIT([mock],[1.0.1]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=1 temp_RELEASE_MINOR=0 -temp_RELEASE_SUBLEVEL=0 +temp_RELEASE_SUBLEVEL=1 temp_RELEASE_EXTRALEVEL= #################################### diff --git a/docs/release-instructions.txt b/docs/release-instructions.txt index 671551d..bc0e8fe 100644 --- a/docs/release-instructions.txt +++ b/docs/release-instructions.txt @@ -25,7 +25,7 @@ In the git tree: 10) check in any changes 11) remove ChangeLog and AUTHORS 12) run 'make dist' to generate ChangeLog and AUTHORS files - 13) commit conigure.ac and any other changes with a + 13) commit configure.ac and any other changes with a version bump message: $ git commit -m 'version bump' configure.ac 14) tag the git tree: diff --git a/mock.spec.in b/mock.spec.in index 50a77d1..c822395 100644 --- a/mock.spec.in +++ b/mock.spec.in @@ -97,6 +97,10 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Wed Nov 25 2009 Clark Williams - 1.0.1-1 +- Patch from Paul Howarth to fix intermittent problems generating + root cache tarball (BZ# 540997) + * Mon Nov 23 2009 Clark Williams - 1.0.0-1 - modified pty devpts mount code to actually work (BZ# 510183) - deleted F9 configs -- cgit