** Description changed:

  Upstream released a new version. This is the differences between the
  last release done & one upstream has released on www.libming.org
  
  
- Current Release
- Ming
+ 0.4.0.beta5 - 2007-09-18
  
-         *  [WWW] Ming 0.4.0.beta5
+       * Add support for targetPath asm opcode.
+       * Flash 8: filter and blend modes for buttons
+       * Flash 8: SWF_DEFINEMORPHSHAPE2
+       * Flash 8: SWFShape rendering hints
+       * Flash 8: new gradient features
+       * SWFFillStyle is reusable now and calculates propper GradientMatrix
+       * setLeft/RightFillStyle adds fill to the shape if necessary
+       * Handling fonts as shapes
+       * Basic ttf font support 
+       * Typesafe SWFMovie_add / replace
+       * Add Envelopes to SoundInstance
+       * ABC (AS3) parser and output
+       * Parse SWF_SERIALNUMBER
+       * Parse SWF9 tags
+       * SWF9: DefineBinaryData
+       * SWF9: SymbolClass
+       * SWF9: DefineSceneData
  
-         o Add support for targetPath asm opcode.
+ 0.4.0.beta4 - 2007-03-27
  
-         o Flash 8: filter and blend modes for buttons
+       * Fix handling of the special 'undefined' value.
+       * Fix 'delete' syntax in action compiler.
+       * makeswf now handles bitmaps.
+       * Many improvements in decompiler.
+       * Build scripts cleanup (including check rule).
+       * Add support for 'extends' and proper 'push' asm opcodes in
+         ActionScript compiler.
+       * Generate DefineFunction2 when target version > 6.
+       * Use GOTOFRAME, GOTOFRAME2 and GOTOLABEL when using gotoAndPlay()
+         or gotoAndStop() w/out an object.
+       * Video updates: added Flash8 codecs, generic flv parser
+       * Soundstream: accept flv audio streams (mp3 only for now)
+       * Flash 8: PlaceObject3
+       * Flash 8: Filter and Blendmode
+       * Write proper Flash 8 files
+       * Added movie control tags: FileAttributes, Metadata, 
+         ScriptLimits, ImportAssets2, SetTabIndex
+       * Flash 8: ScalingGrid
+       * Parser / listswf updates
+       * PHP / Perl bindings update
+       * Flash 8: DefineShape4 / Linestyle2
+       * SWFAction cleanup and API cleanup
+       * SWF_warnOnce()
+       * SWFInitAction
  
-         o Flash 8: SWF_DEFINEMORPHSHAPE2
+ 0.4.0.beta3 - 2006-12-10
  
-         o Flash 8: SWFShape rendering hints
+       * Fix version to not use dashes to make rpmbuild happy
+       * autotool tcl extension
+       * coalesce multiple ming.i files into a single file at the top
+       * swig output updated for python & tcl
+       * Misc decompiler fixes
+       * makeswf now handles precompiled clips
+       * Make sure the extension source show up in the dist tarballs
+       * compiler fix for asm {} blocks
  
-         o Flash 8: new gradient features
+ 0.4.0-beta2 - 2006-11-21
  
-         o SWFFillStyle is reusable now and calculates proper
- GradientMatrix
+       * Preliminary support for building RPM packages
+       * New PHP code that builds for PHP$ and PHP5
+       * Added missing SWFMovieClip class in PHP
+       * New tool, ttftofft, for producing ming formast fonts
+       * Allow output of SWF version 8 
+       * Better SWF parser (utilities).
+       * NEW function: SWFMovie_protectWithPassword()
+       * preprocessor products of 'makeswf' are now named after
+         output filename and frame# (ie: "out.swf.frame0.pp")
+       * Automake-based build, for portability's sake (libtool)
+       * Ming_setWarnFunction and Ming_setErrorFunction now return
+         the previously-set value.
+       * More documentation !
+       * Start of a test suite!
+       * makeswf now provides an __SWF_VERSION__ macro for use
+         in cross-version ActionScript code.
+       * NEW functions: SWFDisplayItem_getMatrix(),
+         SWFPosition_getMatrix(), SWFMatrix_getScaleX(),
+         SWFMatrix_getRotate0(), SWFMatrix_getRotate1(),
+         SWFMatrix_getScaleY(), SWFMatrix_getTranslateX(),
+         SWFMatrix_getTranslateY(), SWFShape_moveScaledPenTo().
  
-         o setLeft/RightFillStyle adds fill to the shape if necessary
+ 0.3.1 - ?
  
-         o Handling fonts as shapes
+       * Fixed libpng-less builds
+       * Fixed default error handler to exit with a FAILURE code
  
-         o Basic ttf font support
+ 0.3.0 - 2006-02-15
  
