diff --git a/Changes b/Changes index 1683e9621..f614db5e8 100644 --- a/Changes +++ b/Changes @@ -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 -D. Barbier -Kalle Olavi Niemitalo -Michael Kerrisk -Simon Paillard 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 - diff --git a/Changes.old b/Changes.old index cc2b3f37e..1bb66f4b8 100644 --- a/Changes.old +++ b/Changes.old @@ -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 +D. Barbier +Kalle Olavi Niemitalo +Michael Kerrisk +Simon Paillard + +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 + +