diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-09-10 15:30:39 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-09-10 15:30:39 -0300 |
commit | 16aadf578f940ad972c0ca8bc51b0aa7f30a56ef (patch) | |
tree | 6cac9302885012c3a4f8ae1e07f6a76e6edf3dc8 | |
parent | 98b23b664a77d3fc8fafe00bf1c05cf265bd391d (diff) |
1.7.9 Releasev1.7.9
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 16 insertions, 4 deletions
@@ -45,3 +45,7 @@ | |||
45 | 2013-08-02 Eduardo Lima (Etrunko) | 45 | 2013-08-02 Eduardo Lima (Etrunko) |
46 | 46 | ||
47 | * 1.7.8 release | 47 | * 1.7.8 release |
48 | |||
49 | 2013-09-10 Eduardo Lima (Etrunko) | ||
50 | |||
51 | * 1.7.9 release | ||
@@ -1,3 +1,11 @@ | |||
1 | Expedite 1.7.9 | ||
2 | |||
3 | Changes since Expedite 1.7.8: | ||
4 | ----------------------------- | ||
5 | |||
6 | No changes, just updating to keep in sync with last release. | ||
7 | |||
8 | |||
1 | Expedite 1.7.8 | 9 | Expedite 1.7.8 |
2 | 10 | ||
3 | Changes since Expedite 1.7.7: | 11 | Changes since Expedite 1.7.7: |
diff --git a/configure.ac b/configure.ac index 30b2390..7398052 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.8], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.9], [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.8]) | 126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.7.9]) |
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.8) | 133 | PKG_CHECK_MODULES([EINA], eina >= 1.7.9) |
134 | 134 | ||
135 | # Evas | 135 | # Evas |
136 | 136 | ||
137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.8 eet >= 1.7.8) | 137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.9 eet >= 1.7.9) |
138 | 138 | ||
139 | # Xlib | 139 | # Xlib |
140 | 140 | ||