summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-02-03 20:04:04 -0500
committerDavid Lehman <dlehman@redhat.com>2010-02-03 20:04:04 -0500
commit917c990d43f0b3dcfcaab5f39c831aa956f68a28 (patch)
tree2c12a3fe32d92144a91758200a4f136ec37cdb7d
parent40d76578affaa958c125bcd3910fbcb45d58c99c (diff)
downloadanaconda-917c990d43f0b3dcfcaab5f39c831aa956f68a28.tar.gz
anaconda-917c990d43f0b3dcfcaab5f39c831aa956f68a28.tar.xz
anaconda-917c990d43f0b3dcfcaab5f39c831aa956f68a28.zip
New version.
-rw-r--r--anaconda.spec.in24
-rw-r--r--configure.ac2
-rw-r--r--po/anaconda.pot36
3 files changed, 43 insertions, 19 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index fceb7f610..371101793 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -216,6 +216,30 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Feb 03 2010 David Lehman <dlehman@redhat.com> - 13.25-1
+- Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak)
+- Fix typo in action sorting. Disklabels before partitions. (#560017)
+ (dlehman)
+- Display ID_PATH for zFCP devices instead of looking for a WWID. (clumens)
+- Fix a variety of filtering UI problems caused by switching models around.
+ (clumens)
+- Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT. (clumens)
+- Display ID_PATH instead of WWID for DASDs as well. (clumens)
+- Rename the WWID column to Identifier. (clumens)
+- Enforce maximum partition sizes. (#528276) (dlehman)
+- Log commands as a string instead of as a list of strings. (dlehman)
+- Strip off the timestamp from error output pulled from program.log.
+ (dlehman)
+- Fix: execWithRedirect() logging stderr at wrong loglevel. (akozumpl)
+- Fix: execWithCallback() not logging stderr. (akozumpl)
+- Fix: ArithmeticError: Could not align to closest sector (#561278)
+ (hdegoede)
+- Fixed parsing of strings with multiple values in pyudev (mgracik)
+- On text kickstart installs, doBasePackageSelect still needs to run
+ (#559593). (clumens)
+- Remove unused udev_parse_block_entry() function (hdegoede)
+- Fixed the problem with string to list properties (#560262) (mgracik)
+
* Mon Feb 01 2010 Chris Lumens <clumens@redhat.com> - 13.24-1
- Don't log the size of what we're unpacking anymore. (clumens)
- Fixup partition aligning (#560586) (hdegoede)
diff --git a/configure.ac b/configure.ac
index ca282e22e..46d3e3c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define(python_required_version, 2.5)
AC_PREREQ([2.63])
-AC_INIT([anaconda], [13.24], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [13.25], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])
diff --git a/po/anaconda.pot b/po/anaconda.pot
index a32f7ef13..2f9e69896 100644
--- a/po/anaconda.pot
+++ b/po/anaconda.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: anaconda 13.23\n"
+"Project-Id-Version: anaconda 13.24\n"
"Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n"
-"POT-Creation-Date: 2010-02-01 17:24-0500\n"
+"POT-Creation-Date: 2010-02-03 20:03-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -483,83 +483,83 @@ msgstr ""
msgid "Install on System"
msgstr ""
-#: iutil.py:823
+#: iutil.py:843
#, python-format
msgid ""
"Error: On open, cannot set reIPL method to %(reipl_type)s (%(filename)s: %(e)"
"s)"
msgstr ""
-#: iutil.py:834
+#: iutil.py:854
#, python-format
msgid ""
"Error: On write, cannot set reIPL method to %(reipl_type)s (%(filename)s: %"
"(e)s)"
msgstr ""
-#: iutil.py:843
+#: iutil.py:863
#, python-format
msgid ""
"Error: On close, cannot set reIPL method to %(reipl_type)s (%(filename)s: %"
"(e)s)"
msgstr ""
-#: iutil.py:862
+#: iutil.py:882
#, python-format
msgid "Error: Could not set %(device)s as reIPL device (%(e)s)"
msgstr ""
-#: iutil.py:872
+#: iutil.py:892
#, python-format
msgid "Error: Could not reset loadparm (%s)"
msgstr ""
-#: iutil.py:881
+#: iutil.py:901
#, python-format
msgid "Warning: Could not reset parm (%s)"
msgstr ""
-#: iutil.py:894
+#: iutil.py:914
#, python-format
msgid ""
"After shutdown, please perform a manual IPL from DASD device %s to continue "
"installation"
msgstr ""
-#: iutil.py:916
+#: iutil.py:936
#, python-format
msgid "Error: reading FCP property %(syspath_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:931
+#: iutil.py:951
#, python-format
msgid "Error: writing FCP property %(reipl_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:946
+#: iutil.py:966
#, python-format
msgid ""
"Error: writing default FCP property %(reipl_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:961
+#: iutil.py:981
#, python-format
msgid ""
"After shutdown, please perform a manual IPL from FCP %(device)s with WWPN %"
"(wwpn)s and LUN %(lun)s to continue installation"
msgstr ""
-#: iutil.py:978
+#: iutil.py:998
msgid ""
"After shutdown, please perform a manual IPL from the device now containing /"
"boot to continue installation"
msgstr ""
-#: iutil.py:989
+#: iutil.py:1009
msgid "Error determining boot device's disk name"
msgstr ""
-#: iutil.py:993
+#: iutil.py:1013
msgid "The mount point /boot or / is on a disk that we are not familiar with"
msgstr ""
@@ -4457,12 +4457,12 @@ msgid ""
"Press <Enter> to exit the installer."
msgstr ""
-#: storage/devicelibs/lvm.py:315
+#: storage/devicelibs/lvm.py:317
#, python-format
msgid "vginfo failed for %s"
msgstr ""
-#: storage/devicelibs/lvm.py:344
+#: storage/devicelibs/lvm.py:346
#, python-format
msgid "lvs failed for %s"
msgstr ""