a2ps 4.15.3 released
posted by Roy Schestowitz on Mar 27, 2023,
updated Mar 27, 2023
GNU a2ps is an Any to PostScript filter. Of course it processes plain
text files, but also pretty prints quite a few popular languages.
For more information, see https://www.gnu.org/software/a2ps/
This release is a minor bug-fix release; no pressing need to update unless
you’re affected by a bug it fixes (see the end of this message for details).
Here are the compressed sources and a GPG detached signature:
https://ftpmirror.gnu.org/a2ps/a2ps-4.15.3.tar.gz
https://ftpmirror.gnu.org/a2ps/a2ps-4.15.3.tar.gz.sig
b2ae4016b789a198c50a2f1dc0fefc11bda18ebe a2ps-4.15.3.tar.gz
0A6B4OtNy/LUlj2J4d8rtm9x5m1ztBUsQ8+YOOaq98c a2ps-4.15.3.tar.gz
The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.
gpg --verify a2ps-4.15.3.tar.gz.sig
pub rsa2048 2013-12-11 [SC]
2409 3F01 6FFE 8602 EF44 9BB8 4C8E F3DA 3FD3 7230
uid Reuben Thomas
uid keybase.io/rrt
gpg --locate-external-key rrt@sc3d.org
gpg --recv-keys 4C8EF3DA3FD37230
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1' | gpg --import -
gpg --keyring gnu-keyring.gpg --verify a2ps-4.15.3.tar.gz.sig
Gnulib v0.1-5892-g83006fa8c9
* Noteworthy changes in release 4.15.3 (2023-03-26) [stable]
* Bug fixes:
- Fix fixps to use GhostScript’s ps2write device instead of defunct
pswrite.
* Build:
- Fix a problem building PDF version of manual.
Read on