summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2020-08-14 19:38:36 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2020-08-14 19:38:36 +0200
commit046178bd27005e28b8db7d8e06a21cf74a26bae0 (patch)
treef4371acac7beb30c3c7453dbffdac90f2c8a0b36
parentf7c99bb716a4b628dd853e5e25f9507a0860928b (diff)
downloadgraphlcd-base-046178bd27005e28b8db7d8e06a21cf74a26bae0.tar.gz
graphlcd-base-046178bd27005e28b8db7d8e06a21cf74a26bae0.tar.bz2
Version 2.0.02.0.0
-rw-r--r--HISTORY5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a0abb3a..dd73228 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,11 @@
GraphLCD base package Revision History
--------------------------------------
+2020-08-14: Version 2.0.0
+- If a required font file is neither in "FontPath" nor in the "fonts"
+ subdirectory of "SkinPath", then (if available) fontconfig is used to search
+ all common system font paths for the wanted font file
+
2018-11-10: Version 1.0.2
- Improved "trim" function which doesn't cause negative size_type values
diff --git a/Makefile b/Makefile
index df21727..cd20a4c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include Make.config
PROJECT = graphlcd-base
-VERSION = 1.0.2
+VERSION = 2.0.0
ARCHIVE = $(PROJECT)-$(VERSION)
PACKAGE = $(ARCHIVE)
TMPDIR = /tmp