summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-02-16 08:31:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-02-16 08:33:24 +0100
commitd18681a2553b8bf091ad4f3a128beffb2e01e9a0 (patch)
tree698ff7ed75ddd55f819edb5df16c64e56138e4dc
parent5f7f4042b8848127d852c6fa7c02e31ccfaeeae5 (diff)
Changes: Ready for 3.59
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--Changes59
1 files changed, 44 insertions, 15 deletions
diff --git a/Changes b/Changes
index c3b7fb04d..86c4ba171 100644
--- a/Changes
+++ b/Changes
@@ -10,26 +10,55 @@ The following people contributed patches/fixes or (noted in brackets
in the changelog below) reports, notes, and ideas that have been
incorporated in changes in this release:
+Michael Kerrisk <mtk.manpages@gmail.com>
+Peter Schiffer <pschiffe@redhat.com>
+Weizhou Pan <cs.wzpan@gmail.com>
Apologies if I missed anyone!
-New and rewritten pages
------------------------
-
-
-Newly documented interfaces in existing pages
----------------------------------------------
-
-
-New and changed links
----------------------
-
-
Global changes
--------------
-
-Changes to individual pages
----------------------------
+Various pages
+ Michael Kerrisk [Weizhou Pan]
+ Convert pages contain non-ASCII in source code comments to use UTF-8
+ Done using a slightly modified version of Peter Schiffer's
+ convert_to_utf_8.sh script. The script was modified so as *not*
+ a "coding:" marker to the groff source. For now, we'll only put
+ that marker on pages that contain non-ASCII characters in the
+ rendered text.
+
+ See https://bugzilla.kernel.org/show_bug.cgi?id=60807
+
+ Co-written-by: Peter Schiffer <pschiffe@redhat.com
+
+armscii-8.7
+cp1251.7
+iso_8859-1.7
+iso_8859-10.7
+iso_8859-11.7
+iso_8859-13.7
+iso_8859-14.7
+iso_8859-15.7
+iso_8859-16.7
+iso_8859-2.7
+iso_8859-3.7
+iso_8859-4.7
+iso_8859-5.7
+iso_8859-6.7
+iso_8859-7.7
+iso_8859-8.7
+iso_8859-9.7
+koi8-r.7
+koi8-u.7
+ Michael Kerrisk [Weizhou Pan]
+ Convert pages contain non-ASCII to use UTF-8
+ Done using Peter Schiffer's convert_to_utf_8.sh script.
+ These pages containing non-ASCII in the rendered characters, and
+ so the script inserts a "coding:" marker into the groff source.
+
+ See https://bugzilla.kernel.org/show_bug.cgi?id=60807
+
+ Co-written-by: Peter Schiffer <pschiffe@redhat.com