Skip to content

Releases: rrthomas/libpaper

Release v2.2.8

Choose a tag to compare

@rrthomas rrthomas released this 16 May 16:19

This release fixes a typo in the C4 envelope size, which has been present for a long time (since libpaper 1). Thanks to @yegord for the bug report and fix.

Release v2.2.7

Choose a tag to compare

@rrthomas rrthomas released this 04 Dec 12:43

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

Release v2.2.6

Choose a tag to compare

@rrthomas rrthomas released this 23 Jan 09:19

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

Choose a tag to compare

@rrthomas rrthomas released this 12 Mar 01:12

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

Release v2.2.4

Choose a tag to compare

@rrthomas rrthomas released this 11 Mar 21:05

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

Release v2.2.3

Choose a tag to compare

@rrthomas rrthomas released this 10 Mar 20:28

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

Release v2.2.2

Choose a tag to compare

@rrthomas rrthomas released this 10 Mar 17:19

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

Release v2.2.1

Choose a tag to compare

@rrthomas rrthomas released this 10 Mar 15:38

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

Release v2.2.0

Choose a tag to compare

@rrthomas rrthomas released this 10 Mar 14:27

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

Choose a tag to compare

@rrthomas rrthomas released this 22 Jan 17:57

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.