From eab83f7fc3b9ac2b96b1807bf5cc9e51d429e4ff Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Feb 07 2011 19:49:16 +0000 Subject: - Fix a typo. (clumens) - Don't write our own udev persistent net rules; use udev's generator. (notting) - Add upd-bootiso script (bcl) - Fix typo in GPT warning (#675242) (bcl) - remove unused variables (mschmidt) - Fix support for "logvol --label=" (#673584). (clumens) - Fix the taint flag check. (clumens) - Set default resolution of anaconda.glade to 800x600 (dcantrell) - Make singlePV a more useful boolean, clean up _getSinglePV() (dcantrell) - Remove width and height parameters from gui.readImageFromFile() (dcantrell) - Sort singlePV=True requests so they come first. (dcantrell) - Move reipl step to be after instbootloader step. (dcantrell) - Remove 'Change device' button from bootloader screen on EFI systems (#582143) (wwoods) - Add anaconda --version support (#673150). (clumens) - Remove forced 800x600 geometry switch for Xvnc (dcantrell) - writeMtab -> makeMtab (#673158). (clumens) - Let dm_node_from_name admit it's defeated. (akozumpl) - Disable partition resize support for DASD labels (#605912) (dcantrell) --- diff --git a/.gitignore b/.gitignore index df07cdd..1ba4038 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.16.tar.bz2 /anaconda-15.17.tar.bz2 /anaconda-15.18.tar.bz2 +/anaconda-15.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5b8bc57..4b95ed1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.18 +Version: 15.19 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,28 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 07 2011 Chris Lumens - 15.19-1 +- Fix a typo. (clumens) +- Don't write our own udev persistent net rules; use udev's generator. + (notting) +- Add upd-bootiso script (bcl) +- Fix typo in GPT warning (#675242) (bcl) +- remove unused variables (mschmidt) +- Fix support for "logvol --label=" (#673584). (clumens) +- Fix the taint flag check. (clumens) +- Set default resolution of anaconda.glade to 800x600 (dcantrell) +- Make singlePV a more useful boolean, clean up _getSinglePV() (dcantrell) +- Remove width and height parameters from gui.readImageFromFile() (dcantrell) +- Sort singlePV=True requests so they come first. (dcantrell) +- Move reipl step to be after instbootloader step. (dcantrell) +- Remove 'Change device' button from bootloader screen on EFI systems (#582143) + (wwoods) +- Add anaconda --version support (#673150). (clumens) +- Remove forced 800x600 geometry switch for Xvnc (dcantrell) +- writeMtab -> makeMtab (#673158). (clumens) +- Let dm_node_from_name admit it's defeated. (akozumpl) +- Disable partition resize support for DASD labels (#605912) (dcantrell) + * Tue Jan 25 2011 Chris Lumens - 15.18-1 - GCC seriously needs to be less picky. (clumens) diff --git a/sources b/sources index a4d7a14..2d14418 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af4918a6521ded7c4724866442344df1 anaconda-15.18.tar.bz2 +4a7f6adfc68d38fccce7071800f55e15 anaconda-15.19.tar.bz2