aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:54:01 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:54:01 +0200
commit90d0700720eaa43047bf24c6df127911badc5150 (patch)
tree31c38601d48d40535a2e5dbcc3686324eff1fe52 /docs
parent752fa654a6e8684111f4c431e8b1b397169e1459 (diff)
downloaduGFX-90d0700720eaa43047bf24c6df127911badc5150.tar.gz
uGFX-90d0700720eaa43047bf24c6df127911badc5150.tar.bz2
uGFX-90d0700720eaa43047bf24c6df127911badc5150.zip
version 1.2 released
Diffstat (limited to 'docs')
-rw-r--r--docs/files.txt8
-rw-r--r--docs/releases.txt5
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