Changeset 199

Show
Ignore:
Timestamp:
01/25/07 12:59:08
Author:
dan
Message:

update NEWS for release 0.2.12.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r185 r199  
    1 2007-01-15 prerel 0.2.11.23 
    2     optimize simple-dialect .SWF import (don't id-map DefineShape contents) 
    3  
    4 2007-01-09 prerel 0.2.11.22 
    5     adds TiledBitmap2 fill style (0x42) 
    6     adds fix for some fonts, courtesy of Kazuaki MATSUHASHI (thanks!) 
    7     fixes cacheAsBitmap in PlaceObject3 
    8  
    9  
    10 2007-01 prerel 0.2.11.21 
    11     DefineTextInfo support 
    12     basic MP3 import (thanks to JJ) 
    13     improved SVG import (thanks to Gerrit Klaus) 
    14     basic MatrixBitmap fill style support 
    15     fix namespace support for Metadata 
    16     DefineButton1 support 
    17     fix PlaceObject3 with BlendMode 
    18  
    19 2006-08 prerelease 0.2.11.15 
     12007-01-25 release 0.2.12 'it's a long, long road' 
    202        "swfmill library <infile or dir> <outswf>" mode 
    21         support for device fonts 
    22         minimal DefineShape4/5, DefineFont3, DefineFontInfo3 support 
    23         improvements to svg:text 
    24         @symbol property in <font/> specifies a "windows symbol font" 
    253        Steve's additions for flash8: 
    264                ImportAssets2 
     
    297                Filter support 
    308                CSMTextSettings 
    31         store glyph bounding boxes in DefineFont2 for TTF import 
     9    basic MP3 import (thanks to JJ) 
     10    improved SVG import (thanks to Gerrit Klaus) 
     11        support for device fonts 
     12        minimal DefineShape4, DefineFont3, DefineFontInfo3 support 
     13    DefineShape5 support 
     14    DefineButton1 support 
     15    DefineTextInfo support 
     16        basic MatrixBitmap fill style support 
     17    TiledBitmap2 fill style support 
     18    improvements to svg:text 
     19        @symbol property in <font/> specifies a "windows symbol font" 
     20    store glyph bounding boxes in DefineFont2 for TTF import 
     21        optimize simple-dialect .SWF import. 
     22    exclude ID 65535 from idmapping. 
     23    new swft:bump-id and bump-depth functions. 
    3224        font leading fixes 
    33        fixes for proper delete[]ion (thanks to valgrind) 
     25    fixes for proper delete[]ion (thanks to valgrind) 
    3426        fix rounding errors for float and fixed 
    3527        fix/enable DefineText2 and related tags/types 
     
    3729        fix zero values in signed bitfields 
    3830        fix order of Condition event bits 
     31    fix cacheAsBitmap in PlaceObject3 
     32    fix for some fonts, courtesy of Kazuaki MATSUHASHI (thanks!) 
     33    fix namespace support for Metadata 
     34    fix PlaceObject3 with BlendMode 
    3935 
    40 2005-09-30 release 0.2.11 "the poodle's kern" 
     362005-09-30 release 0.2.11 'the poodle's kern' 
    4137        fix action lists in placeobject events; 
    4238        bits calculation more precise (a few less bits needed here and there);