Andrew Jorgensen | 11 Nov 01:12
Favicon

Mono 2.2 has been branched

The branch is at branches/mono-2-2 in svn and we will be making a
preview build sometime this week.  Please help us make this the best and
most stable release of Mono yet.

Trunk revision at which we branched is 118441.

_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-announce-list

Thomas Wiest | 25 Oct 00:11
Favicon

MonoDevelop 1.9 for OS X release!

Hi,

We just released MonoDevelop 1.9 for OS X.

Downloads are available here:
    http://www.mono-project.com/Downloads

If you find bugs, please file them here:
    http://mono-project.com/Bugs

Thanks,
Thomas
_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-announce-list

Thomas Wiest | 24 Oct 00:17
Favicon

2.0.1 Mono Release

Hi,

We've released 2.0.1 as a minor bugfix update to 2.0.

The release notes are here:

    http://www.mono-project.com/Release_Notes_Mono_2.0.1

and downloads are available here:

    http://www.mono-project.com/Downloads

Thanks to all those who contributed to this release.

Enjoy!

Thomas
_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-announce-list

Jesse Jones | 20 Oct 09:45

[ANN] Smokey 1.4 - assembly checker

Smokey is a command line tool used to analyze assemblies and report  
problems. Problems include buggy code (e.g. infinite recursion, null  
deref, malformed format string), performance issues (e.g. string  
concatenation in loops, excessive boxing, large structs), violations  
of the .NET design guidelines (e.g. inheriting from  
ApplicationException or ICloneable, naming, and swallowing  
exceptions), and miscellaneous rules like misspelled words in string  
literals.

You can download Smokey from the web site:
<http://code.google.com/p/smokey/>. The web site also has an html  
report for one of the System assemblies and a list of all of Smokey's  
rules.

This release of Smokey has 233 rules.

Changes from Smokey 1.3.0.0:
* Added nineteen new rules:
    - BaseDisposable, should have Dispose(bool) method.
    - ConfusingDispose, not IDisposable but has Dispose method.
    - ConstantResult, Equals, GetHashCode, or relational operator  
always returns a constant.
    - DerivedDisposable, Dispose(bool) should call base, don't have a  
finalizer.
    - Disposable, checks for eleven problems including improper  
naming, a Dispose method throwing, and Dispose(bool) using a field  
without a null check.
    - EqualsMissesState, Equals does not check a field exposed by a  
trivial get/set property.
    - Finalizeable, empty, throws, or not IDisposable.
(Continue reading)

Stephane Delcroix | 18 Oct 14:13
Gravatar

F-Spot 0.5.0.3

F-Spot 0.5.0.3 is the third bugfix release in the 0.5.0 serie. This is a
recommended upgrade for anyone running F-Spot. It fixes a bug (crasher)
in the duplicate detection code I let slipping in, and contains fixes to
be able to run with sqlite > 3.6.0 (3.6.0 is not 100% backward
compatible with 3.5.9).

http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.5/f-spot-0.5.0.3.tar.bz2

Get it, run it, enjoy it, package it and report bugs

Stephane

_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-announce-list

Sandy Armstrong | 7 Oct 09:04
Gravatar

Tomboy 0.12.1 Released (stable buildfix release)

Hi Everybody,

This email is to announce Tomboy 0.12.1, a stable buildfix
release in the 0.12.x series that is part of GNOME 2.24.x.  This
release bundles gnome-sharp panel applet code (as we did before 0.11.3)
in the case that Tomboy is built against older versions of gnome-sharp
with a particular panel applet bug.

Tomboy is a simple personal note-taking application designed to be
unobtrusive and friendly, while supporting inter-note-links similar to
a WikiWikiWeb to help you organize your notes and ideas.  It can run
either as a GNOME panel applet or a notification tray icon.

Tomboy's Website: http://www.gnome.org/projects/tomboy

Tomboy's Wiki: http://live.gnome.org/Tomboy
 * Road Map: http://live.gnome.org/Tomboy/RoadMap
 * Brainstorming: http://live.gnome.org/Tomboy/PlaceForNewIdeas

Tomboy is available at:

http://download.gnome.org/sources/tomboy/0.10/tomboy-0.12.1.tar.gz
 md5sum: e6d518771349d2d25b719d298f33ae7e
 size: 5.0M

http://download.gnome.org/sources/tomboy/0.10/tomboy-0.12.1.tar.bz2
 md5sum: 934d1258f855f04eff7d0fe8a976f6ad
 size: 4.2M

This release includes the following:
(Continue reading)

Thomas Wiest | 17 Oct 23:52
Favicon

Mono 2.0 for OS X Released!

Today we are pleased to announce the immediate availability of Mono 2.0 
for OSX.

You can download it from the Mono download page:
http://www.go-mono.com/mono-downloads/download.html

We apologize for any inconvenience the delay has caused.

Thomas
_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-announce-list

Thomas Wiest | 2 Oct 21:46
Favicon

Mono 2.0 RC4 is out!!

Hey Everyone,

