Start of man-pages-3.61: updating Changes and Changes.old

This commit is contained in:
Michael Kerrisk 2014-02-18 15:01:50 +01:00
parent 64f4ea8025
commit 324197b583
2 changed files with 84 additions and 47 deletions

65
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-3.60 ====================
==================== Changes in man-pages-3.61 ====================
Released: 2014-02-18, Munich
Released: ????-??-??, Munich
Contributors
@ -10,55 +10,26 @@ 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:
David Prévot <taffit@debian.org>
D. Barbier <bouzim@gmail.com>
Kalle Olavi Niemitalo <kon@iki.fi>
Michael Kerrisk <mtk.manpages@gmail.com>
Simon Paillard <spaillard@debian.org>
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
---------------------------
sigvec.3
Michael Kerrisk [Kalle Olavi Niemitalo]
Fix error in code snippet
s/sigpause/sigmask/
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-u.7
Michael Kerrisk [Simon Paillard]
Remove comment that glyphs in column 4 may not display correctly
With the conversion to UTF-8, the glyphs in column 4 of the
tables in these pages will display regardless of whether the
environment is configured for the corresponding character set.
iso_8859-11.7
iso_8859-13.7
D. Barbier [Simon Paillard]
Fix encoding mistakes in 5f7f4042b8848127d852c6fa7c02e31ccfaeeae5
Fixed via:
for f in iso_8859-11 iso_8859-13; do
cp man7/$f.7 $f
iconv -f utf8 -t latin1 $f | iconv -f iso-${f#iso_} -t utf8 > man7/$f.7
done

View File

@ -29546,3 +29546,69 @@ koi8-u.7
so the script inserts a "coding:" marker into the groff source.
See https://bugzilla.kernel.org/show_bug.cgi?id=60807
==================== Changes in man-pages-3.60 ====================
Released: 2014-02-18, Munich
Contributors
------------
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:
David Prévot <taffit@debian.org>
D. Barbier <bouzim@gmail.com>
Kalle Olavi Niemitalo <kon@iki.fi>
Michael Kerrisk <mtk.manpages@gmail.com>
Simon Paillard <spaillard@debian.org>
Apologies if I missed anyone!
Changes to individual pages
---------------------------
sigvec.3
Michael Kerrisk [Kalle Olavi Niemitalo]
Fix error in code snippet
s/sigpause/sigmask/
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-u.7
Michael Kerrisk [Simon Paillard]
Remove comment that glyphs in column 4 may not display correctly
With the conversion to UTF-8, the glyphs in column 4 of the
tables in these pages will display regardless of whether the
environment is configured for the corresponding character set.
iso_8859-11.7
iso_8859-13.7
D. Barbier [Simon Paillard]
Fix encoding mistakes in 5f7f4042b8848127d852c6fa7c02e31ccfaeeae5
Fixed via:
for f in iso_8859-11 iso_8859-13; do
cp man7/$f.7 $f
iconv -f utf8 -t latin1 $f | iconv -f iso-${f#iso_} -t utf8 > man7/$f.7
done