diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ | |||
1 | ================ | 1 | ================ |
2 | Elementary 1.9.2 | 2 | Elementary 1.9.3 |
3 | ================ | 3 | ================ |
4 | 4 | ||
5 | Changes since Elementary 1.9.2: | ||
6 | ------------------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * elm win - fix tracking of current position to properly store it in win obj | ||
11 | * spinner: crash issue on deletion fix | ||
12 | * fix left over soft cursors in elm (T893) | ||
13 | |||
5 | Changes since Elementary 1.9.1: | 14 | Changes since Elementary 1.9.1: |
6 | ------------------------------- | 15 | ------------------------------- |
7 | 16 | ||
diff --git a/configure.ac b/configure.ac index 5c021d755..ce534c8df 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [9], [2], [release]) | 1 | EFL_VERSION([1], [9], [3], [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) |