From 5cf6c5ee0f1710cda5951b96f796fb00bea2d30e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 7 Feb 2006 02:24:09 +0000 Subject: 2006-02-06 Jeremy Katz * anaconda.spec: Bump version. --- ChangeLog | 2 ++ anaconda.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dddf4eaa..516cee55a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-06 Jeremy Katz + * anaconda.spec: Bump version. + * backend.py (writeConfiguration): Include writing out instdata so that things like root password, etc all work again (#180310) diff --git a/anaconda.spec b/anaconda.spec index dad0b261e..5c9fe4924 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.91.15 +Version: 10.91.16 Release: 1 License: GPL Summary: Graphical system installer @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Feb 6 2006 Jeremy Katz - 10.91.16-1 +- fix writing out instdata for root password, etc (#180310) + * Mon Feb 6 2006 Jeremy Katz - 10.91.15-1 - Remove debugging code that broke showing the Xen option on the task screen - More sqlite files (#171232) -- cgit