Skip to content

Releases: rrthomas/libpaper

Release v2.2.7

04 Dec 12:43

Choose a tag to compare

This release adds Chinese standard paper sizes (D series, and ZL envelope). Thanks to @liushuyu for the patch.

Release v2.2.6

23 Jan 09:19

Choose a tag to compare

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

12 Mar 01:12

Choose a tag to compare

This release exports the symbol ‘defaultpaper’, which was previously missing.

Release v2.2.4

11 Mar 21:05

Choose a tag to compare

This release adds missing license files (GPL 3 and MIT) to the source tarball.

Release v2.2.3

10 Mar 20:28

Choose a tag to compare

This release fixes the build when configured without --enable-relocatable

Release v2.2.2

10 Mar 17:19

Choose a tag to compare

This release fixes the license headers of paper.c and paper.h

Release v2.2.1

10 Mar 15:38

Choose a tag to compare

This release merely puts the correct copyright holders in the copy of the MIT License.

Release v2.2.0

10 Mar 14:27

Choose a tag to compare

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

22 Jan 17:57

Choose a tag to compare

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

15 Oct 08:25

Choose a tag to compare

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!)