diff --git a/ChangeLog b/ChangeLog index 2b5a3a31..9d7e8b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-17 + + * Release v0.5.1 + * Make terminology compatible with upcoming efl/elm 1.10 + * Fix disappearing prompt on resize + 2014-03-08 * Release v0.5.0 diff --git a/NEWS b/NEWS index efcdad2d..ffd4e40f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ ================= -Terminology 0.5.0 +Terminology 0.5.1 ================= +Changes since 0.5.0: +-------------------- + +Fixes: + * Make terminology compatible with upcoming efl/elm 1.10 + * Fix disappearing prompt on resize + + Changes since 0.4.0: -------------------- diff --git a/README b/README index 7e9af22a..d4eac3c7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminology 0.5.0 +Terminology 0.5.1 ****************************************************************************** diff --git a/configure.ac b/configure.ac index df35b724..aa7b26af 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([terminology], [0.5.99], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([terminology], [0.5.1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])