diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-07-29 14:31:36 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-08-01 18:32:08 -0300 |
commit | 98b23b664a77d3fc8fafe00bf1c05cf265bd391d (patch) | |
tree | 00daa44646a58d12706ec5edb4dfc08561fc1a41 | |
parent | a5c3c82e53d621ed0164c014608efeb500c4232c (diff) |
1.7.8 releasev1.7.8
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 39 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | 2011-12-02 Carsten Haitzler (The Rasterman) | 1 | 2011-12-02 Carsten Haitzler (The Rasterman) |
2 | 2 | ||
3 | 1.1.0 release | 3 | 1.1.0 release |
4 | 4 | ||
@@ -34,8 +34,14 @@ | |||
34 | 34 | ||
35 | * 1.7.5 release | 35 | * 1.7.5 release |
36 | 36 | ||
37 | |||
38 | |||
39 | 2013-04-04 Rafael Antognolli | 37 | 2013-04-04 Rafael Antognolli |
40 | 38 | ||
41 | * 1.7.6 release | 39 | * 1.7.6 release |
40 | |||
41 | 2013-05-11 Rafael Antognolli | ||
42 | |||
43 | * 1.7.7 release | ||
44 | |||
45 | 2013-08-02 Eduardo Lima (Etrunko) | ||
46 | |||
47 | * 1.7.8 release | ||
@@ -1,3 +1,11 @@ | |||
1 | Expedite 1.7.8 | ||
2 | |||
3 | Changes since Expedite 1.7.7: | ||
4 | ----------------------------- | ||
5 | |||
6 | No changes, just updating to keep in sync with last release. | ||
7 | |||
8 | |||
1 | Expedite 1.7.7 | 9 | Expedite 1.7.7 |
2 | 10 | ||
3 | Changes since Expedite 1.7.6: | 11 | Changes since Expedite 1.7.6: |
@@ -5,31 +13,49 @@ Changes since Expedite 1.7.6: | |||
5 | 13 | ||
6 | No changes, just updating to keep in sync with last release. | 14 | No changes, just updating to keep in sync with last release. |
7 | 15 | ||
16 | |||
17 | Expedite 1.7.6 | ||
18 | |||
8 | Changes since Expedite 1.7.5: | 19 | Changes since Expedite 1.7.5: |
9 | ----------------------------- | 20 | ----------------------------- |
10 | 21 | ||
11 | No changes, just updating to keep in sync with last release. | 22 | No changes, just updating to keep in sync with last release. |
12 | 23 | ||
24 | |||
25 | Expedite 1.7.5 | ||
26 | |||
13 | Changes since Expedite 1.7.4: | 27 | Changes since Expedite 1.7.4: |
14 | ----------------------------- | 28 | ----------------------------- |
15 | 29 | ||
16 | No changes, just updating to keep in sync with last release. | 30 | No changes, just updating to keep in sync with last release. |
17 | 31 | ||
32 | |||
33 | Expedite 1.7.4 | ||
34 | |||
18 | Changes since Expedite 1.7.3: | 35 | Changes since Expedite 1.7.3: |
19 | ----------------------------- | 36 | ----------------------------- |
20 | 37 | ||
21 | No changes, just updating to keep in sync with last release. | 38 | No changes, just updating to keep in sync with last release. |
22 | 39 | ||
40 | |||
41 | Expedite 1.7.3 | ||
42 | |||
23 | Changes since Expedite 1.7.2: | 43 | Changes since Expedite 1.7.2: |
24 | ----------------------------- | 44 | ----------------------------- |
25 | 45 | ||
26 | No changes, just updating to keep in sync with last release. | 46 | No changes, just updating to keep in sync with last release. |
27 | 47 | ||
48 | |||
49 | Expedite 1.7.2 | ||
50 | |||
28 | Changes since Expedite 1.7.1: | 51 | Changes since Expedite 1.7.1: |
29 | ----------------------------- | 52 | ----------------------------- |
30 | 53 | ||
31 | No changes, just updating to keep in sync with last release. | 54 | No changes, just updating to keep in sync with last release. |
32 | 55 | ||
56 | |||
57 | Expedite 1.7.1 | ||
58 | |||
33 | Changes since Expedite 1.2.0: | 59 | Changes since Expedite 1.2.0: |
34 | ----------------------------- | 60 | ----------------------------- |
35 | 61 | ||
diff --git a/configure.ac b/configure.ac index 2e1ff1f..30b2390 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([expedite], [1.7.7], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.8], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.52]) | 7 | AC_PREREQ([2.52]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_HEADERS([config.h]) | 9 | AC_CONFIG_HEADERS([config.h]) |
@@ -123,18 +123,18 @@ LT_PROG_RC | |||
123 | 123 | ||
124 | case "$host_os" in | 124 | case "$host_os" in |
125 | mingw32*) | 125 | mingw32*) |
126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.7.7]) | 126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.7.8]) |
127 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) | 127 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) |
128 | ;; | 128 | ;; |
129 | esac | 129 | esac |
130 | 130 | ||
131 | # Eina | 131 | # Eina |
132 | 132 | ||
133 | PKG_CHECK_MODULES([EINA], eina >= 1.7.7) | 133 | PKG_CHECK_MODULES([EINA], eina >= 1.7.8) |
134 | 134 | ||
135 | # Evas | 135 | # Evas |
136 | 136 | ||
137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.7 eet >= 1.7.7) | 137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.8 eet >= 1.7.8) |
138 | 138 | ||
139 | # Xlib | 139 | # Xlib |
140 | 140 | ||