diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2021-02-08 16:55:42 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2021-02-08 16:55:42 +0100 |
commit | aafdbdf2544f4d5fc8682857b3aaba9e323b9cb9 (patch) | |
tree | f22ae13f86f7a2e71242588192e8b1bc8c2c821e | |
parent | 206aa42eb56e5ee212d04be5706330d5fb62782d (diff) | |
download | graphlcd-base-master.tar.gz graphlcd-base-master.tar.bz2 |
-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 |