X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fmono-hacking-roadmap.html;h=134a1d425412fd51c2b2754a5c7beb949543d754;hb=f105fa4b0775ac2d63681c0c5e70ed6a7dcb067c;hp=1a2d9a89190ee6011e14f64365f422449d8828d3;hpb=fb13f05de4097f12f7d1c88523beb220e13ce534;p=mono.git diff --git a/web/mono-hacking-roadmap.html b/web/mono-hacking-roadmap.html index 1a2d9a89190..134a1d42541 100644 --- a/web/mono-hacking-roadmap.html +++ b/web/mono-hacking-roadmap.html @@ -129,9 +129,50 @@ vertical-align: top;
  • ECMA profile: We will like take care of this one at Novell. -
  • Assembly signing: I do not know what is the state - of this feature currently in Mono, maybe Sebastien and - Zoltan could give us an update here. +
  • Assembly signing: There are two ways to sign + assemblies.
    + + StrongNames - It is possible to sign + and verify strongname signatures using the + sn.exe security tool. This same tool can also + create the required key pairs to sign the + assemblies. What we are lacking: + + + Authenticode - It is possible today + to sign assemblies (in fact any PE file) with + an Authenticode(r) compatible signature (with + or without a timestamp) using the security + tools cert2spc.exe and signcode.exe. We also + have support to test this using the tools + makecert.exe, chktrust.exe and setreg.exe. + What we are lacking: +
  • ASP.NET caching: Non-existant at this point, this needs to be implemented. @@ -148,9 +189,17 @@ vertical-align: top; areas missing. -

    The team at Novell can probably take care of most of these - things (help is always welcomed, of course), letting folks in - the open source world working on the more fun components. +

    The team at Novell will focus on these areas. We of course + welcomes the contribution of the rest of the Mono team and + encourage the developers to focus on 1.0, to have a solid + release, and a solid foundation that can lead to 1.2 + +

    We will use Bugzilla milestones to track these issues. + +

    Synchronized releases

    + +

    It would be great if we can ship Mono 1.0 with Gtk# 1.0 and + a preview of Monodoc with the early documentation.

    Alpha components.

    @@ -168,7 +217,9 @@ vertical-align: top; to put some of the new assemblies on CVS.

    We will likely add a profile for those of you that want to - work on this, and can not wait to get your hands in the code. + work on this, and can not wait to get your hands in the code, + although keep in mind that your contributions wont reach the + general audience until we successfully ship 1.0.

    The things to keep in mind while adding code which is not in .NET 1.0 and .NET 1.1: @@ -217,7 +268,7 @@ vertical-align: top;

    Avalon plans

    -

    On the surface Avalaon seems like it uses something like +

    On the surface Avalon seems like it uses something like GdiPlus/Cairo for rendering. That was my initial feeling, but it turns out that they had to rewrite everything to have a performing rendering engine, and implement some very advanced @@ -245,7 +296,7 @@ vertical-align: top;

    Indigo Plans

    Indigo is still an early product (FAQ, + href="http://msdn.microsoft.com/Longhorn/understanding/pillars/Indigo/default.aspx?pull=/library/en-us/dnlong/html/indigofaq1.asp">FAQ), but it could benefit from continued development of our WSE1 and WSE2 components, later to bring some of the code to it.