Releases: rrthomas/libpaper
Release list
Release v2.2.8
Release v2.2.7
This release adds Chinese standard paper sizes (D series, and ZL envelope). Thanks to @liushuyu for the patch.
Release v2.2.6
This release involves no code changes, but lots of tidying up. The library is now versioned on Windows, and build fixes avoid problems on macOS.
Release v2.2.5
This release exports the symbol ‘defaultpaper’, which was previously missing.
Release v2.2.4
This release adds missing license files (GPL 3 and MIT) to the source tarball.
Release v2.2.3
This release fixes the build when configured without --enable-relocatable
Release v2.2.2
This release fixes the license headers of paper.c and paper.h
Release v2.2.1
This release merely puts the correct copyright holders in the copy of the MIT License.
Release v2.2.0
This release adds the option of using the library under the MIT license when it is built without relocation support (--enable-relocatable). It achieves this by replacing all the other LGPL’ed code from gnulib with alternative code.
Release v2.1.3
This release fixes a small problem with the paperspecs(5) man page, and ensures that the name of the ‘paper’ program is always set, even in a non-relocatable build.