diff options
author | Boris Faure <billiob@gmail.com> | 2014-07-03 21:07:44 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2014-07-03 21:07:44 +0200 |
commit | 3450d06c6bcad911762d34e9d7ac5d49e690700c (patch) | |
tree | fcf7973849a916701b8ce5866cc5fcc9bb86a61e | |
parent | 651cbfa08c502f982612a6840f86a23e8a3f0191 (diff) |
Terminology 0.6.1v0.6.1
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 26 insertions, 3 deletions
@@ -1,3 +1,11 @@ | |||
1 | 2014-07-02 | ||
2 | |||
3 | * Release v0.6.1 | ||
4 | * Add .tga images to recognized files | ||
5 | * Improve power consumption | ||
6 | * Fix issues with the teamwork modules and popups | ||
7 | |||
8 | |||
1 | 2014-06-30 | 9 | 2014-06-30 |
2 | 10 | ||
3 | * Release v0.6.0 | 11 | * Release v0.6.0 |
@@ -1,7 +1,21 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.6.0 | 2 | Terminology 0.6.1 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | |||
6 | Changes since 0.6.0: | ||
7 | -------------------- | ||
8 | |||
9 | Additions: | ||
10 | * Add .tga images to recognized files | ||
11 | |||
12 | Improvements: | ||
13 | * Improve power consumption | ||
14 | |||
15 | Fixes: | ||
16 | * Fix issues with the teamwork modules and popups | ||
17 | |||
18 | |||
5 | Changes since 0.5.1: | 19 | Changes since 0.5.1: |
6 | -------------------- | 20 | -------------------- |
7 | 21 | ||
@@ -22,6 +36,7 @@ Improvements: | |||
22 | Fixes: | 36 | Fixes: |
23 | * Various bug fixes | 37 | * Various bug fixes |
24 | 38 | ||
39 | |||
25 | Changes since 0.5.0: | 40 | Changes since 0.5.0: |
26 | -------------------- | 41 | -------------------- |
27 | 42 | ||
@@ -1,4 +1,4 @@ | |||
1 | Terminology 0.6.0 | 1 | Terminology 0.6.1 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index d5f22bf..e1385c5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([terminology], [0.6.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.6.1], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.60]) | 7 | AC_PREREQ([2.60]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_MACRO_DIR([m4]) | 9 | AC_CONFIG_MACRO_DIR([m4]) |