- Add more yum locking to yumpayload (#860022) (bcl)

- add setKeyboardCheckButton to list of things to translate (#889352) (bcl)
- Mark for translation and show translated some more GUI elements (#877658)
  (vpodzime)
- Translate storage errors (#877658) (vpodzime)
- Don't allow changing the boot disk from inside the custom spoke. (#889585)
  (dlehman)
- Add help text and a help button to the custom storage spoke. (#889570)
  (dlehman)
- Allow /boot on btrfs subvol if using grub2. (#888603,868465) (dlehman)
- Don't keep old device name when switching to btrfs in custom. (dlehman)
- Fix container member set management for md arrays. (#889101) (dlehman)
- Include incomplete devices when listing dependant devices. (#889330)
  (dlehman)
- remove the don't use upgrades checkbox from source (#889366) (bcl)
- Remove Shrink button from reclaim dialog (#875944) (bcl)
- Add keyboard dracut setup args (#875567) (vpodzime)
- Add warning to keyboard spoke on live installations (#886463) (vpodzime)
This commit is contained in:
Brian C. Lane 2012-12-21 14:47:57 -08:00
parent b75d065f61
commit edc1c1463c
3 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.37.4.tar.bz2
/anaconda-18.37.5.tar.bz2
/anaconda-18.37.6.tar.bz2
/anaconda-18.37.7.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.37.6
Version: 18.37.7
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -301,6 +301,27 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Fri Dec 21 2012 Brian C. Lane <bcl@redhat.com> - 18.37.7-1
- Add more yum locking to yumpayload (#860022) (bcl)
- add setKeyboardCheckButton to list of things to translate (#889352) (cherry
picked from commit ea461492d20af7f8e2e5539ccade0cce03cc48a4) (bcl)
- Mark for translation and show translated some more GUI elements (#877658)
(vpodzime)
- Translate storage errors (#877658) (vpodzime)
- Don't allow changing the boot disk from inside the custom spoke. (#889585)
(dlehman)
- Add help text and a help button to the custom storage spoke. (#889570)
(dlehman)
- Allow /boot on btrfs subvol if using grub2. (#888603,868465) (dlehman)
- Don't keep old device name when switching to btrfs in custom. (dlehman)
- Fix container member set management for md arrays. (#889101) (dlehman)
- Include incomplete devices when listing dependant devices. (#889330)
(dlehman)
- remove the don't use upgrades checkbox from source (#889366) (bcl)
- Remove Shrink button from reclaim dialog (#875944) (bcl)
- Add keyboard dracut setup args (#875567) (vpodzime)
- Add warning to keyboard spoke on live installations (#886463) (vpodzime)
* Thu Dec 20 2012 Brian C. Lane <bcl@redhat.com> - 18.37.6-1
- Use systemd to run checkisomd5 (#874486) (cherry picked from commit
e824b44ac7ef4d096a6606775da740448440e11e) (harald)

View File

@ -1 +1 @@
b172bd9bb80fae0bece5b9d226d07bc6 anaconda-18.37.6.tar.bz2
902a2458c858f2d08a4bdd022fea00fd anaconda-18.37.7.tar.bz2