hermet pushed a commit to branch enventor-0.3. http://git.enlightenment.org/tools/enventor.git/commit/?id=d49f88e927d4df0c9023982b4acb778c90da983b
commit d49f88e927d4df0c9023982b4acb778c90da983b Author: ChunEon Park <her...@hermet.pe.kr> Date: Sat Aug 30 15:11:24 2014 +0900 bump up version to 0.3.2 --- NEWS | 16 +++++++++++++--- README | 2 +- configure.ac | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 779141c..c1f596d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ -============ -Enventor 0.3.0 -============ +============== +Enventor 0.3.2 +============== + +Changes since Enventor 0.3.1: +--------------------------- +Fixes: + * Fixed memory leaks in some cases. + * Fixed segfault in applying syntax color. + * Fixed window title file path to be updated correctly. + * Fixed auto completion keyword relative + * Fixed auto completion candidation list to be updated correctly. + * Fixed dummy object(swallow) was invisible case. Changes since Enventor 0.2.0: --------------------------- diff --git a/README b/README index ac6ea7a..2563c5c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.3.1] +[Enventor v0.3.2] This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a diff --git a/configure.ac b/configure.ac index 76946dc..c6c80e3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [3]) -m4_define([v_mic], [1]) +m4_define([v_mic], [2]) #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line dnl m4_undefine([v_rev]) --