diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/eet/ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/libraries/eet/ChangeLog b/libraries/eet/ChangeLog index 0b3c5fb..795d102 100644 --- a/libraries/eet/ChangeLog +++ b/libraries/eet/ChangeLog | |||
@@ -107,7 +107,7 @@ | |||
107 | 107 | ||
108 | 2008-09-25 Carsten Haitzler (The Rasterman) | 108 | 2008-09-25 Carsten Haitzler (The Rasterman) |
109 | 109 | ||
110 | 1.1.0 release | 110 | 1.5.0 release |
111 | 111 | ||
112 | 2008-10-20 Cedric BAIL | 112 | 2008-10-20 Cedric BAIL |
113 | 113 | ||
@@ -546,3 +546,22 @@ | |||
546 | * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to | 546 | * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to |
547 | noticable quality losses in the chase for speed. It will use | 547 | noticable quality losses in the chase for speed. It will use |
548 | IFAST for quality less than 60 when encoding | 548 | IFAST for quality less than 60 when encoding |
549 | |||
550 | 2011-12-02 Carsten Haitzler (The Rasterman) | ||
551 | |||
552 | 1.1.0 release | ||
553 | |||
554 | 2011-12-02 Mike Blumenkrantz | ||
555 | |||
556 | * added eet_file_get to return the filename of an Eet_File | ||
557 | * Eet_File filenames are now stringshared | ||
558 | * added mempool allocators | ||
559 | |||
560 | 2011-12-29 Carsten Haitzler (The Rasterman) | ||
561 | |||
562 | * increase eet_connection packet size to 1Mb - more reasonable. | ||
563 | |||
564 | 2012-01-07 Boris Faure (billiob) | ||
565 | |||
566 | * make eet tool write to standard output if no output file given. | ||
567 | |||