Terminology 0.6.1

This commit is contained in:
Boris Faure 2014-07-03 21:07:44 +02:00
parent 651cbfa08c
commit 3450d06c6b
4 changed files with 26 additions and 3 deletions

View File

@ -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

17
NEWS
View File

@ -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:
--------------------

2
README
View File

@ -1,4 +1,4 @@
Terminology 0.6.0
Terminology 0.6.1
******************************************************************************

View File

@ -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])