Mono Weekly News. Mar 6th, 2003

http://www.go-mono.org


The voice of the Mono Community.

Table of contents
  • 1. Headlines
    • 1.1 Mono 0.21 and 0.22 released
    • 1.2 New Apache module released
    • 1.3 New mailing list for developers
    • 1.4 Test progress and call for volunteers
    • 1.5 SMTP status page
    • 1.6 Monodoc 0.2 released
    • 1.7 Zoltan Varga in the Mono Hall of Fame
  • 2. Mailing List Activity
  • 3. CVS Activity

1.1 Mono 0.21 released

Mono 0.21 has been released. It is only a bug fix release. You can read the release notes here. You can get the Windows binaries This week we have also seen the another bug fix release, the 0.22

1.2 New Apache module released

Daniel has released a new version of his Mono Apache module that handles ASP.NET. The code is available at modmono

1.3 New mailing list for developers

A new mailing list for Mono Development has been created. Feel free to post or subscribe to it at the following page

1.4 Test progress and call for volunteers

Nick has posted an update on the progress on our regression tests. We are looking for more tests, and more volunteers to write them.

1.5 SMTP status page

Per Arneng has started a SMTP status page: http://p.rsn.bth.se/smtp To show how his implementation of the SMTP support for Mono goes. Even it's in an early stage, it works!. You should be able to do things as handling attachments!.

1.6 Monodoc 0.2 released

Monodoc 0.2, "the new moment of Zen" for those who want a new version of the monodoc browser has arrived. The new version includes vastly improved rendering and namespace rendering, which will be very useful for those of you who want to document, as it is easy to spot what is missing. You can read the release notes to learn more.

1.7 Zoltan Varga in the Mono Hall of Fame

The Mono Hackers Hall Of Fame continues to show our appreciation to the excellent contributors that make mono:: a successful free software project. Zoltan has contributed significantly to Mono, with bug reports and bug fixes as well as pushing the envelope of the things that can be done in and with the mono runtime: the gcc-based ngen compiler, code coverage and more recently his work with Reflection.Emit that got mono to the point of running the IKVM Java virtual machine.

2. Mailing List Activity

As you can read in the headers, there is a new mailing list for development discussions that can be found at the Mono site's mailing lists page. The main points this week were:
  • Jason Perkins found some time to work on the Bitmap class, and have implemented:
    • Bitmap(Stream)
    • Width, Height
    • PixelFormat
    • LockBits (partially - doesn't work on subsections yet)
    • UnlockBits
  • Gonzalo wrote a little recipe for those who need to call methods in managed mode from unmanaged code:
    • Create an instance of a CrossAppDomainDelegate in the application host domain.
    • Add a C function to the delegate. The C function does the invoke on the application host.
    • Invoke domain.DoCallBack with the delegate (domain is the default domain).
    • The C callback will be called from the appropriate thread/appdomain.
  • Rafael Teixeira explained why they didn't include the VB6 support in Mono in a very interesting email.
  • Marting announced a new version of his Mono Debugger. Go and test it!. Here you can get more information.
  • Paolo Molaro remind us the thread about how to write a daemon with Mono in a reply. It's a nice point to remember that focus the list attention sometime ago.

3. CVS Activity

This issue we are taking statistics for the nearly two weeks MWN wasn't published. Here are the results. Starting Feb 21st, till Feb 28th.

Authors: Total 33 Total commits: 417
AuthorCommits
Alan Tam7
Aleksey Damakov2
Atsushi Enomoto1
Christopher Bockner1
Dave Bettin7
Daniel Lopez5
Dick Porter2
Dietmar Maurer6
Duncan Mak32
Gaurav Vaish3
Gonzalo Paniagua22
Jackson Harper9
Jaime Anguiano1
Lluis Sanchez1
Martin Baulig125
Martin Willemoes Hansen9
Miguel de Icaza53
Mike Kestner26
Nick Drochak3
Paolo Molaro2
Peter Williams2
Per Arneng20
Petr Danecek2
Alexandre Pigolkine1
Radek Doulik8
Rafael Teixeira24
Tim Coleman8
Ville Palo2
Zoltan Varga9
ModulesCommits
mono63
mono/mono18
mono/doc7
mcs/mcs19
mcs/class110
mcs/class/corlib83

Starting March 1st, Ends March 5th.

Authors: Total 21 Total commits: 226

AuthorCommits
Atsushi Enomoto1
Mark Crichton16
Dick Porter6
Dietmar Maurer1
Duncan Mak2
Gonzalo Paniagua34
Jackson Harper6
Jean-Marc Andre2
Lee Mallabone4
Lluis Sanchez14
Martin Baulig58
Miguel de Icaza19
Mike Kestner3
Nick Drochak3
Paolo Molaro7
Pedro Martinez3
Peter Williams5
Alexandre Pigolkine5
Rafael Teixeira4
Sebastien Pouliot13
Tim Coleman8
ModulesCommits
mono31
mono/mono12
mono/doc20
mono/jit3
mcs/mcs93
mcs/class88
mcs/class/corlib37
mcs/class/System.Web5
debugger57
Windows.Forms4
gtk-sharp21
mbas4
monodoc3
Remoting9
Contributors to this issue:
Miguel de Icaza, bug fixing, news contributor, style.

Please visit us at the homepage of the Mono Project: http://www.go-mono.org If you want to consult old issues of the MWN. You can find the archives here. An Spanish translation is also available at the Mono Hispano site.