The Random Books, Software, and Thoughts of Michael R Sweet

PDFio 1.3.2 October 15, 2024

PDFio 1.3.2 is a bug fix release. Changes include:

  • Added some more sanity checks to the TrueType font reader.
  • Updated documentation (Issue #77)
  • Fixed an issue when opening certain encrypted PDF files (Issue #62)

Enjoy!

Download PDFio v1.3.2 Home Page

Comments
 

PAPPL v1.4.7 October 15, 2024

PAPPL v1.4.7 is now available for download and is a bug fix release. Changes include:

  • PAM-based authentication did not work on Linux due to a glibc incompatibility (Issue #343)
  • Fixed the web interface for setting the admin and print groups (Issue #356)
  • Fixed the web interface for adding network printers on non-standard port numbers (Issue #360)
  • Fixed some USB gadget error conditions.
  • Fixed the Wi-Fi configuration web page.
  • Fixed a logging deadlock issue.
  • Fixed some threading issues.
  • Fixed how PAPPL responds to an unsupported request character set.
  • Fixed the “no-tls” server option.

Enjoy!

Download PAPPL v1.4.7 Home Page

Comments
 

TTF v1.0.0 August 19, 2024

This is the first stable release of TTF, a simple C library for using TrueType and OpenType font files.

Enjoy!

Download TTF v1.0.0 Home Page Github Project

Comments
 

Announcing TTF, a Simple C Library for Using TrueType/OpenType Files August 09, 2024

TTF is a simple C library for using TrueType and OpenType font files. I’ve actually been embedding this in a couple other projects but wanted to make the core project more visible for those that need to work with font files.

I’m providing TTF under the Apache License Version 2.0 with an (optional) exception to allow linking against GPL2/LGPL2 software.

Home Page Github Project

Comments
 

PDFio 1.3.1 August 05, 2024

PDFio 1.3.1 is a security fix release. Changes include:

  • CVE 2024-42358: Updated TrueType font reader to avoid large memory allocations.
  • Fixed some documentation errors and added examples (Issue #68, Issue #69)

Enjoy!

Download PDFio v1.3.1 Home Page

Comments
 

PDFio 1.3.0 June 28, 2024

PDFio 1.3.0 is a feature and bug fix release. Changes include:

  • Added pdfioFileGetCatalog API for accessing the root/catalog object of a PDF file (Issue #67)
  • Updated number support to avoid locale issues (Issue #61)
  • Updated the PDFio private header to allow compilation with MingW; note that MingW is NOT a supported toolchain for PDFio (Issue #66)
  • Optimized string pool code.

Enjoy!

Download PDFio v1.3.0 Home Page

Comments
 

Mini-XML 4.0.3 April 21, 2024

Mini-XML v4.0.3 is a bug fix release. Changes include:

  • Now default the DSOFLAGS value to LDFLAGS in the configure script (Issue #325)
  • Now install the man page as “mxml4” to allow parallel installation of Mini-XML 4.x and 3.x (Issue #324)
  • Added MXML_ALLOC_SIZE define to control the allocation increment for attributes and indices (Issue #318)
  • Fixed mxmlSetDeclarationf implementation (Issue #322)

Enjoy!

Download Mini-XML 4.0.3 Home Page

Comments
 

Mini-XML 4.0.2 March 24, 2024

Mini-XML v4.0.2 fixes an issue with GNU make and parallel builds (Issue #314).

Enjoy!

Download Mini-XML 4.0.2 Home Page

Comments
 

View All Posts