fix changelogs to mention release.

SVN revision: 65860
This commit is contained in:
Carsten Haitzler 2011-12-04 01:56:31 +00:00
parent a3970d1f96
commit ac4c70ab7b
8 changed files with 34 additions and 1 deletions

View File

@ -361,6 +361,10 @@
* Allow quitting before entering the glib version of the main loop * 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 2011-12-02 Mike Blumenkrantz
* Use mempools for allocations * Use mempools for allocations
@ -372,3 +376,4 @@
2011-12-03 Vincent Torri 2011-12-03 Vincent Torri
* Fix the modifiers value (Windows XP) * Fix the modifiers value (Windows XP)

View File

@ -219,3 +219,7 @@
* Fix message and signal propagation to be consistent in all situations * Fix message and signal propagation to be consistent in all situations
as well as simpler. as well as simpler.
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release

View File

@ -107,7 +107,7 @@
2008-09-25 Carsten Haitzler (The Rasterman) 2008-09-25 Carsten Haitzler (The Rasterman)
1.1.0 release 1.5.0 release
2008-10-20 Cedric BAIL 2008-10-20 Cedric BAIL
@ -547,6 +547,10 @@
noticable quality losses in the chase for speed. It will use noticable quality losses in the chase for speed. It will use
IFAST for quality less than 60 when encoding IFAST for quality less than 60 when encoding
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release
2011-12-02 Mike Blumenkrantz 2011-12-02 Mike Blumenkrantz
* added eet_file_get to return the filename of an Eet_File * added eet_file_get to return the filename of an Eet_File

View File

@ -58,5 +58,9 @@
* added eeze_disk_can_{mount,unmount,eject} to determine at runtime whether eeze * added eeze_disk_can_{mount,unmount,eject} to determine at runtime whether eeze
is capable of performing disk operations is capable of performing disk operations
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release
2011-12-02 Mike Blumenkrantz (discomfitor/zmike) 2011-12-02 Mike Blumenkrantz (discomfitor/zmike)
* added network device api (eeze_net_*) and Eeze_Net.h header * added network device api (eeze_net_*) and Eeze_Net.h header

View File

@ -98,3 +98,7 @@
* Save whether cache changed in update file, and propagate to update * Save whether cache changed in update file, and propagate to update
event. event.
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release

View File

@ -148,6 +148,10 @@
* Add new hash function eina_hash_murmur3 that should be better at * Add new hash function eina_hash_murmur3 that should be better at
hashing strings. hashing strings.
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release
2011-12-02 Mike Blumenkrantz (discomfitor/zmike) 2011-12-02 Mike Blumenkrantz (discomfitor/zmike)
* Add eina_mempool_calloc for returning zeroed memory * Add eina_mempool_calloc for returning zeroed memory

View File

@ -14,3 +14,7 @@
* use fseek() instead of rewind() as the latter does not exist on * use fseek() instead of rewind() as the latter does not exist on
Windows CE and fix compilation with Evil. Windows CE and fix compilation with Evil.
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release

View File

@ -515,3 +515,7 @@
* Fix repeat event inheritance from parent smart just like * Fix repeat event inheritance from parent smart just like
pass events are inherited. This was inconsistent. pass events are inherited. This was inconsistent.
2011-12-02 Carsten Haitzler (The Rasterman)
1.1.0 release