stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b5d48869bce517dd172119b9fc04b6f7fb334ecb

commit b5d48869bce517dd172119b9fc04b6f7fb334ecb
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Mon Feb 9 13:12:51 2015 +0100

    release: Update NEWS and bump version for 1.13.0 release
---
 NEWS         | 19 +++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 2729f3c..6033397 100644
--- a/NEWS
+++ b/NEWS
@@ -229,6 +229,25 @@ Fixes:
    * eina: fix tests suites for Windows to have a predictable result.
    * Edje: edje_edit - abort Recursive Reference in edje_edit_part_source_set
    * ecore-drm: Trap for failure to dup stdin
+   * ecore-wayland: Don't send key repeat events for keys which should not get 
them
+   * eet - fix endianess break added by cedric a year ago in image decoding 
(T1987)
+   * eina: fix valgrind invalid read of size in eina_file_path_sanitize.
+   * ecore-x: Deprecate misspelled screensaver API function
+   * ecore-x: Deprecate old misspelled API function and add new one
+   * ecore-x: Port deprecated API and new API function to xcb
+   * evas: Evas_3D - fix bug with uninit Evas_Mat4 flag.
+   * eldbus: production code inside Eina Safety Check assert.
+   * Ecore_con: fix initialisation clean up and avoid memory leak.
+   * eldbus: fix memory leak.
+   * elua: correct eo inheritance behavior
+   * eina: Eina_Value - use eina_mempool_free to cleanup the memory
+   * evas: Evas_3D - fix when bounding sphere is large, situation with 
incorrect frustum calculation was possible.
+   * eldbus: eina_value not allocated from mempool.
+   * evas: Evas_3D - fix evas_3d_scene_pick when trying to get empty texcoords 
from mesh.
+   * evas: Evas_3D - fix order of transformation while updating bounding 
object.
+   * eina: fix semaphore initialisation
+   * ecore-drm: Fix issue with ecore_drm_output_crtc_Find sending back an 
invalid id. Fix T2086
+   * evas - gl engine - pipe renderer - disabling of unused arrays for lines
 
 
 Changes since 1.11.0:
diff --git a/configure.ac b/configure.ac
index 450b490..c108b1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [13], [0], [release])
-AC_INIT([efl], [efl_version-beta3], 
[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to