diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-24 12:18:29 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-24 12:18:29 +0100 |
commit | cd38a6a2c6da710f7799321fc8e4d4a708cd397d (patch) | |
tree | 39dbf91656b32eb32f43e48621cab4bf0ed3fa9b | |
parent | 24fbfd14793bbf14ca61a092e2bbf1420de73429 (diff) |
release: Update NEWS and bump version for 1.9.2 releasev1.9.2
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 2 deletions
@@ -1,7 +1,28 @@ | |||
1 | ================ | 1 | ================ |
2 | Elementary 1.9.1 | 2 | Elementary 1.9.2 |
3 | ================ | 3 | ================ |
4 | 4 | ||
5 | Changes since Elementary 1.9.1: | ||
6 | ------------------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * theme overlays - fix to prepend on overlay to be semantically consistent | ||
11 | * entry - fixed calc issue of the wrap none mode. | ||
12 | * segment_control, toolbar: Fixed broken scale of widget item. | ||
13 | * entry - entry did word wrapping even the mode was ELM_WRAP_NONE. | ||
14 | * list/genlist: Fixed Home and End key event handling routine. | ||
15 | * diskselector: Compare correct variables. (CID1193236) | ||
16 | * atspi_object: Added missing comma. (CID1193238) | ||
17 | * index: Set variable to NULL after free. (CID1193250) | ||
18 | * access: Fixed memory leak. (CID1193244) | ||
19 | * fix scrollbar to be clickable even if vieport is tiny compared to content | ||
20 | * naviframe : Fixed the overlap issue during multiple push. | ||
21 | * genlist needs to iterate exactly once over a fixed list when deselcting all items | ||
22 | * list: Fixed item multi/single selection routine to skip disabled item correctly. | ||
23 | * genlist: Fixed item multi/single selection routine to skip disabled item correctly. | ||
24 | * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw | ||
25 | |||
5 | Changes since Elementary 1.9.0: | 26 | Changes since Elementary 1.9.0: |
6 | ------------------------------- | 27 | ------------------------------- |
7 | 28 | ||
diff --git a/configure.ac b/configure.ac index d74928655..5c021d755 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [9], [1], [release]) | 1 | EFL_VERSION([1], [9], [2], [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.60) | 4 | AC_PREREQ(2.60) |