diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-04-14 11:44:39 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-04-14 11:44:39 +0200 |
commit | 753817b28346fb398d62e8b6ee19cfff2ce35aa7 (patch) | |
tree | 63680c698af746375e74143daf8e89dcdf70c0f7 | |
parent | 385176976ac85aaa55fa808e13eeb38dcad1b21f (diff) |
release: Update NEWS and bump version for 1.9.3 releasev1.9.3
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 2 deletions
@@ -1,7 +1,22 @@ | |||
1 | ========= | 1 | ========= |
2 | EFL 1.9.2 | 2 | EFL 1.9.3 |
3 | ========= | 3 | ========= |
4 | 4 | ||
5 | Changes since 1.9.2: | ||
6 | -------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * build: Disallow non-working sdl + opengl ES combination (T856) | ||
11 | * evas/proxy - redraw proxy source properly. | ||
12 | * edje_cc: Fix the crash when compiled wrong edc file containing empty part | ||
13 | * evas - fix incorrect object reset. | ||
14 | * ecore-evas - fix object cursor to not delete the same cursor when set | ||
15 | * Evas cserve2: Fix crash in elm_test GLView | ||
16 | * ecore-con - deal with internal buffer growing over 2g in size | ||
17 | * fix swap buffers with damage to not detect if ext str is not there | ||
18 | |||
19 | |||
5 | Changes since 1.9.1: | 20 | Changes since 1.9.1: |
6 | -------------------- | 21 | -------------------- |
7 | 22 | ||
diff --git a/configure.ac b/configure.ac index 5f42a6a..eb16920 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [9], [2], [release]) | 1 | EFL_VERSION([1], [9], [3], [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]) |