diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-04-01 16:34:26 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-04-01 16:34:26 +0200 |
commit | 99abdc5ca42df8dbc22f0ae17a3057e0a95e61d5 (patch) | |
tree | 6ea479e20d953d253e65d46b7eb177e9029c35f2 | |
parent | a22e1a2b9f29e9101a54e3efbf287d1cae5f948a (diff) |
release: Update NEWS and bump version for 1.13.2 releasev1.13.2
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 2 deletions
@@ -1,7 +1,21 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.13.1 | 2 | EFL 1.13.2 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.13.1: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * ecore-wl fullscreen state is based on either window type or attribute | ||
11 | * ecore/ecore_audio: fix timer control logically wrong. | ||
12 | * Evas GL: Fix list of extensions with GLESv1 | ||
13 | * evas/clip: If the clipper is image or has color, clipped area should be redrawn. | ||
14 | * eina: safety check for NULL pointer | ||
15 | * evas: prevent crash. | ||
16 | * evil: fix access to a file mapping object | ||
17 | * ecore_idler: + null check. | ||
18 | |||
5 | Changes since 1.13.0: | 19 | Changes since 1.13.0: |
6 | --------------------- | 20 | --------------------- |
7 | 21 | ||
diff --git a/configure.ac b/configure.ac index 395cf46..96ab00a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [13], [1], [release]) | 1 | EFL_VERSION([1], [13], [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]) |