From 02e36d160d9e194bc375f12b4e5f04801f64ad15 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Jul 27 2010 08:40:19 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 1290510..d03c365 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-14.12.tar.bz2 +anaconda-14.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 963ea66..40ba5fe 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 14.12 -Release: 2%{?dist} +Version: 14.13 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -223,8 +223,24 @@ update-desktop-database &> /dev/null || : %endif %changelog -* Mon Jul 26 2010 David Malcolm - 14.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Tue Jul 27 2010 Ales Kozumplik - 14.13-1 +- Use readvars_parse_file in loader/init.c (dcantrell) +- Use readvars_parse_*() in loader/loader.c (dcantrell) +- Use readvars_parse_file() in loader/modules.c (dcantrell) +- Add readvars.c for parsing command line args and shell vars. (dcantrell) +- Check return value of chdir() (dcantrell) +- Remove handling for the "vesa" boot argument. (dcantrell) +- Remove USE_MINILIBC cruft from loader/init.c (dcantrell) +- Whitespace cleanup in loader/Makefile.am (dcantrell) +- logging: remote logging for traceback dumps. (akozumpl) +- logging: also log X.log remotely (akozumpl) +- logging: autodetect the virtio-serial port. (akozumpl) +- does not properly recognize hpt45x_raid_member (#617438) (hdegoede) +- Show allowable prepboot size range in exception (#603188) (dcantrell) +- Remove storage init duplication (#6176512). (clumens) +- Skip the Filter UI in Basic Storage mode (#598420) (hdegoede) +- Make the shell in tty2 and ssh all go to /root like on a real system. + (pjones) * Thu Jul 22 2010 Ales Kozumplik - 14.12-1 - Only write changed DASD attributes to rd_DASD params (#606783) (dcantrell) diff --git a/import.log b/import.log index d2d2660..56cc64f 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ anaconda-14_12-1_fc13:HEAD:anaconda-14.12-1.fc13.src.rpm:1279805565 +anaconda-14_13-1_fc13:HEAD:anaconda-14.13-1.fc13.src.rpm:1280219902 diff --git a/sources b/sources index b783bd2..21a9787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a09110c12ff63ee032b93f8c686f85ce anaconda-14.12.tar.bz2 +4994ea76ddcfa8955548312a15b10b52 anaconda-14.13.tar.bz2