[anaconda/f18] - Fix up the InstallOptions3Dialog.refresh arguments (#873392). (clumens) - Mark strings at the top

Brian C. Lane bcl at fedoraproject.org
Tue Nov 6 01:23:51 UTC 2012


commit 9c41c3677672703d07ad2d36e9d3db6fa1c97701
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Nov 5 17:23:36 2012 -0800

    - 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)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf1ba0b..4b3360e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 anaconda-18.24.tar.bz2
+/anaconda-18.25.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 940b996..b6c952b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -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 at 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 at redhat.com> - 18.24-1
 - Network spoke: activate wifi connection after setting secrets (#871132)
   (rvykydal)
diff --git a/sources b/sources
index ece78ec..de6dc33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9a82327dac203999f542ebdbe838534  anaconda-18.24.tar.bz2
+38f99062e2a795acf4d0c4b5285b8988  anaconda-18.25.tar.bz2


More information about the scm-commits mailing list