diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-09-10 11:14:23 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-09-10 11:14:23 +0200 |
commit | f317298fc2d0fbb4c156a7d1b7caebc8d4aecb23 (patch) | |
tree | c43c917307abf370f31649f67e5d1ebcb83a6217 | |
parent | 6a373caca071e66ff3258b4932a34bc4cddcd115 (diff) |
release: Update NEWS and bump version for 1.11.2 releasev1.11.2
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 2 deletions
@@ -1,7 +1,20 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.11.1 | 2 | EFL 1.11.2 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.11.1: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * shutup ecore-x vsync stupid log domain failures | ||
11 | * emotion - fix calling pos update cb for gst1 module in frame new | ||
12 | * emotion - audio volume - leave as-is on file open/init | ||
13 | * edje_cc now throws an error during link combination when the current part has no name | ||
14 | * evas: fix build on armv7l. (T1620) | ||
15 | * edje embryo stop_program() should stop pending actions | ||
16 | * evas: let's freeze the canvas, shall we ? | ||
17 | |||
5 | Changes since 1.11.0: | 18 | Changes since 1.11.0: |
6 | --------------------- | 19 | --------------------- |
7 | 20 | ||
diff --git a/configure.ac b/configure.ac index 1f7b96b..b616f8b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [11], [1], [release]) | 1 | EFL_VERSION([1], [11], [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]) |