diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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! @@ -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 |