Add RELEASES.txt

This commit is contained in:
Graydon Hoare 2012-01-18 14:46:52 -08:00
parent 3074fd591d
commit f06c01f16a
1 changed files with 27 additions and 0 deletions

27
RELEASES.txt Normal file
View File

@ -0,0 +1,27 @@
Version 0.1 (January 2012)
---------------------------
* Language is "alpha-level complete"; Most planned features are present in
preliminary form. Try it out, let us know how it feels.
* Compiler should work with the following configurations:
* Linux: x86 and x86_64 hosts and targets
* MacOS: x86 and x86_64 hosts and targets
* Windows: x86 hosts and targets
* Cross compilation / multi-target configuration supported.
* Preliminary API-documentation and package-management tools included.
Known issues:
* Many open bugs, see http://github.com/mozilla/rust/issues
* Documentation is rough, incomplete.
* Performance is still well below intended target.
* Standard library APIs subject to extensive change, reorganization.
* Language-level versioning not yet operational, future code will break
unexpectedly.