From ac4c70ab7b9a6c51ee759d90d91d83e0f08c90ed Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 4 Dec 2011 01:56:31 +0000 Subject: [PATCH] fix changelogs to mention release. SVN revision: 65860 --- legacy/ecore/ChangeLog | 5 +++++ legacy/edje/ChangeLog | 4 ++++ legacy/eet/ChangeLog | 6 +++++- legacy/eeze/ChangeLog | 4 ++++ legacy/efreet/ChangeLog | 4 ++++ legacy/eina/ChangeLog | 4 ++++ legacy/embryo/ChangeLog | 4 ++++ legacy/evas/ChangeLog | 4 ++++ 8 files changed, 34 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 3790a42129..e28a4c23ae 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -361,6 +361,10 @@ * Allow quitting before entering the glib version of the main loop +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + 2011-12-02 Mike Blumenkrantz * Use mempools for allocations @@ -372,3 +376,4 @@ 2011-12-03 Vincent Torri * Fix the modifiers value (Windows XP) + diff --git a/legacy/edje/ChangeLog b/legacy/edje/ChangeLog index 39757b9563..745fd813db 100644 --- a/legacy/edje/ChangeLog +++ b/legacy/edje/ChangeLog @@ -219,3 +219,7 @@ * Fix message and signal propagation to be consistent in all situations as well as simpler. +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index 9db34e05f7..fdfdefbb04 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -107,7 +107,7 @@ 2008-09-25 Carsten Haitzler (The Rasterman) - 1.1.0 release + 1.5.0 release 2008-10-20 Cedric BAIL @@ -547,6 +547,10 @@ noticable quality losses in the chase for speed. It will use IFAST for quality less than 60 when encoding +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + 2011-12-02 Mike Blumenkrantz * added eet_file_get to return the filename of an Eet_File diff --git a/legacy/eeze/ChangeLog b/legacy/eeze/ChangeLog index bb15433c20..6765af9fda 100644 --- a/legacy/eeze/ChangeLog +++ b/legacy/eeze/ChangeLog @@ -58,5 +58,9 @@ * added eeze_disk_can_{mount,unmount,eject} to determine at runtime whether eeze is capable of performing disk operations +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + 2011-12-02 Mike Blumenkrantz (discomfitor/zmike) * added network device api (eeze_net_*) and Eeze_Net.h header diff --git a/legacy/efreet/ChangeLog b/legacy/efreet/ChangeLog index 3e73191fe2..9f7cc89f2a 100644 --- a/legacy/efreet/ChangeLog +++ b/legacy/efreet/ChangeLog @@ -98,3 +98,7 @@ * Save whether cache changed in update file, and propagate to update event. + +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release diff --git a/legacy/eina/ChangeLog b/legacy/eina/ChangeLog index a67006a92a..dd4859df4a 100644 --- a/legacy/eina/ChangeLog +++ b/legacy/eina/ChangeLog @@ -148,6 +148,10 @@ * Add new hash function eina_hash_murmur3 that should be better at hashing strings. +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + 2011-12-02 Mike Blumenkrantz (discomfitor/zmike) * Add eina_mempool_calloc for returning zeroed memory diff --git a/legacy/embryo/ChangeLog b/legacy/embryo/ChangeLog index 4a46661050..a9a410abde 100644 --- a/legacy/embryo/ChangeLog +++ b/legacy/embryo/ChangeLog @@ -14,3 +14,7 @@ * use fseek() instead of rewind() as the latter does not exist on Windows CE and fix compilation with Evil. + +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index ac0f3d2816..c9f489f5fc 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -515,3 +515,7 @@ * Fix repeat event inheritance from parent smart just like pass events are inherited. This was inconsistent. + +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release