Releases: rrthomas/libpaper
Release v2.2.7
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.
Release v2.1.2
This release contains a change only to the tests, which improves the detection of glibc. (The method used by libpaper itself already works, and is not affected: there’s no need to update to this release unless you need to run the tests on a glibc system!)