summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-30 23:54:28 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-30 23:54:28 +0000
commitc34b3d4e2898b6edcb3c0fd7e362146aff1743a0 (patch)
tree91e317d5d0ff2d70e3403095aacb2334ebc4961e
parent18549fa2562502f6866d85f7d51d1d73e90aad81 (diff)
downloadanaconda-c34b3d4e2898b6edcb3c0fd7e362146aff1743a0.tar.gz
anaconda-c34b3d4e2898b6edcb3c0fd7e362146aff1743a0.tar.xz
anaconda-c34b3d4e2898b6edcb3c0fd7e362146aff1743a0.zip
2004-11-30 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec9
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f96f3a1..e83b3a448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-11-30 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* autopart.py (setPreexistParts): Fix handling of existing
partitions on drives which don't have a partition table we
understand (#131333)
diff --git a/anaconda.spec b/anaconda.spec
index 2a2dbd0a6..d5724b3a5 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.4
+Version: 10.2.0.5
Release: 1
License: GPL
Summary: Graphical system installer
@@ -70,6 +70,13 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.5-1
+- CTCPROT fix (karsten, #133088)
+- Fix LVM partitions becoming negative sized (nasrat, #141268)
+- Fix removal/editing of zfcp devices in gui (#140559)
+- Fix segfault (#140541, #140876)
+- Fix handling of pre-existing parts on disks that we then ignore (#131333)
+
* Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
- Update python version in urllib hack
- /init in initramfs instead of /linuxrc