Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-11-28 20:26:34 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-11-28 20:26:34 +0300
commit17dac60520ba29b5242b0a6629c27333873d53f7 (patch)
treed54fe257b10275eac132afbf4b0d8390ba90e690 /doc/contributing
parent2fd60063deee22e060f4d1b4a36e39acca1d94ad (diff)
Updates
svn path=/trunk/mono/; revision=1459
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/contributing b/doc/contributing
index 2b6d0b65f52..bf409bcf042 100644
--- a/doc/contributing
+++ b/doc/contributing
@@ -44,13 +44,15 @@
A few smaller tasks are here, dropped in no particular order:
<ul>
- * <b>MCS compilation process:</b> Currently MCS does
- not build with a single `make' command. This should
- be fixed (this being part of the `Joel Test' that
- software has to pass).
-
* <b>Mono/doc and web site:</b> They need to be
packaged up in the official `distribution'
+
+ * Adding serialization support to all the classes.
+
+ We have many classes, but we have not implemented in
+ many cases the serialization and re-incarnation support in
+ them (this is pretty straight forward code, and simple,
+ but there is a lot to be done here).
</ul>
<a name="compile-service">