aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--Doxygenfile4
-rw-r--r--changelog.txt2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 2db0d705..06575521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-docs/html
build
.build
.dep
@@ -9,5 +8,10 @@ build
*.lst
*.o
*.map
+
src/gdisp/fonts/*.dat
+
+docs/html
docs/html.zip
+docs/*.db
+docs/*.tmp
diff --git a/Doxygenfile b/Doxygenfile
index 61e954ea..7bafb50a 100644
--- a/Doxygenfile
+++ b/Doxygenfile
@@ -38,13 +38,13 @@ PROJECT_NAME =
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 2.8
+PROJECT_NUMBER = 2.9
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = "version 2.8"
+PROJECT_BRIEF = "version 2.9"
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
# the documentation. The maximum height of the logo should not exceed 55 pixels
diff --git a/changelog.txt b/changelog.txt
index 342b4430..92223e29 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,7 +2,7 @@
*** Releases ***
*****************************************************************************
-*** After Release 2.8 ***
+*** Release 2.9 ***
FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_FONT1 and GINPUT_TOUCH_CALIBRATION_FONT2
FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_TITLE and GINPUT_TOUCH_CALIBRATION_ERROR
FIX: Fixed ensuring the clock is fully started in STM32LTDC based boards