From ea92bf771828b78b9dce53b8f1cbc68fe5324cbc Mon Sep 17 00:00:00 2001
From: o9000
Date: Sat, 2 Sep 2017 15:07:36 +0200
Subject: [PATCH] Release 15.0
---
ChangeLog | 3 ++-
README.md | 7 ++++---
doc/manual.html | 3 ++-
doc/readme.html | 15 ++++++++++++---
doc/tint2.1 | 3 ++-
doc/tint2.md | 3 ++-
6 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 48bb6d8..f2fd43c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2017-09-02 master
+2017-09-02 15.0
- Fixes:
- Clock, executors and other timers fire correctly after waking up from suspend
- One-shot timers are restarted correctly from their own callbacks
@@ -946,3 +946,4 @@ released tint-0.2
2008-04-22
- fork ttm projet from p://code.google.com/p/ttm/ (by Pål Staurland staura@gmail.com)
while the projet is no longer in developpement, have not changed the name of 'tint'.
+.
diff --git a/README.md b/README.md
index fd4ba12..53887c1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Latest stable release: 0.14.6
-Changes: https://gitlab.com/o9000/tint2/blob/0.14.6/ChangeLog
+# Latest stable release: 15.0
+Changes: https://gitlab.com/o9000/tint2/blob/15.0/ChangeLog
Documentation: [doc/tint2.md](doc/tint2.md)
@@ -8,7 +8,7 @@ Compile it with (after you install the [dependencies](https://gitlab.com/o9000/t
```
git clone https://gitlab.com/o9000/tint2.git
cd tint2
-git checkout 0.14.6
+git checkout 15.0
mkdir build
cd build
cmake ..
@@ -97,3 +97,4 @@ tint2 is a simple panel/taskbar made for modern X window managers. It was specif
## More
* [Tint2 wiki](https://gitlab.com/o9000/tint2/wikis/Home)
+Home)
diff --git a/doc/manual.html b/doc/manual.html
index 97eb660..3b52eac 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -694,6 +694,7 @@ execp_interval = 1
It is based on ttm, originally written by Pål Staurland staura@gmail.com.
This manual page was originally written by Daniel Moerner dmoerner@gmail.com, for the Debian project (but may be used by others).
It was adopted from the tint2 docs.
SEE ALSO
The main website https://gitlab.com/o9000/tint2
and the wiki page at https://gitlab.com/o9000/tint2/wikis/home.
This documentation is also provided in HTML and Markdown format in the system's default location
-for documentation files, usually /usr/share/doc/tint2
or /usr/local/share/doc/tint2
.
+for documentation files, usually /usr/share/doc/tint2
or /usr/local/share/doc/tint2
.
+.