diff options
Diffstat (limited to 'libraries/eet/ChangeLog')
-rw-r--r-- | libraries/eet/ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/libraries/eet/ChangeLog b/libraries/eet/ChangeLog index 795d102..4de0f82 100644 --- a/libraries/eet/ChangeLog +++ b/libraries/eet/ChangeLog | |||
@@ -547,21 +547,29 @@ | |||
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 | 549 | ||
550 | 2011-12-02 Carsten Haitzler (The Rasterman) | 550 | 2011-12-02 Carsten Haitzler (The Rasterman) |
551 | 551 | ||
552 | 1.1.0 release | 552 | 1.1.0 release |
553 | 553 | ||
554 | 2011-12-02 Mike Blumenkrantz | 554 | 2011-12-02 Mike Blumenkrantz |
555 | 555 | ||
556 | * added eet_file_get to return the filename of an Eet_File | 556 | * added eet_file_get to return the filename of an Eet_File |
557 | * Eet_File filenames are now stringshared | 557 | * Eet_File filenames are now stringshared |
558 | * added mempool allocators | 558 | * added mempool allocators |
559 | 559 | ||
560 | 2011-12-29 Carsten Haitzler (The Rasterman) | 560 | 2011-12-29 Carsten Haitzler (The Rasterman) |
561 | 561 | ||
562 | * increase eet_connection packet size to 1Mb - more reasonable. | 562 | * increase eet_connection packet size to 1Mb - more reasonable. |
563 | 563 | ||
564 | 2012-01-07 Boris Faure (billiob) | 564 | 2012-01-07 Boris Faure (billiob) |
565 | 565 | ||
566 | * make eet tool write to standard output if no output file given. | 566 | * make eet tool write to standard output if no output file given. |
567 | 567 | ||
568 | 2012-02-09 Cedric Bail | ||
569 | |||
570 | * add support for GNUTLS 3.x. | ||
571 | |||
572 | 2012-02-10 Cedric Bail | ||
573 | |||
574 | * add eet_dictionary_count. | ||
575 | * add "eet -t FILE.EET". | ||