diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-12-24 10:22:10 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-12-24 10:22:10 +0900 |
commit | 54785a02c46c6bd975bffa74165d08633d1ea260 (patch) | |
tree | e4005d0aa1358ccb9c85cab8b94b266ed27d9de4 | |
parent | fa8a09774798033aab534e3c26628cea491347bf (diff) |
release: Update NEWS and bump version for 1.16.1 releasev1.16.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -133,6 +133,11 @@ Fixes: | |||
133 | * elm_segment_control: fix invalid parameter | 133 | * elm_segment_control: fix invalid parameter |
134 | * atspi: add missing SELECTED changed signals | 134 | * atspi: add missing SELECTED changed signals |
135 | * win : Prohibiting auto-rendering, until elm_win is shown. | 135 | * win : Prohibiting auto-rendering, until elm_win is shown. |
136 | * win: only perform maximize frame state updating during ecore-evas callback | ||
137 | * notify: fix broken timeout feature in elm_notify (T2853) | ||
138 | * notify: fix hide animation | ||
139 | * comp base: allow mouse events to propagate through comp base -> wallpaper | ||
140 | * Entry: add markup cnp handlers | ||
136 | 141 | ||
137 | Changes since 1.14.0: | 142 | Changes since 1.14.0: |
138 | --------------------- | 143 | --------------------- |
diff --git a/configure.ac b/configure.ac index a8e294c2b..e3f286730 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [16], [0], [release]) | 1 | EFL_VERSION([1], [16], [1], [release]) |
2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |