release: Update NEWS and bump version for 1.9.2 release v1.9.2
authorStefan Schmidt <stefan@datenfreihafen.org>
Mon, 24 Mar 2014 11:18:29 +0000 (12:18 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 24 Mar 2014 11:18:29 +0000 (12:18 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 61d7027181d8bdc7224425f3980061f2dec62553..f38212f26cbd4d8f249915581256bc358048f2bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,28 @@
 ================
-Elementary 1.9.1
+Elementary 1.9.2
 ================
 
+Changes since Elementary 1.9.1:
+-------------------------------
+
+Fixes:
+
+   * theme overlays - fix to prepend on overlay to be semantically consistent
+   * entry - fixed calc issue of the wrap none mode.
+   * segment_control, toolbar: Fixed broken scale of widget item.
+   * entry - entry did word wrapping even the mode was ELM_WRAP_NONE.
+   * list/genlist: Fixed Home and End key event handling routine.
+   * diskselector: Compare correct variables. (CID1193236)
+   * atspi_object: Added missing comma. (CID1193238)
+   * index: Set variable to NULL after free. (CID1193250)
+   * access: Fixed memory leak. (CID1193244)
+   * fix scrollbar to be clickable even if vieport is tiny compared to content
+   * naviframe : Fixed the overlap issue during multiple push.
+   * genlist needs to iterate exactly once over a fixed list when deselcting all items
+   * list: Fixed item multi/single selection routine to skip disabled item correctly.
+   * genlist: Fixed item multi/single selection routine to skip disabled item correctly.
+   * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw
+
 Changes since Elementary 1.9.0:
 -------------------------------
 
index d749286557f0dafdec65eaa07266313e81504e9d..5c021d7552a95406c602663d2dc9e72e85ffd174 100644 (file)
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [9], [1], [release])
+EFL_VERSION([1], [9], [2], [release])
 AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.60)