diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-07-23 12:02:52 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-07-23 12:02:52 +0200 |
commit | 556082d2e2a6a466c92482f77e41ee29fa9fac9d (patch) | |
tree | 90f60c180ded6a242f2407139163600ccbd21dc7 | |
parent | 6108aa942cb933478fb1c72ab05d012fb9375276 (diff) |
release: Update NEWS and bump version for 1.18.0-alpha2 releasev1.18.0-alpha2
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1112,6 +1112,18 @@ Fixes: | |||
1112 | * elementary: Fix issue of toggling border state causing visual jumps (T4092) | 1112 | * elementary: Fix issue of toggling border state causing visual jumps (T4092) |
1113 | * elocation: properly generate pkgconfig file. (T4120) | 1113 | * elocation: properly generate pkgconfig file. (T4120) |
1114 | * ecore_con: fix lookup of libcurl on OpenBSD. (T4130) | 1114 | * ecore_con: fix lookup of libcurl on OpenBSD. (T4130) |
1115 | * eina rbtree iterator - fix leak found while debugging other problems | ||
1116 | * evas - on shutdown avoid potential invalid memory access (T4103) | ||
1117 | * edje_pick: copy dependent group | ||
1118 | * elm flip - make it not crash and interactive mode work again | ||
1119 | * edje_pick: reset alias flag for copied group | ||
1120 | * evas: Fix missing breaks in switch (CID1347414, CID1347413) | ||
1121 | * edje: Fix unchecked return value (CID1349867) | ||
1122 | * eldbus: Check return value and error out if necessary (CID1355233) | ||
1123 | * elementary: Remove logically dead code (CID1355585) | ||
1124 | * elementary: Remove logically dead code (CID1356617) | ||
1125 | * eina: Fix null pointer derefernce (CID1356625) | ||
1126 | * elementary: Remove logically dead code (CID1357392) | ||
1115 | 1127 | ||
1116 | Changes since 1.16.0: | 1128 | Changes since 1.16.0: |
1117 | --------------------- | 1129 | --------------------- |
diff --git a/configure.ac b/configure.ac index d6d3af8..bf41481 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [18], [0], [release]) | 1 | EFL_VERSION([1], [18], [0], [release]) |
2 | AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-alpha2], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |