Changeset 164
- Timestamp:
- 11/29/04 14:46:26 (4 years ago)
- Files:
-
- trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/readme.txt
r156 r164 1 Mango Beta 9.61 Mango Release 1.0 2 2 3 3 - Note that some Mango features require dmd v0.101; the dependencies are related to the new version= behaviour, and various dmd bug fixes … … 7 7 - Please check out the mango/examples/ directory 8 8 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 9 11 - Compile from the upper mango directory (not mango/mango), or add that path to the compiler with a -I 10 12 … … 19 21 ******************* 20 22 21 Beta 9.6changes22 23 - Allversion(linux) statements have been changed to version(Posix) instead. Make files should be adjusted accordingly23 Release 1.0 changes 24 25 - Most version(linux) statements have been changed to version(Posix) instead. Make files should be adjusted accordingly 24 26 - ICU wrappers have been fleshed out some more 25 27 - UString has a number of additional methods … … 34 36 - The argument list for icu.UMessageFormat has been reworked 35 37 - 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 37 39 - UTimeZone.d now has some useful time-zones pre-defined 38 40 - Mango.io now uses an alias to support the twin put/get and <</>> syntax (kudos to Ivan Senji).
