diff --git a/.cvsignore b/.cvsignore index a6caf46..1ef0787 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-13.26.tar.bz2 anaconda-13.27.tar.bz2 +anaconda-13.28.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a8556f1..a0336a5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.27 +Version: 13.28 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,22 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Feb 19 2010 Chris Lumens - 13.28-1 +- Allow --ignoremissing to work for @base and @core (#566752). + (clumens) +- Add device node names to the filter UI, hidden by default (#566375). + (clumens) +- logging: initialize tty3 logging in anaconda_log, along with all other + basic loggers. (akozumpl) +- logging: introduce stderr logger and use it for critical situations in + kickstart.py. (akozumpl) +- logging: Loggers live a cosmopolitan life, forget about them after + created. (akozumpl) +- logging: remove AnacondaLog's unused default parameter. (akozumpl) +- logging, fix: setting remote logging from kicstart (akozumpl) +- logging: addFileHandler does not set autoLevel by default (akozumpl) +- Allow deleting the interface property, too (#566186). (clumens) + * Tue Feb 16 2010 Chris Lumens - 13.27-1 - Fix hiding the advanced button on the filter UI (#555769, #565425, #560016). (clumens) diff --git a/sources b/sources index 5ec59f2..fc61273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b1fe933f4df08539b30db2739b93289 anaconda-13.27.tar.bz2 +8902d42994289d393e38c669fbd5ba4b anaconda-13.28.tar.bz2