diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-05-15 10:50:49 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-05-15 10:50:49 +0200 |
commit | 2161286ef15be2ecbb0b675b861f78dab7a16516 (patch) | |
tree | 9ebd4cb9eb6527d74cf6c1fe4d722fa65e1728e8 | |
parent | e070ce60aa9a71a8f8677b921594017ba7e33ab3 (diff) |
release: Update NEWS and bump version for 1.9.4 releasev1.9.4
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 2 deletions
@@ -1,7 +1,22 @@ | |||
1 | ================ | 1 | ================ |
2 | Elementary 1.9.3 | 2 | Elementary 1.9.4 |
3 | ================ | 3 | ================ |
4 | 4 | ||
5 | Changes since Elementary 1.9.3: | ||
6 | ------------------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * spinner: fixed odd behavior of the spinner | ||
11 | * ctxpopup: sd->box null check and event_flag set for previous and next focus move. | ||
12 | * tooltips position more accurately in X in xinerama | ||
13 | * entry no longer completely breaks focus by focusing itself on selection signal | ||
14 | * toolbar: Fixed wrong edje api usage for elm objects. | ||
15 | * genlist: Removed unnecessary item show call on multi select. | ||
16 | * ctxpopup bg theme should block all mouse events, not just left button | ||
17 | * ctxpopup should not blindly show arrows when they are not wanted by the theme | ||
18 | |||
19 | |||
5 | Changes since Elementary 1.9.2: | 20 | Changes since Elementary 1.9.2: |
6 | ------------------------------- | 21 | ------------------------------- |
7 | 22 | ||
diff --git a/configure.ac b/configure.ac index ce534c8df..59d59fb81 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [9], [3], [release]) | 1 | EFL_VERSION([1], [9], [4], [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) |