summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2016-09-14 13:11:50 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2016-09-14 13:11:50 +0200
commitbeec7af1a39b9a1f280a83515af53632ba158ef4 (patch)
tree543d6ade52229d6244e58b483d300dd766918870
parentb2462d7701bf22d842522acb50c8a08c0f12055f (diff)
downloadefl-beec7af1a39b9a1f280a83515af53632ba158ef4.tar.gz
release: Update NEWS and bump version for 1.18.1 release
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bd43eafd79..1d57c67d16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
==========
-EFL 1.18.0
+EFL 1.18.1
==========
+Changes since 1.18.0:
+---------------------
+
+Fixes:
+
+ * doc: put shot.sh into dist to allow make doc run from tarball
+ * examples: evas: ensure filter example lua files land in tarball
+ * elm: Install elm test images in the right place
+ * FDO icon theme: correct Inherits value
+ * edje - fix missing vector field frees, copies, handling etc.
+ * FDO icons: correctly list the intl icons in theme description file
+ * Fix elementary build when xkbcommon is in a non standard location (T4413)
+ * ecore_audio: fix distribution of eolian files
+
Changes since 1.17.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 102c90a2d3..84b654247e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [18], [0], [release])
+EFL_VERSION([1], [18], [1], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])