From 90d0700720eaa43047bf24c6df127911badc5150 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 13 Oct 2012 19:54:01 +0200 Subject: [PATCH] version 1.2 released --- docs/files.txt | 8 +++++--- docs/releases.txt | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/files.txt b/docs/files.txt index 2627487b..94869efb 100644 --- a/docs/files.txt +++ b/docs/files.txt @@ -1,6 +1,7 @@ This is a tree of the toplevel directory of the GLCD library. The maintainer is supposed to keep it up to date at any new release. +. ├── demos │   ├── console │   │   └── main.c @@ -12,6 +13,8 @@ The maintainer is supposed to keep it up to date at any new release. │   └── touchpad │   └── main.c ├── docs +│   ├── codingstyle.txt +│   ├── configure.txt │   ├── console.txt │   ├── contributors.txt │   ├── files.txt @@ -72,6 +75,7 @@ The maintainer is supposed to keep it up to date at any new release. │   ├── touchpad_lld.c │   ├── touchpad_lld_config.h │   └── touchpad_lld.mk +├── gfx.mk ├── include │   ├── console.h │   ├── gdisp_emulation.c @@ -81,7 +85,6 @@ The maintainer is supposed to keep it up to date at any new release. │   ├── gdisp_lld_msgs.h │   ├── touchpad.h │   └── touchpad_lld.h -├── lcd.mk ├── license.txt ├── old │   ├── graph @@ -113,5 +116,4 @@ The maintainer is supposed to keep it up to date at any new release. └── tools └── readme.txt -26 directories, 85 files - +26 directories, 87 files diff --git a/docs/releases.txt b/docs/releases.txt index e8df57e6..7a9cc49a 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -2,7 +2,10 @@ *** Releases *** ***************************************************************************** -current stable: 1.1 +current stable: 1.2 + +*** changes after 1.2 *** + *** changer after 1.1 *** FIX: orientation macros changed