From aafdbdf2544f4d5fc8682857b3aaba9e323b9cb9 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Mon, 8 Feb 2021 16:55:42 +0100 Subject: Version 2.0.3 --- HISTORY | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 330d772..8b80772 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,10 @@ GraphLCD base package Revision History -------------------------------------- +2021-02-08: Version 2.0.3 +- Remove usage of FcFini() to prevent race conditions with other users of + fontconfig + 2021-01-07: Version 2.0.2 - Remove non-standard "uint" file type which does not exist in some environments. Thanks to Conrad Kostecki! diff --git a/Makefile b/Makefile index 26b9a72..e02ac21 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include Make.config PROJECT = graphlcd-base -VERSION = 2.0.2 +VERSION = 2.0.3 ARCHIVE = $(PROJECT)-$(VERSION) PACKAGE = $(ARCHIVE) TMPDIR = /tmp -- cgit v1.2.3