From d830d545dfc3549c657e69469957df45a93bf3db Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Dec 09 2009 21:47:26 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 45dfc38..75db8ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-13.8.tar.bz2 anaconda-13.9.tar.bz2 +anaconda-13.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 371f4bc..c6453ce 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.9 +Version: 13.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,47 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Dec 09 2009 Chris Lumens - 13.10-1 +- Kickstart support for unpartitioned disks. (dlehman) +- Skip disklabel handling for biosraid and multipath members. (dlehman) +- Improve disklabel's name attr so we don't have to hide them anymore. + (dlehman) +- Hide devices with certain formatting in the main partitioning UI. (dlehman) +- Automatic partitioning support for whole-disk formatting. (dlehman) +- Add support for whole-disk formatting. (dlehman) +- Add per-row control over sensitive property for CheckList and + WideCheckList. (dlehman) +- Use a function to add a device to the partition gui. (dlehman) +- Don't crash if there's no intf passed to getLUKSPassphrase. (dlehman) +- Remove unused selinux file context functions from isys. (dlehman) +- Use selinux python module for file context operations. (dlehman) +- Obtain device alignment information from parted. (#529051) (dlehman) +- Handle roots with or without trailing "/" in FileDevice.path. (#541473) + (dlehman) +- sundries.h is no longer used. (clumens) +- Kill yet another unused lodaer flag. (clumens) +- stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146) + (hdegoede) +- With flags.setupFilesystems gone, justConfig can be removed from booty. + (clumens) +- Nothing sets flags.setupFilesystems anymore, so it can go too. (clumens) +- Remove test mode from the loader, too. (clumens) +- Complain if we're started in test or rootPath mode instead of aborting. + (clumens) +- Remove test mode. (clumens) +- Remove rootPath mode. (clumens) +- Enable method/repo nfs options in stage2. (rvykydal) +- Accept "nfs:" prefix in ks repo --baseurl setting beside "nfs://". + (rvykydal) +- Display url having invalid prefix in repo editing dialog. (rvykydal) +- Do not traceback on invalid ks repo --baseurl values (#543003) (rvykydal) +- Remove /etc/localtime before trying to copy into it (#533240). (akozumpl) +- Whenever storage code tries to log a method call, do so into the + 'tmp/storage.log' file. (a part of #524980) (akozumpl) +- Make loader log time with milliseconds (part of #524980). (akozumpl) +- Log storage in the same format as the main anaconda log (a part of + #524980) (akozumpl) + * Tue Dec 01 2009 Chris Lumens - 13.9-1 - Improve text mode fcoe interface (hdegoede) - Fix udev rule to test whether we're in anaconda. (dlehman) diff --git a/sources b/sources index 3aaa815..a713d97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7ebc2d8bf6f3ffd8f5fae0545fd6d25 anaconda-13.9.tar.bz2 +6816f57f0f8a3222fa65363c9b23b1fd anaconda-13.10.tar.bz2