Changeset 164

Show
Ignore:
Timestamp:
11/29/04 14:46:26 (4 years ago)
Author:
kris
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/readme.txt

    r156 r164  
    1 Mango Beta 9.6 
     1Mango Release 1.0 
    22 
    33- Note that some Mango features require dmd v0.101; the dependencies are related to the new version= behaviour, and various dmd bug fixes 
     
    77- Please check out the mango/examples/ directory 
    88 
     9- Mango packages now ship with Win32 libraries. The "_r" suffix on these libraries indicates a 'release' library with no debug information (e.g. mango_r.lib) 
     10 
    911- Compile from the upper mango directory (not mango/mango), or add that path to the compiler with a -I 
    1012 
     
    1921******************* 
    2022 
    21 Beta 9.6 changes 
    22  
    23 - All version(linux) statements have been changed to version(Posix) instead. Make files should be adjusted accordingly 
     23Release 1.0 changes 
     24 
     25- Most version(linux) statements have been changed to version(Posix) instead. Make files should be adjusted accordingly 
    2426- ICU wrappers have been fleshed out some more 
    2527- UString has a number of additional methods 
     
    3436- The argument list for icu.UMessageFormat has been reworked 
    3537- ICU bindings now operate nicely on linux: a big thank-you to John Reimer. 
    36 - Mango.log is now even faster than before, and does zero memory-allocation once running 
     38- Mango.log is now even faster than before, and does zero memory-allocation once running. Supports Phobos, in addition to Mango.io 
    3739- UTimeZone.d now has some useful time-zones pre-defined 
    3840- Mango.io now uses an alias to support the twin put/get and <</>> syntax (kudos to Ivan Senji).