From 17cc2da9c53191be2831f71a721b0fe2273e9807 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 28 Oct 2013 01:13:00 +0100 Subject: [PATCH] Merge changes from release v1.9 in preperation for v2.0 --- Doxygenfile | 2 +- releases.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxygenfile b/Doxygenfile index 380b9fbd..8b583591 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -34,7 +34,7 @@ PROJECT_NAME = uGFX # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.8 +PROJECT_NUMBER = 2.0 # 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 diff --git a/releases.txt b/releases.txt index ad00e8d1..32a838e9 100644 --- a/releases.txt +++ b/releases.txt @@ -10,7 +10,7 @@ FEATURE: New driver interface for GDISP FEATURE: Multiple display support FEATURE: Multiple controller support FEATURE: Add gdispFlush() for those controllers that need it -FEATURE: Add GDISP_NEED_AUTOFLUSH to automatically flush when required. +FEATURE: Add GDISP_NEED_AUTOFLUSH and GDISP_NEED_TIMERFLUSH to automatically flush when required. *** changes after 1.8 *** FEATURE: GWIN list boxes.