Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Bodenmann 835f0f197f Release v2.9 2019-02-26 16:01:07 +01:00
Joel Bodenmann 138b49a1a0 Updating .gitignore 2019-02-26 16:00:55 +01:00
3 changed files with 8 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,4 +1,3 @@
docs/html
build build
.build .build
.dep .dep
@ -9,5 +8,10 @@ build
*.lst *.lst
*.o *.o
*.map *.map
src/gdisp/fonts/*.dat src/gdisp/fonts/*.dat
docs/html
docs/html.zip docs/html.zip
docs/*.db
docs/*.tmp

View File

@ -38,13 +38,13 @@ PROJECT_NAME =
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # 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. # 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 # 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 # the documentation. The maximum height of the logo should not exceed 55 pixels

View File

@ -2,7 +2,7 @@
*** Releases *** *** 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_FONT1 and GINPUT_TOUCH_CALIBRATION_FONT2
FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_TITLE and GINPUT_TOUCH_CALIBRATION_ERROR 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 FIX: Fixed ensuring the clock is fully started in STM32LTDC based boards