Activity log for bug #223419

Date Who What changed Old value New value Message
2008-04-28 02:46:58 jihoon bug added bug
2008-04-28 02:48:07 jihoon update-manager: assignee eungkyu
2008-04-28 02:48:49 jihoon bug added subscriber Eungkyu Song
2008-04-28 07:22:09 Michael Vogt update-manager: importance Undecided High
2008-04-28 07:22:09 Michael Vogt update-manager: status New Confirmed
2008-04-28 07:22:09 Michael Vogt update-manager: milestone ubuntu-8.04.1
2008-04-28 07:26:05 Michael Vogt update-manager: status Confirmed Incomplete
2008-04-28 07:26:05 Michael Vogt update-manager: milestone ubuntu-8.04.1
2008-04-29 01:23:24 jihoon update-manager: assignee eungkyu
2008-05-06 01:57:10 jihoon update-manager: status Incomplete Confirmed
2008-05-06 12:40:41 Michael Vogt bug added subscriber Ubuntu Stable Release Updates Team
2008-05-09 12:36:25 Michael Vogt description Binary package hint: update-manager po/ko.po does not have translation for msgid "y", "n", "d". Also it has wrong translation for "Continue [yN] ". This makes it impossible to upgrade from Dapper to Hardy using do-release-upgrade from console (Since I am unable to input "y" to continue upgrading) Here's patch that addressed this problem. --- cut here --- --- update-manager-0.81.2.orig/po/ko.po 2007-10-13 01:35:59.000000000 +0900 +++ update-manager-0.81.2/po/ko.po 2008-04-28 11:45:45.000000000 +0900 @@ -918,28 +918,28 @@ #: ../DistUpgrade/DistUpgradeViewText.py:184 #, fuzzy msgid "Continue [yN] " -msgstr "계속(_C)" +msgstr "계속 [yN]" #: ../DistUpgrade/DistUpgradeViewText.py:164 #, fuzzy msgid "Details [d]" -msgstr "자세히" +msgstr "자세히 [d]" #. TRANSLATORS: the "y" is "yes" #: ../DistUpgrade/DistUpgradeViewText.py:168 #: ../DistUpgrade/DistUpgradeViewText.py:186 msgid "y" -msgstr "" +msgstr "y" #. TRANSLATORS: the "n" is "no" #: ../DistUpgrade/DistUpgradeViewText.py:171 msgid "n" -msgstr "" +msgstr "n" #. TRANSLATORS: the "d" is "details" #: ../DistUpgrade/DistUpgradeViewText.py:174 msgid "d" -msgstr "" +msgstr "d" --- cut here --- Binary package hint: update-manager TEST CASE: 1. install gutsy server in korean 2. run "do-release-upgrade" 3. when offered to continue press "y" 4. verify that it does not work 5. run "do-release-upgrader --proposed" 6. when offered to continue press "y" 7. verify that it works now po/ko.po does not have translation for msgid "y", "n", "d". Also it has wrong translation for "Continue [yN] ". This makes it impossible to upgrade from Dapper to Hardy using do-release-upgrade from console (Since I am unable to input "y" to continue upgrading) Here's patch that addressed this problem. --- cut here --- --- update-manager-0.81.2.orig/po/ko.po 2007-10-13 01:35:59.000000000 +0900 +++ update-manager-0.81.2/po/ko.po 2008-04-28 11:45:45.000000000 +0900 @@ -918,28 +918,28 @@ #: ../DistUpgrade/DistUpgradeViewText.py:184 #, fuzzy msgid "Continue [yN] " -msgstr "계속(_C)" +msgstr "계속 [yN]" #: ../DistUpgrade/DistUpgradeViewText.py:164 #, fuzzy msgid "Details [d]" -msgstr "자세히" +msgstr "자세히 [d]" #. TRANSLATORS: the "y" is "yes" #: ../DistUpgrade/DistUpgradeViewText.py:168 #: ../DistUpgrade/DistUpgradeViewText.py:186 msgid "y" -msgstr "" +msgstr "y" #. TRANSLATORS: the "n" is "no" #: ../DistUpgrade/DistUpgradeViewText.py:171 msgid "n" -msgstr "" +msgstr "n" #. TRANSLATORS: the "d" is "details" #: ../DistUpgrade/DistUpgradeViewText.py:174 msgid "d" -msgstr "" +msgstr "d" --- cut here ---
2008-05-09 12:57:42 Michael Vogt description Binary package hint: update-manager TEST CASE: 1. install gutsy server in korean 2. run "do-release-upgrade" 3. when offered to continue press "y" 4. verify that it does not work 5. run "do-release-upgrader --proposed" 6. when offered to continue press "y" 7. verify that it works now po/ko.po does not have translation for msgid "y", "n", "d". Also it has wrong translation for "Continue [yN] ". This makes it impossible to upgrade from Dapper to Hardy using do-release-upgrade from console (Since I am unable to input "y" to continue upgrading) Here's patch that addressed this problem. --- cut here --- --- update-manager-0.81.2.orig/po/ko.po 2007-10-13 01:35:59.000000000 +0900 +++ update-manager-0.81.2/po/ko.po 2008-04-28 11:45:45.000000000 +0900 @@ -918,28 +918,28 @@ #: ../DistUpgrade/DistUpgradeViewText.py:184 #, fuzzy msgid "Continue [yN] " -msgstr "계속(_C)" +msgstr "계속 [yN]" #: ../DistUpgrade/DistUpgradeViewText.py:164 #, fuzzy msgid "Details [d]" -msgstr "자세히" +msgstr "자세히 [d]" #. TRANSLATORS: the "y" is "yes" #: ../DistUpgrade/DistUpgradeViewText.py:168 #: ../DistUpgrade/DistUpgradeViewText.py:186 msgid "y" -msgstr "" +msgstr "y" #. TRANSLATORS: the "n" is "no" #: ../DistUpgrade/DistUpgradeViewText.py:171 msgid "n" -msgstr "" +msgstr "n" #. TRANSLATORS: the "d" is "details" #: ../DistUpgrade/DistUpgradeViewText.py:174 msgid "d" -msgstr "" +msgstr "d" --- cut here --- Binary package hint: update-manager TEST CASE: 1. install gutsy server in korean (or install language-pack-ko and run "export LANGUAGE=ko") 2. run "do-release-upgrade" 3. when offered to continue (in korean) press "y" 4. verify that it does not work 5. run "do-release-upgrader --proposed" 6. when offered to continue press "y" 7. verify that it works now po/ko.po does not have translation for msgid "y", "n", "d". Also it has wrong translation for "Continue [yN] ". This makes it impossible to upgrade from Dapper to Hardy using do-release-upgrade from console (Since I am unable to input "y" to continue upgrading) Here's patch that addressed this problem. --- cut here --- --- update-manager-0.81.2.orig/po/ko.po 2007-10-13 01:35:59.000000000 +0900 +++ update-manager-0.81.2/po/ko.po 2008-04-28 11:45:45.000000000 +0900 @@ -918,28 +918,28 @@ #: ../DistUpgrade/DistUpgradeViewText.py:184 #, fuzzy msgid "Continue [yN] " -msgstr "계속(_C)" +msgstr "계속 [yN]" #: ../DistUpgrade/DistUpgradeViewText.py:164 #, fuzzy msgid "Details [d]" -msgstr "자세히" +msgstr "자세히 [d]" #. TRANSLATORS: the "y" is "yes" #: ../DistUpgrade/DistUpgradeViewText.py:168 #: ../DistUpgrade/DistUpgradeViewText.py:186 msgid "y" -msgstr "" +msgstr "y" #. TRANSLATORS: the "n" is "no" #: ../DistUpgrade/DistUpgradeViewText.py:171 msgid "n" -msgstr "" +msgstr "n" #. TRANSLATORS: the "d" is "details" #: ../DistUpgrade/DistUpgradeViewText.py:174 msgid "d" -msgstr "" +msgstr "d" --- cut here ---
2008-05-09 15:40:10 Martin Pitt update-manager: status New Fix Committed
2008-05-09 15:40:22 Martin Pitt bug added subscriber SRU Verification
2008-05-14 06:04:17 Martin Pitt update-manager: status Fix Committed Fix Released
2008-06-16 09:48:29 Michael Vogt update-manager: status Confirmed Fix Released
2008-06-16 09:48:29 Michael Vogt update-manager: assignee mvo