Activity log for bug #1828884

Date Who What changed Old value New value Message
2019-05-13 19:31:57 Mathieu Trudel-Lapierre bug added bug
2019-05-13 19:39:50 Mathieu Trudel-Lapierre description [Background] Many packages are affected by the requirement to support the new era "Reiwa" (令和) This is the meta bug to track packages that need fixes; which packages have already been SRUd to previous releases, how to prioritize the work needed, and general test cases for verifying that things are working as expected. [Impact] Users who run Ubuntu in Japanese. [Test cases] == Date conversion == On applications that support writing dates in long form, or with symbols to denote era (either in X00.00.00 format or in GG1G5G1G format (G- glyph; X- character): 1) Enable date formatting in each of the above formats that are supported (long form or symbols) 2) Type in '2019/05/01' to be formatted, verify that it shows as "令和1年5月1日" or "R1.05.01" 3) Type in '2019/04/30' to be formatted, verify that it shows as "平成31年4月30日" or "H31.4.30" == Date output == 1) Set date to 2019/05/01 2) Output date; verify that the year it is displayed as "令和元年" 3) Set date to 2019/04/30 4) Output date; verify that the year is diplayed as "平成31年" === Displaying formatted year for Japanese era with glibc === Run: LC_ALL=ja_JP.utf8 date +%EY -d 20190430 # previous era (should still work as before SRUs) or LC_ALL=ja_JP.utf8 date +%EY -d 20190501 # new era (should now correctly display the new era) == Character maps / font support == 1) Search for character "SQUARE ERA NAME" 2) Verify that the results include at least "SQUARE ERA NAME HEISEI" and "SQUARE ERA NAME REIWA" (there should also be Syouwa, Taisyou and Meizi), and that the glyphs are readable: - SQUARE ERA NAME HEISEI: ㍻ - SQUARE ERA NAME REIWA: 令和 (in a single glyph) Display of the Reiwa square glyph is font-specific; it may show simply as a empty square or a square with hex characters. If that is the case, the unicode data supports the new character, but the selected font does not include the new glyph. == Typing / input methods == 1) Type in 'heisei' 2) Verify that the input method in use gives you an option "平成", and optionally also the square era glyph. 1) Type in 'reiwa' 2) Verify that the input method in use gives you an option that includes "令和", and possibly also the square era glyph (if supported for Heisei) [Regression potential] This is a potentially large change as it impacts font display, character sets as well as date conversions. As such, extreme care should be taken to ensure that regressions are avoided, such that dates previous to May 1, 2019 continue to display as before, and dates onward are displayed with the new era symbols. The included test cases account for verifying the continued behavior or previous dates. [Background] Many packages are affected by the requirement to support the new era "Reiwa" (令和) This is the meta bug to track packages that need fixes; which packages have already been SRUd to previous releases, how to prioritize the work needed, and general test cases for verifying that things are working as expected. [Impact] Users who run Ubuntu in Japanese. [Test cases] == Date conversion == On applications that support writing dates in long form, or with symbols to denote era (either in X00.00.00 format or in GG1G5G1G format (G- glyph; X- character): 1) Enable date formatting in each of the above formats that are supported (long form or symbols) 2) Type in '2019/05/01' to be formatted, verify that it shows as "令和1年5月1日" or "R1.05.01" 3) Type in '2019/04/30' to be formatted, verify that it shows as "平成31年4月30日" or "H31.4.30" == Date output == 1) Set date to 2019/05/01 2) Output date; verify that the year it is displayed as "令和元年" 3) Set date to 2019/04/30 4) Output date; verify that the year is diplayed as "平成31年" === Displaying formatted year for Japanese era with glibc === Run: LC_ALL=ja_JP.utf8 date +%EY -d 20190430 # previous era (should still work as before SRUs) or LC_ALL=ja_JP.utf8 date +%EY -d 20190501 # new era (should now correctly display the new era) == Character maps / font support == 1) Search for character "SQUARE ERA NAME" 2) Verify that the results include at least "SQUARE ERA NAME HEISEI" and "SQUARE ERA NAME REIWA" (there should also be Syouwa, Taisyou and Meizi), and that the glyphs are readable:  - SQUARE ERA NAME HEISEI: ㍻  - SQUARE ERA NAME REIWA: 令和 (in a single glyph) Display of the Reiwa square glyph is font-specific; it may show simply as a empty square or a square with hex characters. If that is the case, the unicode data supports the new character, but the selected font does not include the new glyph. == Typing / input methods == 1) Type in 'heisei' 2) Verify that the input method in use gives you an option "平成", and optionally also the square era glyph. 3) Type in 'reiwa' 4) Verify that the input method in use gives you an option that includes "令和", and possibly also the square era glyph (if supported for Heisei) 5) Type in the following strings, and verify that the options are provided in the input method: * "れいわ"(reiwa) => "令和" * "れいわ"(reiwa) => "㋿" * "2018ねん"(2018nenn) => "平成三十年" * "2018ねん"(2018nenn) => "平成三十年" * "2019ねん"(2019nenn) => "平成三十一年" * "2019ねん"(2019nenn) => "令和元年" * "2020ねん"(2020nenn) => "令和二年" /!\ Some fonts, like fonts-noto-cjk, currently have no glyph for U+32FF. [Regression potential] This is a potentially large change as it impacts font display, character sets as well as date conversions. As such, extreme care should be taken to ensure that regressions are avoided, such that dates previous to May 1, 2019 continue to display as before, and dates onward are displayed with the new era symbols. The included test cases account for verifying the continued behavior or previous dates.
2019-05-13 19:40:06 Mathieu Trudel-Lapierre bug task added mozc (Ubuntu)
2019-05-13 19:40:12 Mathieu Trudel-Lapierre mozc (Ubuntu): status New Fix Released
2019-05-13 19:40:57 Mathieu Trudel-Lapierre summary Handling Japanese new era "令和 (Reiwa)" [META] Handling Japanese new era "令和 (Reiwa)"
2019-05-13 19:42:17 Mathieu Trudel-Lapierre bug added subscriber Ikuya Awashiro
2019-05-13 19:42:32 Mathieu Trudel-Lapierre bug added subscriber Mitsuya Shibata
2019-05-13 19:43:00 Mathieu Trudel-Lapierre bug task added libreoffice (Ubuntu)
2019-05-13 19:43:07 Mathieu Trudel-Lapierre bug task added libreoffice-l10n (Ubuntu)
2019-05-13 19:43:27 Mathieu Trudel-Lapierre bug task added gnome-characters (Ubuntu)
2019-05-13 19:44:17 Mathieu Trudel-Lapierre libreoffice (Ubuntu): status New In Progress
2019-05-13 19:44:19 Mathieu Trudel-Lapierre libreoffice-l10n (Ubuntu): status New In Progress
2019-05-13 19:50:06 Mathieu Trudel-Lapierre bug task added gucharmap (Ubuntu)
2019-05-13 19:50:46 Mathieu Trudel-Lapierre bug task deleted ubuntu
2019-05-13 20:10:42 Gunnar Hjalmarsson bug task added fonts-noto-cjk (Ubuntu)
2019-05-14 12:40:52 Francis Ginther tags id-5ccb134f178dcb256e668c1d
2019-05-21 14:26:18 Mathieu Trudel-Lapierre bug task added openjdk-13 (Ubuntu)
2019-05-21 14:26:30 Mathieu Trudel-Lapierre bug task added icu (Ubuntu)
2019-05-21 14:27:00 Mathieu Trudel-Lapierre bug task added unicode-data (Ubuntu)
2019-05-21 14:27:33 Mathieu Trudel-Lapierre bug task added poppler-data (Ubuntu)
2019-05-21 14:28:51 Mathieu Trudel-Lapierre description [Background] Many packages are affected by the requirement to support the new era "Reiwa" (令和) This is the meta bug to track packages that need fixes; which packages have already been SRUd to previous releases, how to prioritize the work needed, and general test cases for verifying that things are working as expected. [Impact] Users who run Ubuntu in Japanese. [Test cases] == Date conversion == On applications that support writing dates in long form, or with symbols to denote era (either in X00.00.00 format or in GG1G5G1G format (G- glyph; X- character): 1) Enable date formatting in each of the above formats that are supported (long form or symbols) 2) Type in '2019/05/01' to be formatted, verify that it shows as "令和1年5月1日" or "R1.05.01" 3) Type in '2019/04/30' to be formatted, verify that it shows as "平成31年4月30日" or "H31.4.30" == Date output == 1) Set date to 2019/05/01 2) Output date; verify that the year it is displayed as "令和元年" 3) Set date to 2019/04/30 4) Output date; verify that the year is diplayed as "平成31年" === Displaying formatted year for Japanese era with glibc === Run: LC_ALL=ja_JP.utf8 date +%EY -d 20190430 # previous era (should still work as before SRUs) or LC_ALL=ja_JP.utf8 date +%EY -d 20190501 # new era (should now correctly display the new era) == Character maps / font support == 1) Search for character "SQUARE ERA NAME" 2) Verify that the results include at least "SQUARE ERA NAME HEISEI" and "SQUARE ERA NAME REIWA" (there should also be Syouwa, Taisyou and Meizi), and that the glyphs are readable:  - SQUARE ERA NAME HEISEI: ㍻  - SQUARE ERA NAME REIWA: 令和 (in a single glyph) Display of the Reiwa square glyph is font-specific; it may show simply as a empty square or a square with hex characters. If that is the case, the unicode data supports the new character, but the selected font does not include the new glyph. == Typing / input methods == 1) Type in 'heisei' 2) Verify that the input method in use gives you an option "平成", and optionally also the square era glyph. 3) Type in 'reiwa' 4) Verify that the input method in use gives you an option that includes "令和", and possibly also the square era glyph (if supported for Heisei) 5) Type in the following strings, and verify that the options are provided in the input method: * "れいわ"(reiwa) => "令和" * "れいわ"(reiwa) => "㋿" * "2018ねん"(2018nenn) => "平成三十年" * "2018ねん"(2018nenn) => "平成三十年" * "2019ねん"(2019nenn) => "平成三十一年" * "2019ねん"(2019nenn) => "令和元年" * "2020ねん"(2020nenn) => "令和二年" /!\ Some fonts, like fonts-noto-cjk, currently have no glyph for U+32FF. [Regression potential] This is a potentially large change as it impacts font display, character sets as well as date conversions. As such, extreme care should be taken to ensure that regressions are avoided, such that dates previous to May 1, 2019 continue to display as before, and dates onward are displayed with the new era symbols. The included test cases account for verifying the continued behavior or previous dates. [Background] Many packages are affected by the requirement to support the new era "Reiwa" (令和) This is the meta bug to track packages that need fixes; which packages have already been SRUd to previous releases, how to prioritize the work needed, and general test cases for verifying that things are working as expected. [Impact] Users who run Ubuntu in Japanese. [Test cases] == Date conversion == On applications that support writing dates in long form, or with symbols to denote era (either in X00.00.00 format or in GG1G5G1G format (G- glyph; X- character): 1) Enable date formatting in each of the above formats that are supported (long form or symbols) 2) Type in '2019/05/01' to be formatted, verify that it shows as "令和1年5月1日" or "R1.05.01" 3) Type in '2019/04/30' to be formatted, verify that it shows as "平成31年4月30日" or "H31.4.30" == Date output == 1) Set date to 2019/05/01 2) Output date; verify that the year it is displayed as "令和元年" 3) Set date to 2019/04/30 4) Output date; verify that the year is diplayed as "平成31年" === Displaying formatted year for Japanese era with glibc === Run: LC_ALL=ja_JP.utf8 date +%EY -d 20190430 # previous era (should still work as before SRUs) or LC_ALL=ja_JP.utf8 date +%EY -d 20190501 # new era (should now correctly display the new era) == Character maps / font support == 1) Search for character "SQUARE ERA NAME" 2) Verify that the results include at least "SQUARE ERA NAME HEISEI" and "SQUARE ERA NAME REIWA" (there should also be Syouwa, Taisyou and Meizi), and that the glyphs are readable:  - SQUARE ERA NAME HEISEI: ㍻  - SQUARE ERA NAME REIWA: 令和 (in a single glyph) Display of the Reiwa square glyph is font-specific; it may show simply as a empty square or a square with hex characters. If that is the case, the unicode data supports the new character, but the selected font does not include the new glyph. == Typing / input methods == 1) Type in 'heisei' 2) Verify that the input method in use gives you an option "平成", and optionally also the square era glyph. 3) Type in 'reiwa' 4) Verify that the input method in use gives you an option that includes "令和", and possibly also the square era glyph (if supported for Heisei) 5) Type in the following strings, and verify that the options are provided in the input method:     * "れいわ"(reiwa) => "令和"     * "れいわ"(reiwa) => "㋿"     * "2018ねん"(2018nenn) => "平成三十年"     * "2019ねん"(2019nenn) => "平成三十一年"     * "2019ねん"(2019nenn) => "令和元年"     * "2020ねん"(2020nenn) => "令和二年" /!\ Some fonts, like fonts-noto-cjk, currently have no glyph for U+32FF. [Regression potential] This is a potentially large change as it impacts font display, character sets as well as date conversions. As such, extreme care should be taken to ensure that regressions are avoided, such that dates previous to May 1, 2019 continue to display as before, and dates onward are displayed with the new era symbols. The included test cases account for verifying the continued behavior or previous dates.
2019-05-21 14:32:29 Mathieu Trudel-Lapierre bug task deleted openjdk-13 (Ubuntu)
2019-05-21 14:32:41 Mathieu Trudel-Lapierre bug task added openjdk-8 (Ubuntu)
2019-05-21 14:35:32 Mathieu Trudel-Lapierre openjdk-8 (Ubuntu): status New Fix Released
2019-05-21 14:36:34 Mathieu Trudel-Lapierre nominated for series Ubuntu Disco
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gucharmap (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added icu (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added unicode-data (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added poppler-data (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added mozc (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice-l10n (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added openjdk-8 (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added fonts-noto-cjk (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gnome-characters (Ubuntu Disco)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre nominated for series Ubuntu Xenial
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gucharmap (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added icu (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added unicode-data (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added poppler-data (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added mozc (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice-l10n (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added openjdk-8 (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added fonts-noto-cjk (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gnome-characters (Ubuntu Xenial)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre nominated for series Ubuntu Cosmic
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gucharmap (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added icu (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added unicode-data (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added poppler-data (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added mozc (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice-l10n (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added openjdk-8 (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added fonts-noto-cjk (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gnome-characters (Ubuntu Cosmic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre nominated for series Ubuntu Bionic
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gucharmap (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added icu (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added unicode-data (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added poppler-data (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added mozc (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added libreoffice-l10n (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added openjdk-8 (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added fonts-noto-cjk (Ubuntu Bionic)
2019-05-21 14:36:34 Mathieu Trudel-Lapierre bug task added gnome-characters (Ubuntu Bionic)
2019-05-21 14:39:26 Mathieu Trudel-Lapierre libreoffice (Ubuntu): status In Progress Fix Released
2019-05-21 14:39:38 Mathieu Trudel-Lapierre libreoffice-l10n (Ubuntu): status In Progress Fix Released
2019-05-21 14:48:59 Mathieu Trudel-Lapierre unicode-data (Ubuntu): status New Fix Released
2019-05-21 14:51:21 Mathieu Trudel-Lapierre mozc (Ubuntu Xenial): status New Fix Released
2019-05-21 14:51:35 Mathieu Trudel-Lapierre mozc (Ubuntu Bionic): status New Fix Released
2019-05-21 14:52:07 Mathieu Trudel-Lapierre mozc (Ubuntu Cosmic): status New Fix Released
2019-05-21 14:52:36 Mathieu Trudel-Lapierre mozc (Ubuntu Disco): status New Fix Released
2019-05-21 15:07:20 Marcus Tomlinson libreoffice (Ubuntu Disco): status New Fix Released
2019-05-21 15:07:32 Marcus Tomlinson libreoffice-l10n (Ubuntu Disco): status New Fix Released
2019-05-21 16:04:59 Gunnar Hjalmarsson bug task deleted fonts-noto-cjk (Ubuntu Xenial)
2019-05-23 11:17:56 Marcus Tomlinson libreoffice (Ubuntu Cosmic): status New Fix Released
2019-05-27 13:29:10 Olivier Tilloy libreoffice-l10n (Ubuntu Cosmic): status New Fix Released
2019-05-27 13:34:36 Olivier Tilloy libreoffice (Ubuntu Xenial): status New Fix Committed
2019-05-27 13:34:36 Olivier Tilloy libreoffice (Ubuntu Xenial): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:35:03 Olivier Tilloy libreoffice (Ubuntu Bionic): status New Fix Committed
2019-05-27 13:35:03 Olivier Tilloy libreoffice (Ubuntu Bionic): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:35:37 Olivier Tilloy libreoffice (Ubuntu Cosmic): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:35:58 Olivier Tilloy libreoffice (Ubuntu Disco): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:36:24 Olivier Tilloy libreoffice-l10n (Ubuntu Xenial): status New Fix Committed
2019-05-27 13:36:24 Olivier Tilloy libreoffice-l10n (Ubuntu Xenial): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:36:41 Olivier Tilloy libreoffice-l10n (Ubuntu Bionic): status New Fix Committed
2019-05-27 13:36:41 Olivier Tilloy libreoffice-l10n (Ubuntu Bionic): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:36:56 Olivier Tilloy libreoffice-l10n (Ubuntu Cosmic): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:37:15 Olivier Tilloy libreoffice-l10n (Ubuntu Disco): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:37:45 Olivier Tilloy libreoffice (Ubuntu): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 13:38:04 Olivier Tilloy libreoffice-l10n (Ubuntu): assignee Marcus Tomlinson (marcustomlinson)
2019-05-27 14:02:34 Olivier Tilloy bug watch added https://gitlab.freedesktop.org/poppler/poppler-data/issues/2
2019-05-27 14:02:34 Olivier Tilloy bug task added poppler
2019-05-27 15:39:15 Bug Watch Updater poppler: status Unknown New
2019-05-30 08:57:29 Marcus Tomlinson libreoffice-l10n (Ubuntu Bionic): status Fix Committed Fix Released
2019-05-30 08:57:43 Marcus Tomlinson libreoffice (Ubuntu Bionic): status Fix Committed Fix Released
2019-05-30 10:17:38 Marcus Tomlinson libreoffice (Ubuntu Xenial): status Fix Committed Fix Released
2019-05-30 10:17:54 Marcus Tomlinson libreoffice-l10n (Ubuntu Xenial): status Fix Committed Fix Released
2019-06-18 11:58:11 Sebastien Bacher bug task deleted gnome-characters (Ubuntu)
2019-06-18 11:59:12 Sebastien Bacher bug task deleted gnome-characters (Ubuntu Bionic)
2019-06-27 10:25:21 Gunnar Hjalmarsson fonts-noto-cjk (Ubuntu): status New Fix Released
2019-07-15 16:34:25 Gunnar Hjalmarsson fonts-noto-cjk (Ubuntu Bionic): status New Fix Released
2019-07-15 16:34:47 Gunnar Hjalmarsson fonts-noto-cjk (Ubuntu Disco): status New Fix Released
2019-07-15 16:35:21 Gunnar Hjalmarsson bug task deleted fonts-noto-cjk (Ubuntu Cosmic)
2019-07-15 16:35:34 Gunnar Hjalmarsson bug task deleted gnome-characters (Ubuntu Cosmic)
2019-07-15 16:35:56 Gunnar Hjalmarsson bug task deleted gucharmap (Ubuntu Cosmic)
2019-07-15 16:36:08 Gunnar Hjalmarsson bug task deleted icu (Ubuntu Cosmic)
2019-07-15 16:37:08 Gunnar Hjalmarsson bug task deleted openjdk-8 (Ubuntu Cosmic)
2019-07-15 16:37:21 Gunnar Hjalmarsson bug task deleted poppler-data (Ubuntu Cosmic)
2019-07-15 16:37:38 Gunnar Hjalmarsson bug task deleted unicode-data (Ubuntu Cosmic)
2019-07-29 17:37:56 Mathieu Trudel-Lapierre bug task deleted gucharmap (Ubuntu)
2019-07-29 18:09:15 Mathieu Trudel-Lapierre openjdk-8 (Ubuntu Xenial): status New Fix Released
2019-07-29 18:09:34 Mathieu Trudel-Lapierre openjdk-8 (Ubuntu Bionic): status New Fix Released
2019-07-29 18:09:50 Mathieu Trudel-Lapierre openjdk-8 (Ubuntu Disco): status New Fix Released
2019-07-29 18:10:29 Mathieu Trudel-Lapierre bug task deleted icu (Ubuntu)
2019-07-29 18:16:06 Mathieu Trudel-Lapierre bug task deleted unicode-data (Ubuntu)
2019-07-29 18:16:23 Mathieu Trudel-Lapierre bug task deleted gnome-characters (Ubuntu Xenial)
2019-07-29 18:16:36 Mathieu Trudel-Lapierre bug task deleted gnome-characters (Ubuntu Disco)
2019-07-29 18:16:44 Mathieu Trudel-Lapierre bug task deleted gucharmap (Ubuntu Xenial)
2019-07-29 18:16:55 Mathieu Trudel-Lapierre bug task deleted gucharmap (Ubuntu Bionic)
2019-07-29 18:17:07 Mathieu Trudel-Lapierre bug task deleted gucharmap (Ubuntu Disco)
2019-07-29 18:17:15 Mathieu Trudel-Lapierre bug task deleted icu (Ubuntu Xenial)
2019-07-29 18:17:25 Mathieu Trudel-Lapierre bug task deleted icu (Ubuntu Bionic)
2019-07-29 18:17:33 Mathieu Trudel-Lapierre bug task deleted icu (Ubuntu Disco)
2019-07-29 18:17:44 Mathieu Trudel-Lapierre bug task deleted unicode-data (Ubuntu Xenial)
2019-07-29 18:17:55 Mathieu Trudel-Lapierre bug task deleted unicode-data (Ubuntu Bionic)
2019-07-29 18:18:06 Mathieu Trudel-Lapierre bug task deleted unicode-data (Ubuntu Disco)
2019-09-10 13:51:01 Will Cooke bug task deleted poppler-data (Ubuntu)
2019-09-17 14:37:50 Will Cooke bug task deleted poppler-data (Ubuntu Disco)
2019-09-17 14:37:55 Will Cooke bug task deleted poppler-data (Ubuntu Bionic)
2019-09-17 14:37:56 Will Cooke bug task deleted poppler-data (Ubuntu Xenial)
2020-09-27 03:23:04 Bug Watch Updater poppler: status New Fix Released