We've just released Mono 2.0 RC4 today!

Please help us out by giving it a try with your applications. We are hopeful that this will be the gold master
for Mono 2.0. At this point, we'll only be fixing critical / blocker bugs.

Unfortunately, the Mac installer is still delayed, so the one included here is from RC1.

As always, you can get the preview/RC releases here:
http://mono.ximian.com/monobuild/preview/download-preview/

Please report any bugs that you may find using our Bugs page, AND reply
to this thread with the bug numbers so we can track them!
http://www.mono-project.com/Bugs

You can see the bugs we're tracking for Mono 2.0 here:
https://bugzilla.novell.com/buglist.cgi?bug_file_loc_type=allwordssubstr&bug_file_loc=http%3A%2F%2Fwww.go-mono.com%2Farchive%2F2.0%2F&order=bugs.bug_status%20

The earlier you file the bugs and reply to this message, the more likely
your bugs will get fixed.

Special attention is given to regressions, so if you can tell us a
version of Mono where the bug worked and you tag the summary of the bug
with [Regression], then it is much more likely your bug will get fixed.

Please help the Mono team to make 2.0 the best ever.

Thanks again!

(Continue reading)

Thomas Wiest | 29 Sep 23:43
Favicon

Mono 2.0 RC3 is out!!

Hey Everyone,

We've just released Mono 2.0 RC3 today! Please help us out by
giving it a try with your applications.

Unfortunately this version doesn't include an update for the OS X
installer. We're looking to update it with the next release candidate.

As always, you can get the preview/RC releases here:
http://mono.ximian.com/monobuild/preview/download-preview/

Please report any bugs that you may find using our Bugs page, AND reply
to this thread with the bug numbers so we can track them!
http://www.mono-project.com/Bugs

You can see the bugs we're tracking for Mono 2.0 here:
https://bugzilla.novell.com/buglist.cgi?bug_file_loc_type=allwordssubstr&bug_file_loc=http%3A%2F%2Fwww.go-mono.com%2Farchive%2F2.0%2F&order=bugs.bug_status%20

The earlier you file the bugs and reply to this message, the more likely
your bugs will get fixed.

Special attention is given to regressions, so if you can tell us a
version of Mono where the bug worked and you tag the summary of the bug
with [Regression], then it is much more likely your bug will get fixed.

Please help the Mono team to make 2.0 the best ever.

Thanks again!

Mono QA
(Continue reading)

Thomas Wiest | 8 Sep 21:29
Favicon

Mono 2.0 RC1 is out!!

Hey Everyone,

We've just released Mono 2.0 RC1 today! Please help us out by
giving it a try with your applications.

As always, you can get the preview/RC releases here:
http://mono.ximian.com/monobuild/preview/download-preview/

Please report any bugs that you may find using our Bugs page, AND reply
to this thread with the bug numbers so we can track them!
http://www.mono-project.com/Bugs

You can see the bugs we're tracking for Mono 2.0 here:
https://bugzilla.novell.com/buglist.cgi?bug_file_loc_type=allwordssubstr&bug_file_loc=http%3A%2F%2Fwww.go-mono.com%2Farchive%2F2.0%2F&order=bugs.bug_status%20

The earlier you file the bugs and reply to this message, the more likely
your bugs will get fixed.

Special attention is given to regressions, so if you can tell us a
version of Mono where the bug worked and you tag the summary of the bug
with [Regression], then it is much more likely your bug will get fixed.

Please help the Mono team to make 2.0 the best ever.

Thanks again!

Mono QA

_______________________________________________
Mono-announce-list maillist  -  Mono-announce-list <at> lists.ximian.com
(Continue reading)

Sandy Armstrong | 21 Aug 21:41
Favicon

AANNOUNCE: Tomboy 0.11.3 Released (development release)

Hey Everyone,

This email is to announce Tomboy 0.11.3, the fourth development
release in the 0.11.x series.

This is a quick release to fix build issues with the latest gnome-sharp.
We also stopped bundling our own panel-applet-sharp code, since all
bugs seem to have been fixed upstream.

Tomboy is a simple personal note-taking application designed to be
unobtrusive and friendly, while supporting inter-note-links similar to
a WikiWikiWeb to help you organize your notes and ideas.  It can run
either as a GNOME panel applet or a notification tray icon.

Tomboy's Website: http://www.gnome.org/projects/tomboy

Tomboy's Wiki: http://live.gnome.org/Tomboy
  * Road Map: http://live.gnome.org/Tomboy/RoadMap
  * Brainstorming: http://live.gnome.org/Tomboy/PlaceForNewIdeas

Tomboy is available at:

http://download.gnome.org/sources/tomboy/0.11/tomboy-0.11.3.tar.gz
  md5sum: 89b5ec26b9ffc46a046d36a39885e9ea
  size: 4.3M

http://download.gnome.org/sources/tomboy/0.11/tomboy-0.11.3.tar.bz2
  md5sum: 8b7be45684dd4ce10d02dbafe9068242
  size: 3.5M

(Continue reading)


Gmane