gfxconversion/mifconv/group/ReleaseNotes_Mifconv.txt
changeset 37 2d01d5a0b322
parent 21 3c7c70c864cb
equal deleted inserted replaced
33:f01392e26aa1 37:2d01d5a0b322
     1 ===============================================================================
     1 ===============================================================================
     2 
     2 
     3 RELEASE NOTES - MIFCONV v3.2.2
     3 RELEASE NOTES - MIFCONV v3.3.0
     4 RELEASED 28th April 2010 
     4 RELEASED 10th August 2010 
     5 
     5 
     6 SUPPORTS S60 3.2+
     6 SUPPORTS S60 3.2+
     7 
     7 
     8 ===============================================================================
     8 ===============================================================================
     9 
     9 
    19 - Command line interface for calling Mifconv from custom makefiles
    19 - Command line interface for calling Mifconv from custom makefiles
    20 - Makefile templates for incremental building, supporting GNU make syntax for
    20 - Makefile templates for incremental building, supporting GNU make syntax for
    21   ABLD build system and FLM syntax for SBSv2 build system
    21   ABLD build system and FLM syntax for SBSv2 build system
    22 - Generating MIF files from SVG/SVGB icon sources and BMP file ids
    22 - Generating MIF files from SVG/SVGB icon sources and BMP file ids
    23 - Converting SVG to SVGB with the Svgtbinencode utility
    23 - Converting SVG to SVGB with the Svgtbinencode utility
    24 - Generating MBM files (alternatively with Bmconv utility given with -B parameter)
    24 - Generating MBM files (alternatively with Bmconv utility given with -B
       
    25   parameter)
    25 - Generating icon id enumeration MBG header files from the given source files
    26 - Generating icon id enumeration MBG header files from the given source files
    26 
    27 
    27 ===============================================================================
    28 ===============================================================================
    28 
    29 
    29 What's New in v3.2.2
    30 What's New in v3.3.0
    30 ====================
    31 ====================
    31 - Fix: Mifconv now support the marking ".\" in front of a filename in Linux.
    32 - Change: Most of the FLM functionality is now in Python with speed
    32 - Fix: Mifconv now compiles correctly in Linux.
    33   optimizations and dependency checks doesn't report false warnings anymore
       
    34 - Change: SBSv2 dependency is now version 2.13.0 or higher
       
    35 - Feature: Via FLM it is now possible to define Mifconv and Svgtbinencode
       
    36   locations outside EPOCROOT
    33 
    37 
    34 ===============================================================================
    38 ===============================================================================
    35 
    39 
    36 Installation Notes:
    40 Installation Notes:
    37 ===================
    41 ===================
    42 
    46 
    43 System Requirements:
    47 System Requirements:
    44 ====================
    48 ====================
    45 Basic Requirements:
    49 Basic Requirements:
    46 - Any S60 3.2 or higher RnD environment
    50 - Any S60 3.2 or higher RnD environment
       
    51 - SBSv2 2.13.0 or higher for SBSv2 compilation
    47 
    52 
    48 ===============================================================================
    53 ===============================================================================
    49 
    54 
    50 Compatibility Issues:
    55 Compatibility Issues:
    51 =====================
    56 =====================
    65 ===============================================================================
    70 ===============================================================================
    66 
    71 
    67 Version History:
    72 Version History:
    68 ================
    73 ================
    69 
    74 
       
    75 Version 3.2.2 - 28th April 2010
       
    76 -------------------------------
       
    77 - Fix: Mifconv now support the marking ".\" in front of a filename in Linux.
       
    78 - Fix: Mifconv now compiles correctly in Linux.
       
    79 
    70 Version 3.2.1 - 20th April 2010
    80 Version 3.2.1 - 20th April 2010
    71 ====================
    81 -------------------------------
    72 - Change: Added new default search directories for icon files.
    82 - Change: Added new default search directories for icon files
    73 
    83 
    74 Version 3.2.0 - 24th February 2010
    84 Version 3.2.0 - 24th February 2010
    75 ====================
    85 ----------------------------------
    76 - Change: Removed dependencies to BMCONV tool by adding the BMCONV encoding 
    86 - Change: Removed dependencies to BMCONV tool by adding the BMCONV encoding 
    77   functionality as a part of MifConv functionality. External BMCONV tool can still 
    87   functionality as a part of MifConv functionality. External BMCONV tool can still 
    78   be used by giving -B parameter.
    88   be used by giving -B parameter.
    79 
    89 
    80 Version 3.1.7 - 10th July 2009
    90 Version 3.1.7 - 10th July 2009
    81 ====================
    91 ------------------------------
    82 - Fix: MIF-file is created also when no input files are given.
    92 - Fix: MIF-file is created also when no input files are given.
    83 - Fix: Correct build directory used with mifconv.flm.
    93 - Fix: Correct build directory used with mifconv.flm.
    84 - Fix: MBM-file is included in RELEASABLES macro in mifconv.flm.
    94 - Fix: MBM-file is included in RELEASABLES macro in mifconv.flm.
    85 - Fix: '/' is not a valid option prefix in Linux. Only '-' is allowed.
    95 - Fix: '/' is not a valid option prefix in Linux. Only '-' is allowed.
    86 - Change: If SBS_BUILD_DIR environment variable is defined, it is used as 
    96 - Change: If SBS_BUILD_DIR environment variable is defined, it is used as