release: Update NEWS and bump version for 1.8.3 release sandbox/pcoval/upstream v1.8.3
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 7 Jan 2014 14:01:39 +0000 (15:01 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 8 Jan 2014 12:17:25 +0000 (13:17 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9a0fda15ea06c7cd3d965023ad281a00b4cec01f..7c2a8736f41ecd73390cd00dae52c2195c5ef529 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,30 @@
 ================
-Elementary 1.8.2
+Elementary 1.8.3
 ================
 
+Changes since Elementary 1.8.2:
+-------------------------------
+
+Additions:
+
+Improvements:
+
+Fixes:
+   * gengrid, genlist: Fallback into default item style if the required item
+     style does not exist.
+   * elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE
+   * elm_test: use EINA_TRUE or FALSE instead of 1 or 0
+   * Widget: Don't check if it's the correct class everywhere.
+   * Updating serbian translation
+   * elm theme - fix toggle color to hide invisible orange rect
+   * entry: fix build warning about explicit braces to avoid ambiguous 'else'
+   * More NULL checks in many widgets
+   * elm_thumb: Delete ethumb object on smart_del in order to prevent the
+     ethumb from being left as an artifact after the elm_thumb has been deleted.
+   * update e startup splash version to 18
+
+Removals:
+
 Changes since Elementary 1.8.1:
 -------------------------------
 
index b7f6f42d1da57460130ba72a461c685e7d21612c..dc432f0ca8c01dbf20189c8a3f75e0bd8d08b96f 100644 (file)
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [8])
-m4_define([v_mic], [2])
+m4_define([v_mic], [3])
 dnl m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))
 ##--   When released, remove the dnl on the below line
 dnl m4_undefine([v_rev])