From 3450d06c6bcad911762d34e9d7ac5d49e690700c Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 3 Jul 2014 21:07:44 +0200 Subject: [PATCH] Terminology 0.6.1 --- ChangeLog | 8 ++++++++ NEWS | 17 ++++++++++++++++- README | 2 +- configure.ac | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 178698c7..fb125823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-07-02 + + * Release v0.6.1 + * Add .tga images to recognized files + * Improve power consumption + * Fix issues with the teamwork modules and popups + + 2014-06-30 * Release v0.6.0 diff --git a/NEWS b/NEWS index 6ac97ca9..49aeaa07 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,21 @@ ================= -Terminology 0.6.0 +Terminology 0.6.1 ================= + +Changes since 0.6.0: +-------------------- + +Additions: + * Add .tga images to recognized files + +Improvements: + * Improve power consumption + +Fixes: + * Fix issues with the teamwork modules and popups + + Changes since 0.5.1: -------------------- @@ -22,6 +36,7 @@ Improvements: Fixes: * Various bug fixes + Changes since 0.5.0: -------------------- diff --git a/README b/README index 779084ee..dff5e92f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminology 0.6.0 +Terminology 0.6.1 ****************************************************************************** diff --git a/configure.ac b/configure.ac index d5f22bf5..e1385c5f 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.6.0], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([terminology], [0.6.1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])