-         o Typesafe SWFMovie_add / replace
- 
-         o Add Envelopes to SoundInstance
- 
-         o ABC (AS3) parser and output
- 
-         o Parse SWF_SERIALNUMBER
- 
-         o Parse SWF9 tags
- 
-         o SWF9: DefineBinaryData
-           
-       o SWF9: SymbolClass
-           
-       o SWF9: DefineSceneData
- 
- 
-           Fonts
- 
-          *  [WWW] Ming fonts 1.0.0
- 
-          o  First release of the ming-fonts package.
-           
-          o  This contains the Bitstream Vera font family, a high quality font 
family suitable
-               for commercial grade end user applications, converted into FDB 
format for use directly from Ming. Further
-               information about the Bitstream Vera font family can be found 
here:
- 
-               [WWW] http://www.gnome.org/fonts.
- 
-              Past Releases
-               Ming
- 
-          * [WWW] Ming 0.4.0.beta4
-           
-          o Fix handling of the special 'undefined' value.
-           
-          o Fix 'delete' syntax in action compiler.
-           
-          o makeswf now handles bitmaps.
-           
-          o Many improvements in decompiler.
-           
-          o Build scripts cleanup (including check rule).
-           
-          o Add support for 'extends' and proper 'push' asm opcodes in
-            
-                        +
- 
-               ActionScript compiler.
-           
-          o Generate DefineFunction2 when target version > 6.
-           
-          o Use GOTOFRAME, GOTOFRAME2 and GOTOLABEL when using gotoAndPlay()
-                 
-                     +
- 
-               or gotoAndStop() w/out an object.
-           
-         o Video updates: added Flash8 codecs, generic flv parser
-           
-         o Soundstream: accept flv audio streams (mp3 only for now)
-           
-         o Flash 8: PlaceObject3
- 
-           o Flash 8: Filter and Blendmode
-           
-         o Write proper Flash 8 files
-           
-         o Added movie control tags: FileAttributes, Metadata,
-            
-                  +
- 
-              ScriptLimits, ImportAssets2, SetTabIndex
-           
-        o Flash 8: ScalingGrid
-           
-        o Parser / listswf updates
-           
-        o PHP / Perl bindings update
-           
-        o Flash 8: DefineShape4 / Linestyle2
-           
-        o SWFAction cleanup and API cleanup
-           
-        o SWF_warnOnce()
-     
-       
-       * [WWW] Ming 0.4.0.beta3
-           
-       o Fix version to not use dashes to make rpmbuild happy
-           
-       o autotool tcl extension
-           
-       o coalesce multiple ming.i files into a single file at the top
-           
-       o swig output updated for python & tcl
-           
-       o Misc decompiler fixes
-           
-       o makeswf now handles precompiled clips
-           
-       o Make sure the extension source show up in the dist tarballs
-           
-       o compiler fix for asm {} blocks
-     
- 
-       * [WWW] Ming 0.4.0.beta2
-           
-       o Preliminary support for building RPM packages
-           
-       o New PHP code that builds for PHP$ and PHP5
-           
-       o Added missing SWFMovieClip class in PHP
-           
-       o New tool, ttftofft, for producing ming formast fonts
-           
-       o Allow output of SWF version 8
-           
-       o Better SWF parser (utilities).
-           
-       o NEW function: SWFMovie_protectWithPassword()
-           
-       o preprocessor products of 'makeswf' are now named after
-          
-                        +
- 
-           output filename and frame# (ie: "out.swf.frame0.pp")
-           
-       o Automake-based build, for portability's sake (libtool)
-           
-       o Ming_setWarnFunction and Ming_setErrorFunction now return
-                 
-                           +
- 
-           the previously-set value.
-           
-       o More documentation !
-           
-       o Start of a test suite!
-           
-       o makeswf now provides an __SWF_VERSION__ macro for use
-         
-                   +
- 
-            in cross-version ActionScript code.
-           
-       o NEW functions: SWFDisplayItem_getMatrix(),
-            
-                 +
- 
-            SWFPosition_getMatrix(), SWFMatrix_getScaleX(),
-          SWFMatrix_getRotate0(),
-          SWFMatrix_getRotate1(), SWFMatrix_getScaleY(),
-          SWFMatrix_getTranslateX(), SWFMatrix_getTranslateY(),
-          SWFShape_moveScaledPenTo().
-    
- 
-        * [WWW] Ming 0.3.0
-           
-        o The old Ming 0.3.0 version.
+       * Fixed bug in empty case: statements
+       * Updated ch language bindings

-- 
sync with new upstream release ming Ming 0.4.0.beta5
https://bugs.launchpad.net/bugs/192664
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to