From 0c586051cb30723159b8f45aad78012b2c297091 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Aug 04 2008 21:22:49 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 593b745..a98a069 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.4.1.24.tar.bz2 +anaconda-11.4.1.25.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 46a31cc..e95d72d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.24 +Version: 11.4.1.25 Release: 1 License: GPLv2+ Group: Applications/System @@ -197,6 +197,22 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Aug 04 2008 Chris Lumens - 11.4.1.25-1 +- Eject the CD/DVD if we booted off a boot.iso as well (#442088). (clumens) +- Fix a GTK warning that only appears with s-c-ks running from a + shell (#431844). (clumens) +- Break a few functions out of yuminstall.py into their own file. (clumens) +- We're not actually activating new filesystems quite yet. (clumens) +- Fix a typo in the initial partitioning screen. (clumens) +- Use system-logos instead of hardcoding fedora-logos (#457378). (clumens) +- anaconda can no longer be None when we create a DiskSet instance. (clumens) +- Remove LabelFactory since we now rely on UUIDs for everything. (clumens) +- Filter out repos that aren't enabled when running in betanag mode. (clumens) +- Close the transaction between CDs (#457126). (clumens) +- Split media fixes. (clumens) +- Handling (ask user) of invalid timezone value in kickstart added + (#404323) (rvykydal) + * Thu Jul 31 2008 Jeremy Katz - 11.4.1.24-1 - Don't try to use self.tree as the mode to open .discinfo. (clumens) - Remove all the RPM lock files before creating a new transaction (#456949). (clumens) diff --git a/sources b/sources index 0fe1f15..6d94c20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b836e58f89341d96b3f0210182f07f87 anaconda-11.4.1.24.tar.bz2 +e1a09237526461712c2a20d891c9d795 anaconda-11.4.1.25.tar.bz2