From d5809b79052b20c723700cce75e7e1543a3ddc23 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Mon, 2 Mar 2020 11:16:51 +0000 Subject: Dates/logs for 9.51 release candidate 3 --- doc/DLL.htm | 2 +- doc/Deprecated.htm | 2 +- doc/Develop.htm | 2 +- doc/Devices.htm | 2 +- doc/Drivers.htm | 2 +- doc/Fonts.htm | 2 +- doc/History9.htm | 37 ++++++++++++++++++++++++++++++++++--- doc/Install.htm | 2 +- doc/Internal.htm | 2 +- doc/Language.htm | 2 +- doc/Lib.htm | 2 +- doc/Make.htm | 2 +- doc/News.htm | 4 ++-- doc/Ps-style.htm | 2 +- doc/Ps2epsi.htm | 2 +- doc/Psfiles.htm | 2 +- doc/Readme.htm | 2 +- doc/Release.htm | 2 +- doc/SavedPages.htm | 2 +- doc/Source.htm | 2 +- doc/Unix-lpr.htm | 2 +- doc/Use.htm | 2 +- doc/VectorDevices.htm | 2 +- doc/WhatIsGS.htm | 2 +- doc/gs-vms.hlp | 2 +- doc/sample_downscale_device.htm | 2 +- doc/subclass.htm | 2 +- doc/thirdparty.htm | 2 +- man/dvipdf.1 | 2 +- man/gs.1 | 2 +- man/gslp.1 | 2 +- man/gsnd.1 | 2 +- man/pdf2dsc.1 | 2 +- man/pdf2ps.1 | 2 +- man/pf2afm.1 | 2 +- man/pfbtopfa.1 | 2 +- man/printafm.1 | 2 +- man/ps2ascii.1 | 2 +- man/ps2epsi.1 | 2 +- man/ps2pdf.1 | 2 +- man/ps2pdfwr.1 | 2 +- man/ps2ps.1 | 2 +- 42 files changed, 76 insertions(+), 45 deletions(-) diff --git a/doc/DLL.htm b/doc/DLL.htm index 6fcfa9f2d..118eb3cba 100644 --- a/doc/DLL.htm +++ b/doc/DLL.htm @@ -776,7 +776,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Deprecated.htm b/doc/Deprecated.htm index dd6037c84..9d4827f56 100644 --- a/doc/Deprecated.htm +++ b/doc/Deprecated.htm @@ -5773,7 +5773,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Develop.htm b/doc/Develop.htm index 1e88b964b..edbe0d066 100644 --- a/doc/Develop.htm +++ b/doc/Develop.htm @@ -4773,7 +4773,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Devices.htm b/doc/Devices.htm index 2efe40a47..d905c3a80 100644 --- a/doc/Devices.htm +++ b/doc/Devices.htm @@ -2015,7 +2015,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Drivers.htm b/doc/Drivers.htm index 5c3acd0a7..5a4ebe8c3 100644 --- a/doc/Drivers.htm +++ b/doc/Drivers.htm @@ -3678,7 +3678,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Fonts.htm b/doc/Fonts.htm index 05893a1b6..47f2615f6 100644 --- a/doc/Fonts.htm +++ b/doc/Fonts.htm @@ -370,7 +370,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

-Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/History9.htm b/doc/History9.htm index 4784fa0b2..ee10deb7d 100644 --- a/doc/History9.htm +++ b/doc/History9.htm @@ -79,7 +79,7 @@ TOC to see how to edit it for visual conciseness.

