diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-12-11 10:37:04 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-12-11 10:37:04 +0100 |
commit | 864390c04d6f0ae81705c302386308da1479f619 (patch) | |
tree | 3424ca65f4dd4f97f0857b872f8ccb1c5bad9396 | |
parent | 3670316e1572eee3dccf5be29e839d3a8cb7322e (diff) |
release: Update NEWS and bump version for 1.12.2 releasev1.12.2
-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.12.1 | 2 | EFL 1.12.2 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.12.1: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * textblock: correct text position for RTL text with margins | ||
11 | * evas/map: correct last 1 pixel handling in spans. | ||
12 | * Evas textblock: Fix possibly null dereference. | ||
13 | * ecore con: Fix GnuTLS build error. | ||
14 | * ecore/animator: fix the bezier cubic compuation. | ||
15 | * ecore-evas-wayland: Fix issue with ELM_PROFILE=mobile and windows not showing up correctly. | ||
16 | * eeze_scanner needs to hash on the address of the pointer and not use direct_add() (T1612) | ||
17 | * Evas GL: Add preventive padding after Evas_GL_API | ||
18 | * ecore/animator: fix the wrong computation of bezier cubic. | ||
19 | |||
5 | Changes since 1.12.0: | 20 | Changes since 1.12.0: |
6 | --------------------- | 21 | --------------------- |
7 | 22 | ||
diff --git a/configure.ac b/configure.ac index 779763a..7d45b59 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [12], [1], [release]) | 1 | EFL_VERSION([1], [12], [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]) |