summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec16
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 50ac0877d..03e3b939b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-22 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-08-22 David Cantrell <dcantrell@redhat.com>
* loader2/nfsinstall.c (getFileFromNfs): Make sure we only add one
diff --git a/anaconda.spec b/anaconda.spec
index 584b2a226..7af7acc17 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.19
+Version: 11.3.0.20
Release: 1
License: GPL
Summary: Graphical system installer
@@ -143,6 +143,20 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Aug 22 2007 Chris Lumens <clumens@redhat.com> 11.3.0.20-1
+- Only add one slash to NFS path names (dcantrell, #253539).
+- Use dotted quad netmasks if provided (dcantrell, #243250).
+- Update system-config-date dependency (#253444).
+- Fix timezone screen size for livecd installs (katzj, #251851).
+- Check for themes in the installed root instead of host (katzj).
+- Add version information to the syslinux screens (katzj, #253632).
+- Add tooltips to UI for device names (jgranado, #125312).
+- Fix number of created SCSI device nodes (msivak, #241439).
+- Simplify upd-instroot (katzj).
+- Fix SIGSEGV in loader network config (dcantrell, #252988).
+- Network input validation cleanups (hhara AT miraclelinux DOT com).
+- Handle multiple module parameters in insmod (hhara AT miraclelinux DOT com).
+
* Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 11.3.0.19-1
- Make the version number display more prominent.
- Dynamically figure out the GTK and icon themes (katzj).