Releasing 0.5.1 with latest efl fixes

This commit is contained in:
Andy Williams 2017-05-26 21:38:34 +01:00
parent 72c28938c6
commit bfab2aa95d
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@ -1,3 +1,18 @@
---------
Edi 0.5.1
---------
Features:
* menu: Indicate saved status in menu and toolbar
* cmdline: don't try to open unknown file types
Bug fixes:
* Fix issue where replaced text could not be undone
* Fix python project detection
=======
Edi 0.5
=======

View File

@ -1,4 +1,4 @@
EFL_VERSION([0], [5], [0])
EFL_VERSION([0], [5], [1])
AC_INIT([edi], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.65])