diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 17 insertions, 3 deletions
@@ -1,3 +1,9 @@ | |||
1 | 2014-05-17 | ||
2 | |||
3 | * Release v0.5.1 | ||
4 | * Make terminology compatible with upcoming efl/elm 1.10 | ||
5 | * Fix disappearing prompt on resize | ||
6 | |||
1 | 2014-03-08 | 7 | 2014-03-08 |
2 | 8 | ||
3 | * Release v0.5.0 | 9 | * Release v0.5.0 |
@@ -1,7 +1,15 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.5.0 | 2 | Terminology 0.5.1 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 0.5.0: | ||
6 | -------------------- | ||
7 | |||
8 | Fixes: | ||
9 | * Make terminology compatible with upcoming efl/elm 1.10 | ||
10 | * Fix disappearing prompt on resize | ||
11 | |||
12 | |||
5 | Changes since 0.4.0: | 13 | Changes since 0.4.0: |
6 | -------------------- | 14 | -------------------- |
7 | 15 | ||
@@ -1,4 +1,4 @@ | |||
1 | Terminology 0.5.0 | 1 | Terminology 0.5.1 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index 3afc656..d61674d 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.5.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.5.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]) |