diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-10-17 11:44:26 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-10-17 11:44:26 +0200 |
commit | 8e89840193b104d500d068f05f1f2d45fec6d191 (patch) | |
tree | 71fa7ea13ca0319bbe3d959ed1bac0bd621bdeb4 | |
parent | dbcf8102eff8cbd39adb0387ed1f49004ed38558 (diff) |
release: Update NEWS and bump version for 1.18.2 releasev1.18.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.18.1 | 2 | EFL 1.18.2 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.18.1: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * efreet - fix command generation by fixing string buffer expansion | ||
11 | * elm_toolbar: Show icons in icon only mode | ||
12 | * Evas_Common: Fix typo. | ||
13 | * Evas_Device: Use eo_del() in evas_device_del(). | ||
14 | * ecore_evas x - dont set withdrawn to fals on show but wait for wm state (T4699) | ||
15 | * ecore-evas - x fix intial iconified state so terminology -I works | ||
16 | * evas: Fix evas_object_smart_clipped_clipper_get | ||
17 | * epp: fix memory corruption when using #warning and #error | ||
18 | * fix edje_cc segv when compiling bling bling theme | ||
19 | |||
5 | Changes since 1.18.0: | 20 | Changes since 1.18.0: |
6 | --------------------- | 21 | --------------------- |
7 | 22 | ||
diff --git a/configure.ac b/configure.ac index 84b6542..1443522 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [18], [1], [release]) | 1 | EFL_VERSION([1], [18], [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]) |