- Fix up the InstallOptions3Dialog.refresh arguments (#873392). (clumens)

- Mark strings at the top of spokes with N_; translate later with _ (#872791).
  (clumens)
- Do not decorate the dialog that appears when you click on storage info bar.
  (clumens)
- You have to give "raise" an exception if you're outside a handler (#872874).
  (clumens)
- Prompt for encryption passphrase in reclaim path. (#869391) (dlehman)
- Prevent user from hitting save without entering a passphrase. (#869391)
  (dlehman)
This commit is contained in:
Brian C. Lane 2012-11-05 17:23:36 -08:00
parent 640cd1fb81
commit 9c41c36776
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
anaconda-18.24.tar.bz2
/anaconda-18.25.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.24
Version: 18.25
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,18 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Mon Nov 05 2012 Brian C. Lane <bcl@redhat.com> - 18.25-1
- Fix up the InstallOptions3Dialog.refresh arguments (#873392). (clumens)
- Mark strings at the top of spokes with N_; translate later with _ (#872791).
(clumens)
- Do not decorate the dialog that appears when you click on storage info bar.
(clumens)
- You have to give "raise" an exception if you're outside a handler (#872874).
(clumens)
- Prompt for encryption passphrase in reclaim path. (#869391) (dlehman)
- Prevent user from hitting save without entering a passphrase. (#869391)
(dlehman)
* Fri Nov 02 2012 Brian C. Lane <bcl@redhat.com> - 18.24-1
- Network spoke: activate wifi connection after setting secrets (#871132)
(rvykydal)

View File

@ -1 +1 @@
f9a82327dac203999f542ebdbe838534 anaconda-18.24.tar.bz2
38f99062e2a795acf4d0c4b5285b8988 anaconda-18.25.tar.bz2