aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eet/ChangeLog')
-rw-r--r--libraries/eet/ChangeLog18
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
5502011-12-02 Carsten Haitzler (The Rasterman) 5502011-12-02 Carsten Haitzler (The Rasterman)
551 551
552 1.1.0 release 552 1.1.0 release
553 553
5542011-12-02 Mike Blumenkrantz 5542011-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
5602011-12-29 Carsten Haitzler (The Rasterman) 5602011-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
5642012-01-07 Boris Faure (billiob) 5642012-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
5682012-02-09 Cedric Bail
569
570 * add support for GNUTLS 3.x.
571
5722012-02-10 Cedric Bail
573
574 * add eet_dictionary_count.
575 * add "eet -t FILE.EET".