summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
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