From 30d3eae95ac18606baa7f69cc2e338fec57622e0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 1 Feb 2007 15:37:06 +0000 Subject: - bump version - add changelog - fix old changelog to reflect what we actually did. --- ChangeLog | 4 ++++ anaconda.spec | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77ab088d3..df858f2ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-01 Peter Jones + + * anaconda.spec: Bump version. + 2007-02-01 Peter Jones * text.py (InstallInterface.run): Don't try to use self.anaconda; diff --git a/anaconda.spec b/anaconda.spec index 21443ec1f..de2924420 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.2.35 +Version: 11.1.2.36 Release: 1 License: GPL Summary: Graphical system installer @@ -103,12 +103,19 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Feb 1 2007 Peter Jones - 11.1.2.36-1 +- Fix traceback when using text mode with a language that we can't display + Resolves: #225528 + * Fri Jan 26 2007 Peter Jones - 11.1.2.35-1 - Don't set the migration flag for FAT labels if we're formatting the - partition (#223898) + partition + Resolves: #223898 - Process directories recursively when relabelling Resolves: #218791 -- Use rpmlib for ordering in pkgorder, not incoplete bits in yum (#223090) + +* Fri Jan 26 2007 Jeremy Katz - 11.1.2.34-2 +- fix ordering for split media installs (#223090) * Wed Jan 24 2007 Peter Jones - 11.1.2.34-1 - The PAE kernel isn't named according to the normal convention, so we need -- cgit