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
Author | Commits |
Alan Tam | 7 |
Aleksey Damakov | 2 |
Atsushi Enomoto | 1 |
Christopher Bockner | 1 |
Dave Bettin | 7 |
Daniel Lopez | 5 |
Dick Porter | 2 |
Dietmar Maurer | 6 |
Duncan Mak | 32 |
Gaurav Vaish | 3 |
Gonzalo Paniagua | 22 |
Jackson Harper | 9 |
Jaime Anguiano | 1 |
Lluis Sanchez | 1 |
Martin Baulig | 125 |
Martin Willemoes Hansen | 9 |
Miguel de Icaza | 53 |
Mike Kestner | 26 |
Nick Drochak | 3 |
Paolo Molaro | 2 |
Peter Williams | 2 |
Per Arneng | 20 |
Petr Danecek | 2 |
Alexandre Pigolkine | 1 |
Radek Doulik | 8 |
Rafael Teixeira | 24 |
Tim Coleman | 8 |
Ville Palo | 2 |
Zoltan Varga | 9 |
|
Modules | Commits |
mono | 63 |
mono/mono | 18 |
mono/doc | 7 |
mcs/mcs | 19 |
mcs/class | 110 |
mcs/class/corlib | 83 |
|
Starting March 1st, Ends March 5th.
Authors: Total 21 Total commits: 226
Author | Commits |
Atsushi Enomoto | 1 |
Mark Crichton | 16 |
Dick Porter | 6 |
Dietmar Maurer | 1 |
Duncan Mak | 2 |
Gonzalo Paniagua | 34 |
Jackson Harper | 6 |
Jean-Marc Andre | 2 |
Lee Mallabone | 4 |
Lluis Sanchez | 14 |
Martin Baulig | 58 |
Miguel de Icaza | 19 |
Mike Kestner | 3 |
Nick Drochak | 3 |
Paolo Molaro | 7 |
Pedro Martinez | 3 |
Peter Williams | 5 |
Alexandre Pigolkine | 5 |
Rafael Teixeira | 4 |
Sebastien Pouliot | 13 |
Tim Coleman | 8 |
|
Modules | Commits |
mono | 31 |
mono/mono | 12 |
mono/doc | 20 |
mono/jit | 3 |
mcs/mcs | 93 |
mcs/class | 88 |
mcs/class/corlib | 37 |
mcs/class/System.Web | 5 |
debugger | 57 |
Windows.Forms | 4 |
gtk-sharp | 21 |
mbas | 4 |
monodoc | 3 |
Remoting | 9 |
|
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.
|