summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-04-19 21:10:36 +0000
committerJeremy Katz <katzj@redhat.com>2007-04-19 21:10:36 +0000
commit53d462346a95ef931e4002d38782ffde6875771b (patch)
treeac32a6f19fc89daa79a2dd58267fc79c344108b7 /anaconda.spec
parentcb1c6610de8f4ad80f765592fbd7450d39635440 (diff)
downloadanaconda-53d462346a95ef931e4002d38782ffde6875771b.tar.gz
anaconda-53d462346a95ef931e4002d38782ffde6875771b.tar.xz
anaconda-53d462346a95ef931e4002d38782ffde6875771b.zip
2007-04-19 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index c2f2c4407..c2ed381a9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.2.0.52
+Version: 11.2.0.53
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Apr 19 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.53-1
+- Add Romanian to language list (#237060)
+- Fix selinux context of /etc/modprobe.d
+- Move locale-archive.tmpl into the right place (clumens)
+- Don't duplicate filesystem entries (clumens, #236477)
+- Fix a python warning (dcantrell)
+- Fix release notes with live CD
+
* Wed Apr 18 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.52-1
- More PS3 fixes (dwmw2, #236480, #236508)
- Fix broadcast calculation (dcantrell, #236266)