diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-24 12:02:36 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-24 12:02:36 +0100 |
commit | c0a961610fe876952762327def6a7234e4c38dc5 (patch) | |
tree | f2f913c4400ce510d19e553aba713c7b66147d75 | |
parent | 0645512feabd60d6e775f3b362775278aefbc460 (diff) |
release: Update NEWS and bump version for 1.9.2 releasev1.9.2
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 2 deletions
@@ -1,7 +1,27 @@ | |||
1 | ========= | 1 | ========= |
2 | EFL 1.9.1 | 2 | EFL 1.9.2 |
3 | ========= | 3 | ========= |
4 | 4 | ||
5 | Changes since 1.9.1: | ||
6 | -------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * Evas filters: Fix 1-D blurs on a single buffer | ||
11 | * Evas filters: Fix memory leak when destroying the object | ||
12 | * Ecore x: Add back the two symbols removed in 1.9. | ||
13 | * eet: fix tokenizer's escape logic. | ||
14 | * edje: check font change in edje text part cache infra. | ||
15 | * Evas cserve2: Fix client crashes when a file changed | ||
16 | * Evas gl: Fix clip in image_draw if it's not set | ||
17 | * edje_cc no longer fails on collections.group{} | ||
18 | * edje_cc now correctly handles lack of state int in STATE_SET action | ||
19 | * edje_cc also checks min args correctly for STATE_SET actions | ||
20 | * Evas filters: fix potential memory leak | ||
21 | * edje_cc uses macros for some of its handler setup | ||
22 | * evas/gl - fill up missed blend mode. | ||
23 | |||
24 | |||
5 | Changes since 1.9.0: | 25 | Changes since 1.9.0: |
6 | -------------------- | 26 | -------------------- |
7 | 27 | ||
diff --git a/configure.ac b/configure.ac index e534af5..744e1e6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [9], [1], [release]) | 1 | EFL_VERSION([1], [9], [2], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |