From 79abd276f0942252e34a715c13ec3b34594c00c0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Oct 05 2009 17:11:01 +0000 Subject: update changelog for 0.5.9 --- diff --git a/ChangeLog b/ChangeLog index 6efc300..69b3551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,113 @@ Author: Bill Nottingham +Date: Mon Oct 5 13:10:28 2009 -0400 + + 0.5.9 + + mash.py | 2 +- + mash.spec | 8 +++++++- + setup.py | 2 +- + 3 files changed, 9 insertions(+), 3 deletions(-) + +Author: Jesse Keating +Date: Fri Oct 2 15:57:52 2009 -0700 + + Set the dist_tags and content_tags when making metadata. + + Also add the dist tag for rawhide to the rawhide config + + configs/rawhide.mash | 2 ++ + mash/__init__.py | 9 +++++++++ + 2 files changed, 11 insertions(+), 0 deletions(-) + +Author: Jesse Keating +Date: Fri Oct 2 15:57:51 2009 -0700 + + Add functions to define the distro_tags and content_tags when making metadata + + Don't use these flags when on older createrepo systems. + + mash/metadata.py | 14 ++++++++++++++ + 1 files changed, 14 insertions(+), 0 deletions(-) + +Author: Jesse Keating +Date: Fri Oct 2 15:57:50 2009 -0700 + + Add config items for distro_tags and content_tags, new metadata about repos + + mash/config.py | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +Author: Bill Nottingham +Date: Thu Aug 27 11:28:53 2009 -0400 + + Allow glibc-static as a devel package. + + *-devel would be a bit much, though. + + mash/multilib.py | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +Author: Bill Nottingham +Date: Mon Aug 10 15:32:18 2009 -0400 + + Add F12 key. + + configs/rawhide.mash | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +Author: Bill Nottingham +Date: Fri Jul 17 11:06:17 2009 -0400 + + Add oprofile multilib bits. (trac #2002) + + mash/multilib.py | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +Author: Bill Nottingham +Date: Fri Jul 17 10:31:38 2009 -0400 + + Use copy2 here as well. + + mash/metadata.py | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +Author: Ricky Zhou +Date: Thu Jul 16 15:10:00 2009 -0400 + + Use a copy function that copies metadata as well. + + mash/__init__.py | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +Author: Bill Nottingham +Date: Mon Jul 6 14:03:33 2009 -0400 + + Support making ancient yum-arch metadata where necessary. + + E.g., EPEL 4. + + mash/__init__.py | 1 + + mash/config.py | 2 ++ + mash/metadata.py | 36 ++++++++++++++++++++++++++++++++++++ + 3 files changed, 39 insertions(+), 0 deletions(-) + +Author: Dennis Gilmore +Date: Fri Jun 26 10:30:53 2009 -0500 + + do not print mail when using --nomail + + utils/spam-o-matic | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +Author: Bill Nottingham +Date: Mon Jun 29 13:53:25 2009 -0400 + + update changelog for 0.5.8 + + ChangeLog | 34 ++++++++++++++++++++++++++++++++++ + 1 files changed, 34 insertions(+), 0 deletions(-) + +Author: Bill Nottingham Date: Mon Jun 29 13:53:21 2009 -0400 0.5.8