release: v1.10.0 beta2

This commit is contained in:
Stefan Schmidt 2014-05-12 14:49:16 +02:00
parent 89b55830ba
commit 966f72f680
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -199,6 +199,10 @@ Fixes:
* emotion: use eina stringshare not strdup
* configure: Only allow wayland + egl with opengl ES (T1202)
* eldbus-codegen no longer passes garbage values to error callbacks
* fix emotion_test signal emit object
* evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd buffer file.
* evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template
* ecore-x - fix setting protocol atoms for icccm for 64bit
Changes since 1.8.0:

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [10], [0], [release])
AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])