From a3876a2ba543070334248041b605734358704c4b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Oct 13 2009 22:34:03 +0000 Subject: * Tue Oct 13 2009 David Cantrell - 13.5-1 - Remove extra echo in 'make rpmlog'. (dcantrell) - Do not traceback if network device doesn't have HwAddress property (#506013). (rvykydal) - Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632). (clumens) - Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell) - Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting) - Support upgrading when the language isn't in lang-table (#528317). (clumens) - Fix task selection when tasks contain the same group. (#528193) (notting) - Update drivelist with bootloader --driveorder ks option instead of replacing it (#506073). (rvykydal) - Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones) - Don't run 70-anaconda.rules on an installed system (#527781). (clumens) - Handle Installation Repo (base repo) as any other in repo edit UI. (rvykydal) - Fix methodstr editing dialog. (rvykydal) - Store methodstr url of repo (#502208, #526022). (rvykydal) - Show user of which repository he edits the url (methodstr editing). (rvykydal) - Don't traceback with malformed repo= nfs: parameter. (rvykydal) --- diff --git a/.cvsignore b/.cvsignore index 31eeb92..a881fd2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-13.4.tar.bz2 +anaconda-13.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4cc8117..1fbf2ad 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.4 +Version: 13.5 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,29 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Oct 13 2009 David Cantrell - 13.5-1 +- Remove extra echo in 'make rpmlog'. (dcantrell) +- Do not traceback if network device doesn't have HwAddress property + (#506013). (rvykydal) +- Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632). + (clumens) +- Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell) +- Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting) +- Support upgrading when the language isn't in lang-table (#528317). + (clumens) +- Fix task selection when tasks contain the same group. (#528193) (notting) +- Update drivelist with bootloader --driveorder ks option instead of + replacing it (#506073). (rvykydal) +- Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones) +- Don't run 70-anaconda.rules on an installed system (#527781). (clumens) +- Handle Installation Repo (base repo) as any other in repo edit UI. + (rvykydal) +- Fix methodstr editing dialog. (rvykydal) +- Store methodstr url of repo (#502208, #526022). (rvykydal) +- Show user of which repository he edits the url (methodstr editing). + (rvykydal) +- Don't traceback with malformed repo= nfs: parameter. (rvykydal) + * Mon Oct 12 2009 David Cantrell - 13.4-1 - Missing volume_key shouldn't break LUKS support completely. (#526899) (dlehman) diff --git a/sources b/sources index 0ad5dd3..d53be8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d123c7b18a98212c385d273e6508e42 anaconda-13.4.tar.bz2 +ef98a19c560d5d2ab5d2df425b15d328 anaconda-13.5.tar.bz2