about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-01-18 14:46:52 -0800
committerGraydon Hoare <graydon@mozilla.com>2012-01-18 18:44:06 -0800
commitf06c01f16a689d7deeb508b2f74e46b0ca60e8f6 (patch)
treeb82bcf2579ba4d34cad0490da17da6d8945021f3
parent3074fd591d6e0865e53ee2e54a9b2f863d803748 (diff)
downloadrust-f06c01f16a689d7deeb508b2f74e46b0ca60e8f6.tar.gz
rust-f06c01f16a689d7deeb508b2f74e46b0ca60e8f6.zip
Add RELEASES.txt
-rw-r--r--RELEASES.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
new file mode 100644
index 00000000000..18ee581ca03
--- /dev/null
+++ b/RELEASES.txt
@@ -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.