"Fossies" - the Fresh Open Source Software Archive

Member "utrac-0.3.2/CHANGELOG" (4 Jan 2009, 1067 Bytes) of package /linux/privat/old/utrac-0.3.2.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Version 0.3.2
    2 - utilisation de autotools (Stéphane KLEIN)
    3 
    4 Version 0.3.1
    5 - Arrangement des sources pour compiler sous MacOSX
    6 
    7 Version 0.3.0
    8 - ut_convert(src, dst) can be call with dst=NULL (converted text will be put back in src).
    9 - UtLangSys::code is an array of char[2] (problems with gcc4 when it was a short?!?)
   10 - Bug with -L option corrected
   11 - option -i added (and older -i changed to -d, and older -d to -z!), which give info on the file
   12 - Bug during eol_pass concerning alt_eol corrected.
   13 - Some doxygen doc written.
   14 - Bug, happening when ut_load() is not used , corrected.
   15 
   16 Version 0.3rc
   17 - KOI-R and KOI-U charsets added.
   18 - Some changes in the API, especially stuff related to the progress callback.
   19 - Bugs corrected.
   20 - Man page added.
   21 - Option -a added, which display all the extended characters in each different charset.
   22 - Error messages added in english and french
   23 
   24 
   25 
   26 Version 0.2 - 2 December 2004
   27 - API rewritten
   28 - Some bugs corrected (and may be some added)
   29 - Documentation obsolete, need to be rewritten
   30 
   31 Version 0.1 - 20 October 2004
   32 - First release