and all the README ?

On Fri, Dec 21, 2012 at 1:19 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> EFL 1.7.4 release.
>
>
>
> Author:       lfelipe
> Date:         2012-12-21 04:19:03 -0800 (Fri, 21 Dec 2012)
> New Revision: 81543
> Trac:         http://trac.enlightenment.org/e/changeset/81543
>
> Modified:
>   branches/e_dbus-1.7/ChangeLog branches/e_dbus-1.7/NEWS 
> branches/e_dbus-1.7/configure.ac branches/ecore-1.7/ChangeLog 
> branches/ecore-1.7/configure.ac branches/edje-1.7/ChangeLog 
> branches/edje-1.7/NEWS branches/edje-1.7/configure.ac 
> branches/eet-1.7/ChangeLog branches/eet-1.7/configure.ac 
> branches/eeze-1.7/ChangeLog branches/eeze-1.7/NEWS 
> branches/eeze-1.7/configure.ac branches/efreet-1.7/ChangeLog 
> branches/efreet-1.7/NEWS branches/efreet-1.7/configure.ac 
> branches/eina-1.7/ChangeLog branches/eina-1.7/NEWS 
> branches/eina-1.7/configure.ac branches/eio-1.7/ChangeLog 
> branches/eio-1.7/NEWS branches/eio-1.7/configure.ac 
> branches/elementary-1.7/ChangeLog branches/elementary-1.7/configure.ac 
> branches/embryo-1.7/ChangeLog branches/embryo-1.7/NEWS 
> branches/embryo-1.7/configure.ac branches/emotion-1.7/ChangeLog 
> branches/emotion-1.7/NEWS branches/emotion-1.7/configure.ac 
> branches/ethumb-1.7/ChangeLog branches/ethumb-1.7/NEWS 
> branches/ethumb-1.7/configure.ac branches/evas-1.7/ChangeLog 
> branches/evas-1.7/configure.ac branches/evas_generic_loaders-1.7/ChangeLog 
> branches/evas_generic_loaders-1.7/NEWS 
> branches/evas_generic_loaders-1.7/configure.ac 
> branches/expedite-1.7/ChangeLog branches/expedite-1.7/NEWS 
> branches/expedite-1.7/configure.ac
>
> Modified: branches/e_dbus-1.7/ChangeLog
> ===================================================================
> --- branches/e_dbus-1.7/ChangeLog       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/e_dbus-1.7/ChangeLog       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -96,3 +96,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/e_dbus-1.7/NEWS
> ===================================================================
> --- branches/e_dbus-1.7/NEWS    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/e_dbus-1.7/NEWS    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,11 @@
> -E_dbus 1.7.3
> +E_dbus 1.7.4
>
> +Changes since E_dbus 1.7.3:
> +---------------------------
> +
> +   * Add XML output to doc
> +   * Add installation rule for doc
> +
>  Changes since E_dbus 1.7.2:
>  ---------------------------
>
>
> Modified: branches/e_dbus-1.7/configure.ac
> ===================================================================
> --- branches/e_dbus-1.7/configure.ac    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/e_dbus-1.7/configure.ac    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/ecore-1.7/ChangeLog
> ===================================================================
> --- branches/ecore-1.7/ChangeLog        2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/ecore-1.7/ChangeLog        2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1024,7 +1024,7 @@
>         * Add XML output to doc
>         * Add installation rule for doc
>
> -2012-12-19 Luis Felip Strano Moraes
> +2012-12-19 Luis Felipe Strano Moraes
>
>         * Backport 81304 which fixes memory errors on ecore_evas_extn
>
> @@ -1037,3 +1037,8 @@
>          * Fixed 24bpp ximage convert back from 24bpp to 32bpp in
>          ecore-x. Only shows itself in qemu/kvm.
>
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/ecore-1.7/configure.ac
> ===================================================================
> --- branches/ecore-1.7/configure.ac     2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/ecore-1.7/configure.ac     2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n' | sed 's/Unversioneddirectory/0/' | tr -d '\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/edje-1.7/ChangeLog
> ===================================================================
> --- branches/edje-1.7/ChangeLog 2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/edje-1.7/ChangeLog 2012-12-21 12:19:03 UTC (rev 81543)
> @@ -621,7 +621,7 @@
>
>  2012-12-05  Tae-Hwan Kim (Bluezery)
>
> -        * Fix inheriting gorups with programs that have after programs where
> +        * Fix inheriting groups with programs that have after programs where
>          after programs are duplicated in the list.
>
>  2012-12-13  Doug Newgard
> @@ -644,5 +644,10 @@
>  2012-12-20  Tom Hacohen (TAsn)
>
>         * Backport from 78587 in trunk.
> -      Edje entry: Fix update of cursor with IMF and user_insert.
> -      Was missing, now cursor updates like it should.
> +       Edje entry: Fix update of cursor with IMF and user_insert.
> +       Was missing, now cursor updates like it should.
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/edje-1.7/NEWS
> ===================================================================
> --- branches/edje-1.7/NEWS      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/edje-1.7/NEWS      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -6,6 +6,8 @@
>  Fixes:
>      * Lua 5.2 support added, still works fine with 5.1.
>      * Before cursor is moved by mouse_down, imf_context_reset should be 
> called with current cursor position.
> +    * Backport from 78587 in trunk.
> +    * Fix inheriting groups with programs that have after programs where 
> after programs are duplicated in the list.
>
>  Edje 1.7.3
>
>
> Modified: branches/edje-1.7/configure.ac
> ===================================================================
> --- branches/edje-1.7/configure.ac      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/edje-1.7/configure.ac      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/eet-1.7/ChangeLog
> ===================================================================
> --- branches/eet-1.7/ChangeLog  2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eet-1.7/ChangeLog  2012-12-21 12:19:03 UTC (rev 81543)
> @@ -660,3 +660,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/eet-1.7/configure.ac
> ===================================================================
> --- branches/eet-1.7/configure.ac       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eet-1.7/configure.ac       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/eeze-1.7/ChangeLog
> ===================================================================
> --- branches/eeze-1.7/ChangeLog 2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eeze-1.7/ChangeLog 2012-12-21 12:19:03 UTC (rev 81543)
> @@ -139,3 +139,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/eeze-1.7/NEWS
> ===================================================================
> --- branches/eeze-1.7/NEWS      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eeze-1.7/NEWS      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,12 @@
> -Eeze 1.7.3
> +Eeze 1.7.4
>
> +Changes since Eeze 1.7.3:
> +-------------------------
> +
> +   * Add XML output to doc
> +   * Add installation rule for doc
> +
> +
>  Changes since Eeze 1.7.2:
>  -------------------------
>
>
> Modified: branches/eeze-1.7/configure.ac
> ===================================================================
> --- branches/eeze-1.7/configure.ac      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eeze-1.7/configure.ac      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/efreet-1.7/ChangeLog
> ===================================================================
> --- branches/efreet-1.7/ChangeLog       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/efreet-1.7/ChangeLog       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -172,3 +172,8 @@
>  2012-12-19 Mike Blumenkrantz
>
>          * Add O_CLOEXEC to opened fds
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/efreet-1.7/NEWS
> ===================================================================
> --- branches/efreet-1.7/NEWS    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/efreet-1.7/NEWS    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -5,6 +5,9 @@
>
>  Fixes:
>          * Add O_CLOEXEC to opened fds
> +        * Add XML output to doc
> +        * Add installation rule for doc
> +        * Fix build on Windows platforms.
>
>
>  Efreet 1.7.3
>
> Modified: branches/efreet-1.7/configure.ac
> ===================================================================
> --- branches/efreet-1.7/configure.ac    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/efreet-1.7/configure.ac    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/eina-1.7/ChangeLog
> ===================================================================
> --- branches/eina-1.7/ChangeLog 2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eina-1.7/ChangeLog 2012-12-21 12:19:03 UTC (rev 81543)
> @@ -385,3 +385,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/eina-1.7/NEWS
> ===================================================================
> --- branches/eina-1.7/NEWS      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eina-1.7/NEWS      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -3,6 +3,9 @@
>  Changes since Eina 1.7.3:
>
>      * Fix EINA_INLIST_FOREACH_SAFE macro
> +    * Add XML output to doc
> +    * Add installation rule for doc
> +    * Fix build for Windows platforms.
>
>  Changes since Eina 1.7.2:
>  -------------------------
>
> Modified: branches/eina-1.7/configure.ac
> ===================================================================
> --- branches/eina-1.7/configure.ac      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eina-1.7/configure.ac      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/eio-1.7/ChangeLog
> ===================================================================
> --- branches/eio-1.7/ChangeLog  2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eio-1.7/ChangeLog  2012-12-21 12:19:03 UTC (rev 81543)
> @@ -87,3 +87,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/eio-1.7/NEWS
> ===================================================================
> --- branches/eio-1.7/NEWS       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eio-1.7/NEWS       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -6,7 +6,10 @@
>  Fixes:
>          - Fixed crash in eio_monitor_del.
>         - Properly destroy fd on exec.
> +        - Add XML output to doc
> +        - Add installation rule for doc
>
> +
>  Eio 1.7.3
>
>  Changes since Eio 1.7.2:
>
> Modified: branches/eio-1.7/configure.ac
> ===================================================================
> --- branches/eio-1.7/configure.ac       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/eio-1.7/configure.ac       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/elementary-1.7/ChangeLog
> ===================================================================
> --- branches/elementary-1.7/ChangeLog   2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/elementary-1.7/ChangeLog   2012-12-21 12:19:03 UTC (rev 81543)
> @@ -666,3 +666,8 @@
>  2012-12-21  Jihoon Kim
>
>         * Fix memory leak in _item_tag_remove of elm_entry.
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/elementary-1.7/configure.ac
> ===================================================================
> --- branches/elementary-1.7/configure.ac        2012-12-21 12:04:10 UTC (rev 
> 81542)
> +++ branches/elementary-1.7/configure.ac        2012-12-21 12:19:03 UTC (rev 
> 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/embryo-1.7/ChangeLog
> ===================================================================
> --- branches/embryo-1.7/ChangeLog       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/embryo-1.7/ChangeLog       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -65,3 +65,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/embryo-1.7/NEWS
> ===================================================================
> --- branches/embryo-1.7/NEWS    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/embryo-1.7/NEWS    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,12 @@
> -Embryo 1.7.3
> +Embryo 1.7.4
>
> +Changes since Embryo 1.7.3:
> +---------------------------
> +
> +Fixes:
> +   * Add XML output to doc
> +   * Add installation rule for doc
> +
>  Changes since Embryo 1.7.2:
>  ---------------------------
>
>
> Modified: branches/embryo-1.7/configure.ac
> ===================================================================
> --- branches/embryo-1.7/configure.ac    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/embryo-1.7/configure.ac    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/emotion-1.7/ChangeLog
> ===================================================================
> --- branches/emotion-1.7/ChangeLog      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/emotion-1.7/ChangeLog      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -72,3 +72,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/emotion-1.7/NEWS
> ===================================================================
> --- branches/emotion-1.7/NEWS   2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/emotion-1.7/NEWS   2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,12 @@
> -Emotion 1.7.3
> +Emotion 1.7.4
>
> +Changes since Emotion 1.7.3:
> +-------------------------
> +
> +Improvements:
> +      * Add XML output to doc
> +      * Add installation rule for doc
> +
>  Changes since Emotion 1.7.2:
>  -------------------------
>
>
> Modified: branches/emotion-1.7/configure.ac
> ===================================================================
> --- branches/emotion-1.7/configure.ac   2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/emotion-1.7/configure.ac   2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/ethumb-1.7/ChangeLog
> ===================================================================
> --- branches/ethumb-1.7/ChangeLog       2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/ethumb-1.7/ChangeLog       2012-12-21 12:19:03 UTC (rev 81543)
> @@ -30,3 +30,8 @@
>
>         * Add XML output to doc
>         * Add installation rule for doc
> +
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/ethumb-1.7/NEWS
> ===================================================================
> --- branches/ethumb-1.7/NEWS    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/ethumb-1.7/NEWS    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,12 @@
> -Ethumb 1.7.3
> +Ethumb 1.7.4
>
> +Changes since Ethumb 1.7.3:
> +-------------------------
> +
> +Improvements:
> +      * Add XML output to doc
> +      * Add installation rule for doc
> +
>  Changes since Ethumb 1.7.2:
>  -------------------------
>
>
> Modified: branches/ethumb-1.7/configure.ac
> ===================================================================
> --- branches/ethumb-1.7/configure.ac    2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/ethumb-1.7/configure.ac    2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/evas-1.7/ChangeLog
> ===================================================================
> --- branches/evas-1.7/ChangeLog 2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/evas-1.7/ChangeLog 2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1138,3 +1138,7 @@
>
>          * Fix small memory leak in evas_bidi_utils error path
>
> +2012-12-21  Luis Felipe Strano Moraes
> +
> +       * 1.7.4 release
> +
>
> Modified: branches/evas-1.7/configure.ac
> ===================================================================
> --- branches/evas-1.7/configure.ac      2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/evas-1.7/configure.ac      2012-12-21 12:19:03 UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
> $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/evas_generic_loaders-1.7/ChangeLog
> ===================================================================
> --- branches/evas_generic_loaders-1.7/ChangeLog 2012-12-21 12:04:10 UTC (rev 
> 81542)
> +++ branches/evas_generic_loaders-1.7/ChangeLog 2012-12-21 12:19:03 UTC (rev 
> 81543)
> @@ -44,4 +44,6 @@
>
>         * 1.7.3 release
>
> +2012-12-21  Luis Felipe Strano Moraes
>
> +       * 1.7.4 release
>
> Modified: branches/evas_generic_loaders-1.7/NEWS
> ===================================================================
> --- branches/evas_generic_loaders-1.7/NEWS      2012-12-21 12:04:10 UTC (rev 
> 81542)
> +++ branches/evas_generic_loaders-1.7/NEWS      2012-12-21 12:19:03 UTC (rev 
> 81543)
> @@ -1,5 +1,10 @@
> -Evas Generic Loaders 1.7.3
> +Evas Generic Loaders 1.7.4
>
> +Changes since Evas Generic Loaders 1.7.3:
> +-----------------------------------------
> +
> +No changes, just updating to keep in sync with last release.
> +
>  Changes since Evas Generic Loaders 1.7.2:
>  -----------------------------------------
>
>
> Modified: branches/evas_generic_loaders-1.7/configure.ac
> ===================================================================
> --- branches/evas_generic_loaders-1.7/configure.ac      2012-12-21 12:04:10 
> UTC (rev 81542)
> +++ branches/evas_generic_loaders-1.7/configure.ac      2012-12-21 12:19:03 
> UTC (rev 81543)
> @@ -2,7 +2,7 @@
>  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
>  m4_define([v_maj], [1])
>  m4_define([v_min], [7])
> -m4_define([v_mic], [3])
> +m4_define([v_mic], [4])
>  m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
> export || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
>  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | 
> (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
> '\n']))])
>  ##--   When released, remove the dnl on the below line
>
> Modified: branches/expedite-1.7/ChangeLog
> ===================================================================
> --- branches/expedite-1.7/ChangeLog     2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/expedite-1.7/ChangeLog     2012-12-21 12:19:03 UTC (rev 81543)
> @@ -26,4 +26,8 @@
>
>         * 1.7.3 release
>
> +2012-12-21  Luis Felipe Strano Moraes
>
> +       * 1.7.4 release
> +
> +
>
> Modified: branches/expedite-1.7/NEWS
> ===================================================================
> --- branches/expedite-1.7/NEWS  2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/expedite-1.7/NEWS  2012-12-21 12:19:03 UTC (rev 81543)
> @@ -1,5 +1,10 @@
> -Expedite 1.7.3
> +Expedite 1.7.4
>
> +Changes since Expedite 1.7.3:
> +-----------------------------
> +
> +No changes, just updating to keep in sync with last release.
> +
>  Changes since Expedite 1.7.2:
>  -----------------------------
>
>
> Modified: branches/expedite-1.7/configure.ac
> ===================================================================
> --- branches/expedite-1.7/configure.ac  2012-12-21 12:04:10 UTC (rev 81542)
> +++ branches/expedite-1.7/configure.ac  2012-12-21 12:19:03 UTC (rev 81543)
> @@ -3,7 +3,7 @@
>  # get rid of that stupid cache mechanism
>  rm -f config.cache
>
> -AC_INIT([expedite], [1.7.3], [[email protected]])
> +AC_INIT([expedite], [1.7.4], [[email protected]])
>  AC_PREREQ([2.52])
>  AC_CONFIG_SRCDIR([configure.ac])
>  AC_CONFIG_HEADERS([config.h])
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to