diff options
| author | Jeremy Katz <katzj@redhat.com> | 2007-10-24 02:55:59 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2007-10-24 02:55:59 +0000 |
| commit | 6c1929443e5c17feef4c0e97afba429da56aeff7 (patch) | |
| tree | 64270fe9c12c15405fcab5fa0a4af572db271b47 | |
| parent | 5e1a5ba625d145ef257491b4d41add2a0f5ad633 (diff) | |
2007-10-23 Jeremy Katz <katzj@redhat.com>anaconda-11.3.0.45-1
* anaconda.spec: Bump version.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | anaconda.spec | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-10-23 Jeremy Katz <katzj@redhat.com> + * anaconda.spec: Bump version. + * liveinst/liveinst.sh (ANACONDA): Only use hal-lock if hal is running * constants.py: Disable betanag diff --git a/anaconda.spec b/anaconda.spec index 230a32cad..f206abeee 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.3.0.44 +Version: 11.3.0.45 Release: 1 License: GPLv2 Group: Applications/System @@ -215,6 +215,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Oct 23 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.45-1 +- A few liveinst cleanups +- Fix writing out of ipv6 network config (dcantrell, #328931) +- Disable betanag +- Don't traceback when offering the chance to retry a + failed mirror (clumens, #349371) + * Mon Oct 22 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.44-1 - Fix warning about arch changes on upgrade (#222424) - Fix phantom kernels on upgrade (#325871) |
