Compare commits

...

15 Commits

Author SHA1 Message Date
Eduardo Lima (Etrunko) b5558f8b29 1.7.10 Release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-12-04 16:18:39 -02:00
Eduardo Lima (Etrunko) 16aadf578f 1.7.9 Release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-09-10 15:30:39 -03:00
Eduardo Lima (Etrunko) 98b23b664a 1.7.8 release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-08-01 18:32:08 -03:00
Rafael Antognolli a5c3c82e53 Bump stable efl to 1.7.7. 2013-05-11 15:58:25 -03:00
Rafael Antognolli bd65e4b415 Fix NEWS for 1.7.7 release. 2013-05-11 15:25:16 -03:00
Rafael Antognolli 9793db1375 Update changelog for 1.7.6 release. 2013-04-04 17:50:55 -03:00
Rafael Antognolli a4cef966e1 Bump stable efl to 1.7.6. 2013-04-04 17:02:01 -03:00
Luis Felipe Strano Moraes 1fc2bc49c3 Bumping stable efl to 1.7.5.
SVN revision: 82180
2013-01-04 14:54:07 +00:00
Luis Felipe Strano Moraes 545dc7f200 Updating README files for 1.7.4 release and including missing city.h headers for eina tests
SVN revision: 81544
2012-12-21 12:52:22 +00:00
Luis Felipe Strano Moraes 4e2a85eeb1 EFL 1.7.4 release.
SVN revision: 81543
2012-12-21 12:19:03 +00:00
Luis Felipe Strano Moraes 04e0658749 New stable release: 1.7.3
SVN revision: 80477
2012-12-07 17:47:46 +00:00
Luis Felipe Strano Moraes 59c825def7 Updating configure.ac according to last stable release.
SVN revision: 79755
2012-11-27 18:29:20 +00:00
Luis Felipe Strano Moraes 1e96d87971 EFL 1.7.2 release.
SVN revision: 79552
2012-11-23 00:13:22 +00:00
Cedric BAIL f616302b6a ef: 1.7.1 release.
SVN revision: 78286
2012-10-20 14:28:35 +00:00
Vincent Torri 32e63261ba Update ChangeLog in branches (missing the 1.7 release)
SVN revision: 76333
2012-09-08 07:13:01 +00:00
4 changed files with 115 additions and 7 deletions

View File

@ -1,4 +1,4 @@
2011-12-02 Carsten Haitzler (The Rasterman)
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release
@ -9,3 +9,47 @@
2012-05-02 Cedric Bail
* Do not allocate more than once Evas_Map.
2012-08-30 Carsten Haitzler (The Rasterman)
1.7.0 release
2012-10-20 Cedric Bail
1.7.1 release
2012-11-23 Luis Felipe Strano Moraes
1.7.2 release
2012-12-07 Luis Felipe Strano Moraes
* 1.7.3 release
2012-12-21 Luis Felipe Strano Moraes
* 1.7.4 release
2013-01-04 Luis Felipe Strano Moraes
* 1.7.5 release
2013-04-04 Rafael Antognolli
* 1.7.6 release
2013-05-11 Rafael Antognolli
* 1.7.7 release
2013-08-02 Eduardo Lima (Etrunko)
* 1.7.8 release
2013-09-10 Eduardo Lima (Etrunko)
* 1.7.9 release
2013-12-05 Eduardo Lima (Etrunko)
* 1.7.10 release

66
NEWS
View File

@ -1,4 +1,68 @@
Expedite 1.7.0
Expedite 1.7.9
Changes since Expedite 1.7.8:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.8
Changes since Expedite 1.7.7:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.7
Changes since Expedite 1.7.6:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.6
Changes since Expedite 1.7.5:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.5
Changes since Expedite 1.7.4:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.4
Changes since Expedite 1.7.3:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.3
Changes since Expedite 1.7.2:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.2
Changes since Expedite 1.7.1:
-----------------------------
No changes, just updating to keep in sync with last release.
Expedite 1.7.1
Changes since Expedite 1.2.0:
-----------------------------

2
README
View File

@ -1,4 +1,4 @@
Expedite 1.7.0
Expedite 1.7.4
******************************************************************************

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([expedite], [1.7.0], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([expedite], [1.7.10], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
@ -123,18 +123,18 @@ LT_PROG_RC
case "$host_os" in
mingw32*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99])
PKG_CHECK_MODULES([EVIL], [evil >= 1.7.10])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
;;
esac
# Eina
PKG_CHECK_MODULES([EINA], eina >= 1.6.99)
PKG_CHECK_MODULES([EINA], eina >= 1.7.10)
# Evas
PKG_CHECK_MODULES([EVAS], evas >= 1.6.99 eet >= 1.6.99)
PKG_CHECK_MODULES([EVAS], evas >= 1.7.10 eet >= 1.7.10)
# Xlib