diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-11-24 13:02:32 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-11-24 13:02:32 +0100 |
commit | dd3582298569fe344ed290d8de8d8b430c8577b6 (patch) | |
tree | b33cc4cf2bdfb0984cdabcc98b833a054a222f4e | |
parent | 848545818d1273b980d6a5ea038cdc1890e6b609 (diff) |
release: Update NEWS and bump version for 1.18.3 releasev1.18.3
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 2 deletions
@@ -1,7 +1,19 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.18.2 | 2 | EFL 1.18.3 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.18.2: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * eocre animator - the anim thread is polled on shutdown use volatile | ||
11 | * ecore anim - actually fix by checking fd not thread handle | ||
12 | * ecore_cocoa: fix handling of some keys | ||
13 | * ecore audio - fix hang in wayland due to pulse audio connecting to x | ||
14 | * emotion gst1 module - disable subtitles by default as that should be (T4795) | ||
15 | * wl_drm and eayland_egl buffer age fix for gl when age changes | ||
16 | |||
5 | Changes since 1.18.1: | 17 | Changes since 1.18.1: |
6 | --------------------- | 18 | --------------------- |
7 | 19 | ||
diff --git a/configure.ac b/configure.ac index 1443522..fc70ad4 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [18], [2], [release]) | 1 | EFL_VERSION([1], [18], [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]) |