summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-06-08 10:36:47 -0400
committerChris Lumens <clumens@redhat.com>2011-06-08 10:36:47 -0400
commit822d46af055664891edce1aea7bdaa56d4bb48a3 (patch)
tree5eb95edd5923430bd3b9959c14f21a2b26cdd2cc /anaconda.spec.in
parent1ad371a9a1a11586843cc447436adf63879c44cf (diff)
downloadanaconda-822d46af055664891edce1aea7bdaa56d4bb48a3.tar.gz
anaconda-822d46af055664891edce1aea7bdaa56d4bb48a3.tar.xz
anaconda-822d46af055664891edce1aea7bdaa56d4bb48a3.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 90f01f39c..707d49442 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -234,6 +234,25 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Jun 08 2011 Chris Lumens <clumens@redhat.com> - 16.10-1
+- Update to the latest pykickstart version. (clumens)
+- Fix a typo to make encrypted installs get farther. (clumens)
+- Fix the filter UI to sort capacity as numbers, not characters (#614504).
+ (clumens)
+- Fix up swap unmount logic (#708966) (bcl)
+- Use read-only locking for lvm commands in udev rules. (dlehman)
+- Check if LVs still fit when removing a PV from a VG. (#682276) (dlehman)
+- Don't get tripped by partial fstab option matches. (#699167) (dlehman)
+- RAID gui: fix how the "Number of spares" spin button is manipulated.
+ (akozumpl)
+- imount.c: first wait() for mount then close its stdin/stdout. (akozumpl)
+- Fix a couple of action obsoletes bugs. (dlehman)
+- Schedule an action when destroying the old format on an encrypted lv.
+ (dlehman)
+- Revert "Make sure new devices' formats have their device attr set." (dlehman)
+- Set formats' device attr when associating the format with a device. (dlehman)
+- cosmetic, iscsi: make the 'no credentials' string more general. (akozumpl)
+
* Mon May 23 2011 Chris Lumens <clumens@redhat.com> - 16.9-1
- Add kickstart support for biosboot. (dlehman)
- Make sure new devices' formats have their device attr set. (dlehman)