diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/lang.pm | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 432a4acd2..a99cd1325 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- Agafari-16 console font support was dropped from kbd - fix glob for svg pixbuf loader - Don't use mdadm --chunk option when creating level 1 RAID (mga#33767) - Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f55f21a74..e044f32ac 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- Agafari-16 console font support was dropped from kbd - fix glob for svg pixbuf loader - Don't use mdadm --chunk option when creating level 1 RAID (mga#33767) - Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 849f386e3..a3c8aa7ea 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1037,7 +1037,7 @@ my %charsets = ( "utf_cyr1" => [ "UniCyr_8x16", undef, undef, "utf8", undef ], "utf_cyr2" => [ "koi8-k", undef, undef, "utf8", undef ], "utf_deva" => [ undef, undef, undef, "utf8", undef ], -"utf_ethi" => [ "Agafari-16", undef, undef, "utf8", undef ], +"utf_ethi" => [ undef, undef, undef, "utf8", undef ], "utf_geor" => [ "t_geors", undef, undef, "utf8", undef ], "utf_guru" => [ undef, undef, undef, "utf8", undef ], "utf_he" => [ undef, undef, undef, "utf8", undef ], |