Table of contents

    -
  • Version 9.51 (2020-02-28) +
  • Version 9.51 (2020-03-02)
  • Version 9.50 (2019-10-15)
  • Version 9.27 (2019-04-03)
  • Version 9.26 (2018-11-20) @@ -134,7 +134,7 @@ overview. -

    Version 9.51 (2020-02-28)

    +

    Version 9.51 (2020-03-02)

    Highlights in this release include:

    • @@ -204,6 +204,37 @@ at MuPDF.

    Changelog

    +

    2020-03-02 11:04:32 +0000 + +
    Robin Watts <Robin.Watts@artifex.com>
    +f6e3e9238bb5cf7fe44c3c845be286a3314ed905 +

    +

    + Fix 64bit non-console windows build.
    +
    + The creation of the text window was truncating the pointer to
    + long (32bit) size. No idea how we've been getting away with this
    + in the past. I can only assume this has been exposed by
    + differences in the runtime lib with vs2019 as compared to
    + earlier versions.
    +
    +psi/dwtext.c
    +

    +

    +
    +

    2020-03-02 09:02:51 +0000 + +
    Chris Liddell <chris.liddell@artifex.com>
    +ffe0e5cf33feee7672e5f4281f0c0b0ff66bddda +

    +

    + Add mention of deprecating/removing opvp/oprp devices
    +
    +doc/History9.htm
    +doc/News.htm
    +

    +

    +

    2020-02-26 15:22:04 +0000
    Robin Watts <Robin.Watts@artifex.com>
    @@ -228257,7 +228288,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Install.htm b/doc/Install.htm index 5e22348ea..4626ed6d3 100644 --- a/doc/Install.htm +++ b/doc/Install.htm @@ -440,7 +440,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Internal.htm b/doc/Internal.htm index fa9f9db31..4e49be2c1 100644 --- a/doc/Internal.htm +++ b/doc/Internal.htm @@ -118,7 +118,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Language.htm b/doc/Language.htm index 2bc7f53e7..a69bb4eb7 100644 --- a/doc/Language.htm +++ b/doc/Language.htm @@ -2025,7 +2025,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Lib.htm b/doc/Lib.htm index 0b8352ce1..8ad290647 100644 --- a/doc/Lib.htm +++ b/doc/Lib.htm @@ -1047,7 +1047,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Make.htm b/doc/Make.htm index c3e6d1ff7..c6cbd14ae 100644 --- a/doc/Make.htm +++ b/doc/Make.htm @@ -1527,7 +1527,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

    -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/News.htm b/doc/News.htm index e7bff1d40..e7df62e8d 100644 --- a/doc/News.htm +++ b/doc/News.htm @@ -95,7 +95,7 @@ overview. -

    Version 9.51 (2020-02-28)

    +

    Version 9.51 (2020-03-02)

    Highlights in this release include:

    • @@ -189,7 +189,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Ps-style.htm b/doc/Ps-style.htm index d69a693dc..19b2a16b7 100644 --- a/doc/Ps-style.htm +++ b/doc/Ps-style.htm @@ -549,7 +549,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Ps2epsi.htm b/doc/Ps2epsi.htm index afd0e0bf9..3bc6705f6 100644 --- a/doc/Ps2epsi.htm +++ b/doc/Ps2epsi.htm @@ -229,7 +229,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Psfiles.htm b/doc/Psfiles.htm index d655939cf..a4830acbc 100644 --- a/doc/Psfiles.htm +++ b/doc/Psfiles.htm @@ -894,7 +894,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Readme.htm b/doc/Readme.htm index 7f3aae0ab..a7cc787e1 100644 --- a/doc/Readme.htm +++ b/doc/Readme.htm @@ -581,7 +581,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Release.htm b/doc/Release.htm index da4e2d39f..4740cb8c1 100644 --- a/doc/Release.htm +++ b/doc/Release.htm @@ -845,7 +845,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/SavedPages.htm b/doc/SavedPages.htm index 126561881..48cfc9935 100644 --- a/doc/SavedPages.htm +++ b/doc/SavedPages.htm @@ -317,7 +317,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Source.htm b/doc/Source.htm index ea3ace958..7b3d1b196 100644 --- a/doc/Source.htm +++ b/doc/Source.htm @@ -465,7 +465,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Unix-lpr.htm b/doc/Unix-lpr.htm index e40b7b0ea..7516d74a4 100644 --- a/doc/Unix-lpr.htm +++ b/doc/Unix-lpr.htm @@ -304,7 +304,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/Use.htm b/doc/Use.htm index e8015d1dd..320e2232a 100644 --- a/doc/Use.htm +++ b/doc/Use.htm @@ -5265,7 +5265,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm index 562c57e14..9e9a1751b 100644 --- a/doc/VectorDevices.htm +++ b/doc/VectorDevices.htm @@ -1410,7 +1410,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/WhatIsGS.htm b/doc/WhatIsGS.htm index 20a07cf64..0e4a3deea 100644 --- a/doc/WhatIsGS.htm +++ b/doc/WhatIsGS.htm @@ -189,7 +189,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/gs-vms.hlp b/doc/gs-vms.hlp index 7c3e726e1..bdcaa85e5 100644 --- a/doc/gs-vms.hlp +++ b/doc/gs-vms.hlp @@ -1,6 +1,6 @@ 1 gs gs - GPL Ghostscript interpreter/previewer -! Ghostscript version 9.51, 28 February 2020 +! Ghostscript version 9.51, 2 March 2020 Usage: $ gs [options] [file ...] diff --git a/doc/sample_downscale_device.htm b/doc/sample_downscale_device.htm index 04f160911..bf0bed790 100644 --- a/doc/sample_downscale_device.htm +++ b/doc/sample_downscale_device.htm @@ -263,7 +263,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/subclass.htm b/doc/subclass.htm index a837b0f12..cdf591234 100644 --- a/doc/subclass.htm +++ b/doc/subclass.htm @@ -812,7 +812,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/doc/thirdparty.htm b/doc/thirdparty.htm index 90babef09..de7a9dd96 100644 --- a/doc/thirdparty.htm +++ b/doc/thirdparty.htm @@ -253,7 +253,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

      -Ghostscript version 9.51, 28 February 2020 +Ghostscript version 9.51, 2 March 2020 diff --git a/man/dvipdf.1 b/man/dvipdf.1 index 5d8f8a7f8..1eb4874b9 100644 --- a/man/dvipdf.1 +++ b/man/dvipdf.1 @@ -1,4 +1,4 @@ -.TH DVIPDF 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH DVIPDF 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips .SH SYNOPSIS diff --git a/man/gs.1 b/man/gs.1 index 082946a3e..66eb6a3a9 100644 --- a/man/gs.1 +++ b/man/gs.1 @@ -1,4 +1,4 @@ -.TH GS 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH GS 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME gs \- Ghostscript (PostScript and PDF language interpreter and previewer) .SH SYNOPSIS diff --git a/man/gslp.1 b/man/gslp.1 index 6bdeece85..e32ef2f26 100644 --- a/man/gslp.1 +++ b/man/gslp.1 @@ -1,4 +1,4 @@ -.TH GSLP 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH GSLP 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME gslp \- Format and print text using ghostscript .br diff --git a/man/gsnd.1 b/man/gsnd.1 index 210265e82..9e5728e3d 100644 --- a/man/gsnd.1 +++ b/man/gsnd.1 @@ -1,4 +1,4 @@ -.TH GSND 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH GSND 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME gsnd \- Run ghostscript (PostScript and PDF engine) without display .SH SYNOPSIS diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1 index c1017af41..353b37e1a 100644 --- a/man/pdf2dsc.1 +++ b/man/pdf2dsc.1 @@ -1,4 +1,4 @@ -.TH PDF2DSC 1 "28 February 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- +.TH PDF2DSC 1 "2 March 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- .SH NAME pdf2dsc \- generate a PostScript page list of a PDF document .SH SYNOPSIS diff --git a/man/pdf2ps.1 b/man/pdf2ps.1 index b727620fe..4a82bcc8d 100644 --- a/man/pdf2ps.1 +++ b/man/pdf2ps.1 @@ -1,4 +1,4 @@ -.TH PDF2PS 1 "28 February 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- +.TH PDF2PS 1 "2 March 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- .SH NAME pdf2ps \- Ghostscript PDF to PostScript translator .SH SYNOPSIS diff --git a/man/pf2afm.1 b/man/pf2afm.1 index 3c152c2b4..72fb3e033 100644 --- a/man/pf2afm.1 +++ b/man/pf2afm.1 @@ -1,4 +1,4 @@ -.TH PF2AFM 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH PF2AFM 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript .SH SYNOPSIS diff --git a/man/pfbtopfa.1 b/man/pfbtopfa.1 index 8bc080b8b..1598ff968 100644 --- a/man/pfbtopfa.1 +++ b/man/pfbtopfa.1 @@ -1,4 +1,4 @@ -.TH PFBTOPFA 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH PFBTOPFA 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript .SH SYNOPSIS diff --git a/man/printafm.1 b/man/printafm.1 index de58ef139..99861ed57 100644 --- a/man/printafm.1 +++ b/man/printafm.1 @@ -1,4 +1,4 @@ -.TH PRINTAFM 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH PRINTAFM 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME printafm \- Print the metrics from a Postscript font in AFM format using ghostscript .SH SYNOPSIS diff --git a/man/ps2ascii.1 b/man/ps2ascii.1 index 752b7a12b..7726da877 100644 --- a/man/ps2ascii.1 +++ b/man/ps2ascii.1 @@ -1,4 +1,4 @@ -.TH PS2ASCII 1 "28 February 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2ASCII 1 "2 March 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII .SH SYNOPSIS diff --git a/man/ps2epsi.1 b/man/ps2epsi.1 index 44f3856a6..aff0b5e77 100644 --- a/man/ps2epsi.1 +++ b/man/ps2epsi.1 @@ -1,4 +1,4 @@ -.TH PS2EPSI 1 "28 February 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2EPSI 1 "2 March 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2epsi \- generate conforming Encapsulated PostScript .SH SYNOPSIS diff --git a/man/ps2pdf.1 b/man/ps2pdf.1 index a736448a5..915646e7b 100644 --- a/man/ps2pdf.1 +++ b/man/ps2pdf.1 @@ -1,4 +1,4 @@ -.TH PS2PDF 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH PS2PDF 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME ps2pdf \- Convert PostScript to PDF using ghostscript .br diff --git a/man/ps2pdfwr.1 b/man/ps2pdfwr.1 index b49be39c3..3948d1503 100644 --- a/man/ps2pdfwr.1 +++ b/man/ps2pdfwr.1 @@ -1,4 +1,4 @@ -.TH PS2PDFWR 1 "28 February 2020" 9.51 Ghostscript \" -*- nroff -*- +.TH PS2PDFWR 1 "2 March 2020" 9.51 Ghostscript \" -*- nroff -*- .SH NAME ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript .SH SYNOPSIS diff --git a/man/ps2ps.1 b/man/ps2ps.1 index d125ef4cb..0afe77cdd 100644 --- a/man/ps2ps.1 +++ b/man/ps2ps.1 @@ -1,4 +1,4 @@ -.TH PS2PS 1 "28 February 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2PS 1 "2 March 2020" 9.51 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2ps, eps2eps \- Ghostscript PostScript "distiller" .SH SYNOPSIS -- cgit v1.2.1