Mono Project News Mono Project News http://www.mono-project.com/news/index.html Novell, Inc mono@novell.com Tue, 22 Apr 2008 13:27:00 GMT http://backend.userland.com/rss lb# Mono 1.9.1 has been released <p>We have done a minor release of Mono 1.9, Mono 1.9.1 that contains various bug fixes. Please see the <a href="http://www.go-mono.com/archive/1.9.1">release notes</a> for details. <p>Mono 1.9.1 is available from our <a href="http://www.mono-project.com/Downloads">downloads page</a>. http://www.mono-project.com/news/archive/2008/Apr-22.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Apr-22.html Tue, 22 Apr 2008 17:27:00 GMT Packaged .NET Software for Linux <p>As part of the QA process for Mono, our fabulous QA team has been packaging various popular open source .NET applications, Gnome, Gtk#, ASP.NET, libraries and Windows.Forms in an easy-to-install fashion for various Linux distributions. <p>We are using the <a href="http://en.opensuse.org/Build_Service">OpenSUSE Build Service</a> to make the software available for various Linux distributions. <p>Our repository is available <a href="http://download.opensuse.org/repositories/Mono:/Community/">here<a>, for instructions on how to add the repository see <a href="http://en.opensuse.org/Build_Service/User">the user manual</a>. http://www.mono-project.com/news/archive/2008/Apr-17.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Apr-17.html Thu, 17 Apr 2008 22:49:00 GMT Mono C# Compiler Under MIT X11 License <p>Starting with version 2.0 of Mono, the Mono C# compiler source code will also be available under the MIT X11 license. <p>We are changing the license to allow parts of the compiler to be reused as part of MonoDevelop, our LINQ class libraries and to embed it in ASP.NET. <p><b>In MonoDevelop:</b> This will allow the compiler to be used to improve code-completion to support C# 3.0 as well as improving the heuristics when offering completions. This will reuse the front end and parts of the backend. <p><b>Compiler hosting inside ASP.NET:</b> This will embed the whole compiler into the ASP.NET process, eliminating about one second for each compilation of a piece of code. In the past, for each request for an uncompiled resource, we would have to call the compiler, wait for its output and then load the output. This typically shaves between 0.7 to 1 second on those scenarios, ideal to improve the developer experience. <p><b>LINQ Class Libraries:</b> This will allow us to reuse parts of the compiler in our System.Core implementation for LINQ for the current 3.5 generation and upcoming generations. Many corner cases are handled by the compiler, and we will now be able to lift those pieces. This will mostly use the backend of the compiler. http://www.mono-project.com/news/archive/2008/Apr-08.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Apr-08.html Tue, 08 Apr 2008 16:46:00 GMT Mono 1.9 Released <p>Slightly delayed news, a few weeks ago we released our best Mono release so far: <a href="http://www.go-mono.com/archive/1.9">Mono 1.9</a>, the last release before Mono reaches its 2.0 level. <p>Mono 1.9 is considered a stable release and should be considered the new stable version to be shipped. It should replace older versions of Mono 1.2 <p>You can obtain this from <a href="http://www.mono-project.com/Downloads">the downloads page</a>. http://www.mono-project.com/news/archive/2008/Apr-02.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Apr-02.html Wed, 02 Apr 2008 19:25:00 GMT Porting Tutorials: ASP.NET and Windows.Forms <p>These tutorials are quite popular to help developers that have a Windows.Forms or ASP.NET application port it to Unix. They walk you through the process of bringing your software to Linux, MacOS X or Solaris: <ul> <li><a href="http://www.mono-project.com/Guide:_Porting_ASP.NET_Applications">Porting ASP.NET Applications</a> <li><a href="http://www.mono-project.com/Guide:_Porting_Winforms_Applications">Porting Windows.Forms Applications</a> </ul> <p>It is also useful to look at the <a href="http://www.mono-project.com/Guidelines:Application_Portability">general porting guidelines</a>. http://www.mono-project.com/news/archive/2008/Mar-25.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Mar-25.html Tue, 25 Mar 2008 20:41:00 GMT MonoDevelop 1.0 has been Released <p>After a few years in the oven, we are ready to announce the first release of MonoDevelop. Lluis has put together a set of <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released">in-depth release notes</a> that covers the major features available in MonoDevelop and links to various tutorials and screencasts as well as extensive screenshots of what is available in MonoDevelop 1.0. <p>MonoDevelop 1.0 is designed mostly for Linux developers creating Gnome and ASP.NET applications but MonoDevelop is also available for MacOS users that download our Mono installer and will still be useful if they are building Mono-based applications on OSX. <p>The <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#The_IDE_Workbench">IDE</a> has many of the features that you would expect from a modern IDE for Mono: support for programming in multiple languages, an extensible design, editors and designers for <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#ASP.NET">ASP.NET</a> and <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Visual_Designer_for_GTK.23">Gnome</a> applications, integration with <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Makefile_Support">Unix toolchains</a> and <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Visual_Studio_Support">Visual Studio Solutions</a>, support for <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Version_Control">source code control</a> and following standard Unix development practices, <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Unit_Testing">integrated NUnit testing</a>, Unix <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Packaging_and_Deployment">Packaging and Deployment</a> (following the GNU conventions, and Mono <a href="http://www.mono-project.com/Guidelines:Application_Deployment">conventions</a>) for libraries and packages), <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Localization">internationalization and localization</a>, tools to <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Documentation">maintain your project documentation</a> and <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Command_line_tools">command line tools to access this functionality</a>. <p>We have some <a href="http://www.monodevelop.com/MonoDevelop_1.0_Released#Projects_and_Languages">pretty good language support</a> in this release: C#, VisualBasic.NET, Java, C and C++. Check the previous link for the details as to how extensive the support is for each feature. <p>Some screencasts: <ul> <li><a href="http://www.monodevelop.com/Creating_a_simple_user_interface_with_MonoDevelop">Creating a Simple User Interface with MonoDevelop</a>. <li><a href="http://www.monodevelop.com/Creating_custom_widgets_with_MonoDevelop">Creating Custom Widgets with MonoDevelop</a>. <li>You wrote it, now you want to ship it, see how MonoDevelop can help you: <a href="http://www.monodevelop.com/Building_packages_with_MonoDevelop">Buildig Packages with MonoDevelop</a>. <li>Using Subversion to host your source code, see <a href="http://www.monodevelop.com/Version_Control_Screencast">Using Version Control with MonoDevelop</a>. </ul> <p>There is more <a href="http://www.monodevelop.com/Documentation">documentation on MonoDevelop</a> available as well. http://www.mono-project.com/news/archive/2008/Mar-14.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Mar-14.html Fri, 14 Mar 2008 18:46:00 GMT Mono Snapshot Builds <p><a href="http://mono.ximian.com/monobuild/snapshot/download-trunk/">Mono Snapshot builds for trunk</a> are now available. They are synchronized about once every hour and they contain the source code for all modules that we typically package from trunk, as well as RPMs for a few systems every few hours. http://www.mono-project.com/news/archive/2008/Feb-23.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Feb-23.html Sat, 23 Feb 2008 15:54:00 GMT EntitySpaces Running on Linux <p><a href="http://www.entityspaces.net">EntitySpaces</a> has <a href="http://www.entityspaces.net/blog/2008/02/03/EntitySpaces1000MonoContestWeHaveAWinner.aspx">announced a winner</a> for their contest to <a href="http://www.entityspaces.net/blog/2007/12/06/EntitySpaces1000ContestForAMonoApplication.aspx">write an application to run on Linux with Mono</a>. <p>From their announcement: <blockquote> If you are an EntitySpaces customer, you can now travel anywhere. From Windows, to Mono/Linux solutions, to the Compact Framework and all kinds of wireless devices, to Web Applications including "Medium Trust" support, or to high-end Enterprise Applications, EntitySpaces can take you there. EntitySpaces is truly a tiny, lightweight, powerful architecture for the Microsoft.NET Framework, and uses zero reflection. If you are a Mono developer, EntitySpaces is a terrific architecture for you. With it, you can work on both sides of the isle. Our database independence can free you from most of the complexities of supporting many types of databases, including those that run under Mono, such as MySQL and VistaDB. No longer will you have to invent new architectures with every new challenge that comes down the road. <p>Our contest winner goes by the title Pro.Coder, and is a independent contractor. We have received his entry to our Mono contest, and were quite pleased. Pro.Coder sent us a DVD with the EntitySpaces demo running under Mono. Thank you Pro.Coder, you did an excellent job. An <a href="http://www.entityspaces.net/blog/content/binary/WindowsLiveWriter/EntitySpaces1000MonoContestWehaveaWinner_141D7/image_thumb.png">image of it is shown</a> below. Pro.Coder added the CRUD and DynamicQuery Join examples, to satisfy our contest requirements. </blockquote> <p>Read their <a href="http://www.entityspaces.net/blog/2008/02/03/EntitySpaces1000MonoContestWeHaveAWinner.aspx">announcement</a> for details on how Pro.Coder got started with Mono. It details what they downloaded (EntitySpaces, Mono, MySQL connector, VMWare Player, Mono VMware image), which versions of the software they used, how they imported the database and how they were able to deliver the application. http://www.mono-project.com/news/archive/2008/Feb-03.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2008/Feb-03.html Sun, 03 Feb 2008 22:11:00 GMT Graffiti to run on Mono <p><a href="http://weblogs.asp.net/rhoward/">Rob Howard</a> today <a href="http://weblogs.asp.net/rhoward/archive/2007/12/21/graffiti-will-run-on-mono.aspx">announced</a> that their <a href="http://graffiticms.com/">Graffiti</a> product will run on top of Mono, and the platforms supported by Mono: <blockquote><i> Early this week we announced that VistaDB will be the database that Graffiti uses by default. You will be able to use other databases (SQL Server and MySQL) too, but we liked VistaDB for a variety of reasons. One of which we're officially announcing today: <p>Graffiti is going to run on Mono. <p>There are a variety of reasons why adding Mono support makes sense. But the biggest reason is choice. It gives people more choices for how they want to use Graffiti. <p>By supporting Mono, in addition to Microsoft .NET, Graffiti will be available on the following platforms: <p>Windows, Linux, Solaris, Mac OS X, and Unix <p>We're not there yet, but we've been working with some folks on the Mono team to make the necessary changes in Graffiti to run on Mono. Everyday we get a little closer, but we're far enough along now that we're ready to start talking about it. </i></blockquote> <p>Of course, having someone like <a href="http://telligent.com/">Telligent</a> making this announcement has made all of us very happy. We look forward to their product launch. <p>Here is <a href="http://graffiticms.com/learn-more/">an intro</a> about what Graffiti is. http://www.mono-project.com/news/archive/2007/Dec-21.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Dec-21.html Fri, 21 Dec 2007 19:37:00 GMT MoMA 1.2.6 Changes <p>We have released the new version of MoMA which corresponds with the 1.2.6 release of Mono. There are two very important changes that are worth mentioning about this new version.</p> <p><b>- Addition of .Net 3.0/3.5 Classes -</b> Beginning with 1.2.6, we include the definitions needed to scan your .Net 3.0 and 3.5 apps. At this point, we report everything as missing. Even though we have implemented some of these classes in our <a href="http://www.mono-project.com/Olive">Olive project</a>, we do not currently ship this with the released Mono, and MoMA tracks the Mono releases.</p> <p>So what good is adding the 3.0/3.5 stuffs if we are going to report it all as missing? We will soon be getting to the point where we need to figure out what new stuff to implement next. By scanning your app with MoMA and submitting the missing report, we can see which parts are the most important to our users so we can prioritize. (And yes, we _really_ use this data. <a href="http://primates.ximian.com/~miguel/momareports/">MoMA reports</a> have pretty much dictated our prioritization since it was released a year ago.)</p> <p><b>- Removal of Design Namespaces -</b> One of our awesome <a href="http://www.beyondfocus.com/Default.aspx?pageid=-1">mono-vangelists</a> pointed out that people scan their app (and third party controls) and see all kinds of warnings about things missing in the Design classes. However, these classes are not used to run apps, just for designers such as Visual Studio. So we are potentially scaring off users for no reason. Therefore, beginning with 1.2.6, we no longer include the Design namespaces in MoMA reports. (If you really want the Design stuffs, you can download the definition file that includes them on the <a href="http://www.mono-project.com/MoMA">MoMA home page</a>.)</p> <p><b>- How Do I Get These New Features? -</b> The new class definitions could not be handled by existing version of MoMA, so you will need to download a new version of MoMA, which is available on the MoMA homepage: <a href="http://www.mono-project.com/MoMA">http://www.mono-project.com/MoMA</a>.</p> http://www.mono-project.com/news/archive/2007/Dec-14.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Dec-14.html Fri, 14 Dec 2007 20:13:00 GMT Mono 1.2.6 Released <p>We have just released Mono 1.2.6. Some of the highlights for this release include: <ul> <li>Native Windows.Forms driver for MacOS X allows Winforms-based applications to run without an X server. <li>Support for the ASP.NET AJAX APIs and controls. <li>Support for FastCGI deployments: ASP.NET can now be deployed on a multitude of servers that implement the FastCGI protocol (lighttpd for example) in addition to Apache. <li>Windows.Forms now supports the WebControl on Windows and Linux using Mozilla. <li>Runtime will now consume much less memory for 2.0-based applications due to various optimizations in generics support as well as including many new performance improvements and an updated verifier and an implementation of CoreCLR security. <li>C# compiler is quickly approaching full 3.0 support, most of the basics work right now (except support for System.Query.Expression AST generation). <li>Mono 1.2.6 can now be used as an SDK for creating Silverlight 1.1 applications on all platforms. This allows developers to create applications that target Silverlight without requiring a Windows installation. </ul> <p>Full details are available <a href="http://www.go-mono.com/archive/1.2.6">on the release notes</a>. To get a copy, visit the <a href="http://www.mono-project.com/Downloads">downloads section</a> on the web site. http://www.mono-project.com/news/archive/2007/Dec-12.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Dec-12.html Thu, 13 Dec 2007 03:12:00 GMT New NAnt released <p>Gert Driesen has <a href="http://lists.ximian.com/archives/public/mono-list/2007-December/037176.html">announced</a> a major upgrade to NAnt. This release includes <a href="http://nant.sourceforge.net/release/0.86-beta1/releasenotes.html">many new improvements</a> and you can download source and binaries from <a href="http://sourceforge.net/project/showfiles.php?group_id=31650">here</a>. http://www.mono-project.com/news/archive/2007/Dec-08.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Dec-08.html Sat, 08 Dec 2007 20:57:00 GMT Join the Mono Project for the GHOP Contest! <p>The Mono Project is participating in Google's <a href="http://code.google.com/opensource/ghop/2007-8/">Highly Open Participation (GHOP) Contest</a>. If you're a pre-university student over the age of 13, check out <a href="http://code.google.com/p/google-highly-open-participation-mono/issues/list">our task list</a> and claim a task. If you successfully complete it you'll win a t-shirt and a certificate, and for every three tasks you complete you'll win $100, up to a maximum of $500. The most successful students will win a trip to Google's Headquarters in Mountain View, CA!</p> <p>This is a fantastic opportunity to join an open source community, help people, and get rewarded for it. It's not limited to coding; you can write documentation, translate an application, or even create icons. Applications built with Mono such as <a href="http://banshee-project.org/">Banshee</a> and <a href="http://f-spot.org">F-Spot</a> are taking part too.</p> <p>If you have any questions, hop onto <a href="http://www.mono-project.com/IRC">IRC</a> or email our <a href="http://www.mono-project.com/Mailing_Lists">mailing lists</a> and we'll do our best to help you. All community members are welcome to help out guiding students and suggesting new tasks.</p> http://www.mono-project.com/news/archive/2007/Dec-04.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Dec-04.html Wed, 05 Dec 2007 00:38:00 GMT Mono Summit 2007 - Schedule Published <img src="http://www.mono-project.com/files/4/42/Summit.png"> <p>We have published the current version of the Mono Summit Schedule here: <a href="http://www.mono-project.com/Mono_Summit_2007_Schedule">Mono Summit Schedule</a>.</p> <p>As you can see, there are already a lot of interesting presentations and we will be adding a couple more this week!</p> <p>More information on the summit can be found here: <a href="http://www.mono-project.com/MonoSummit2007">Mono Summit 2007</a>.</p> <p>If you plan on attending, you should register <a href="http://www.whyfloss.com/en/summit/mono07/">here</a>.</p> http://www.mono-project.com/news/archive/2007/Nov-13.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Nov-13.html Tue, 13 Nov 2007 17:37:00 GMT MonoDevelop 1.0 Beta2 (0.17) <p>The MonoDevelop team is proud to announce the release of MonoDevelop 1.0 beta 2 (0.17). This is the second in a series of beta releases that will lead to MonoDevelop 1.0, hopefully around the end of the year. <p>MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. This release contains lots of improvements, new features and bug fixes. <p>The release highlights include: <ul> <li>Basic support for ASP.NET web project deployment. <li>Support for Visual Studio 2005 Web Application projects. <li>Generation of Satellite Assemblies for localized resources. <li>Plenty of bug fixes and other improvements. </ul> <p><a href="://www.monodevelop.com/Release_notes_for_MonoDevelop_1.0_Beta_2">Full Release Notes</a> and <a href="http://www.monodevelop.com/Download">Installable Packages and Source Code</a>. http://www.mono-project.com/news/archive/2007/Nov-06.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Nov-06.html Tue, 06 Nov 2007 20:41:00 GMT Mono Summit 2007 - Call for Presenters <img src="http://www.mono-project.com/files/4/42/Summit.png"> <p>We are in the process of putting together an agenda for the 2007 Mono Summit in Madrid. If you are a contributor or user of Mono, and are interested in presenting, demoing or being involved in the summit in any way, please send <a href="mailto:jackson@ximian.com">Jackson</a> an email with your proposal. <p>Please include in your proposal a topic, description, and your desired presentation format (ie a Talk, Birds of a Feather, Company Sponsored outing, or just a brief demo). We will also need to know the length of time you will need for your presentation. http://www.mono-project.com/news/archive/2007/Nov-01.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Nov-01.html Thu, 01 Nov 2007 16:21:00 GMT Mono Summit 2007 <p><img src="http://www.mono-project.com/files/4/42/Summit.png" align="right">The Mono Summit 2007 will be hosted by <a href="http://portal.uned.es/portal/">UNED</a> at their <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=Tribulete,+14,+madrid,+spain&sll=42.35864,-71.05666&sspn=0.65352,1.433716&ie=UTF8&om=1&z=16&iwloc=addr">Escuelas Pias location</a> venue in Madrid, Spain. <p>The meeting will be split in two: <ul> <li><b>Mono Contributors:</b> 2-day meeting for contributors to the Mono project on November 26th and 27th. <li><b>Mono Users and Developers:</b> 3-day meeting for developers and users of the Mono platform. </ul> <p>For more details see our <a href="http://www.mono-project.com/MonoSummit2007">Mono Summit 2007</a> page. http://www.mono-project.com/news/archive/2007/Oct-10.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Oct-10.html Wed, 10 Oct 2007 20:46:00 GMT The opening of the .NET Source Code from Microsoft <p>Miguel de Icaza has written a <a href="http://tirania.org/blog/archive/2007/Oct-03.html">statement on Mono's position to the opening of the .NET source code</a>. <p>Since the source code release from Microsoft later this year will not be open source, this code will have no impact on Mono's schedule as it will not be able to use any of the information included in this code. <p>Mono's policy on contributions continues to be the same that we have had over the years: if you have seen Microsoft .NET source code in any shape or form (soure code, decompilers, through NDAs or research licenses), you will not be able to contribute patches to the Mono implementation. <p>For more details about Mono's policies, see <a href="http://www.mono-project.com/Contributing">our contributing page</a>. http://www.mono-project.com/news/archive/2007/Oct-04.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Oct-04.html Thu, 04 Oct 2007 18:45:00 GMT Managed D-Bus <p>Alp Toker created <a href="http://www.ndesk.org/DBusSharp">DBus#</a> an implementation of the client and server <a href="http://dbus.freedesktop.org/">D-Bus</a> protocols. The design utilizes generics extensively and it lead to a very clean design for mapping RPC messages to Mono. <p>The slides for this work are available <a href="http://www.atoker.com/dbus/managed-dbus-guadec07.pdf">here</a>. http://www.mono-project.com/news/archive/2007/Sep-26.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Sep-26.html Wed, 26 Sep 2007 23:40:00 GMT Mono Bugzilla Migration <p>This Saturday morning (September 15th) at 8am MDT we will be doing our final migration to the Novell Bugzilla system. Although we expect this migration to take much less time, we have planned a http://bugzilla.ximian.com outage until Monday (September 17th) at 8am. During the outage, http://bugzilla.ximian.com will not be accessible. <p>Once the migration is complete, http://bugzilla.novell.com will be the official Mono Bugzilla. In preparation for the switch, please create a Novell.Com account by going to the following URL. <p><a href="https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp?target=https%3A//bugzilla.novell.com/ichainlogin.cgi%3Ftarget%3Dindex.cgi%3FGoAheadAndLogIn%253D1">Novell Login Creation Page</a>. <p>It is important that you use the same e-mail address for this account that you use on http://bugzilla.ximian.com. http://www.mono-project.com/news/archive/2007/Sep-12.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Sep-12.html Wed, 12 Sep 2007 22:43:00 GMT GemBoxSoftware Announces Mono Support <p><img src="http://www.gemboxsoftware.com/images/logo.GIF" align="right"><a href="http://www.gemboxsoftware.com/">GemBoxSoftware</a> produces .NET components that allow developers to read, write and convert spreadsheet files (XLS, CSV and the new XLSX). <p>Their <a href="http://www.gemboxsoftware.com/GBSpreadsheet.htm">GemBox.Spreadsheet</a> product recently was updated to support Mono out of the box. The code is 100% managed .NET and will run on all Mono supported platforms and works on all .NET supported languages. http://www.mono-project.com/news/archive/2007/Sep-06.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Sep-06.html Thu, 06 Sep 2007 17:14:00 GMT Mono 1.2.5 has been Released <p>We have just released Mono 1.2.5. <p>There are many improvements in this release. See our release notes <a href="http://go-mono.com/archive/1.2.5/">here</a>, http://www.mono-project.com/news/archive/2007/Aug-30.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Aug-30.html Fri, 31 Aug 2007 00:42:00 GMT 07 Aug 2007 <H1>MonoDevelop 0.15 Released</h1> <p>MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. For details and screenshots see the <a href="http://www.monodevelop.com/Release_notes_for_MonoDevelop_0.15">Release Notes</a>. <p>Some highlights: <ul> <li>Configurable keybindings (with Emacs keybindings support). <li>Localization support: integrates support for creating international applications (using gettext) and translating existing applications. <li>Makefile generation: it can now generate plain Makefiles or Autoconf/Automake makefiles for projects. <li>Header manager: for adding templates to your source code. </ul> <p>Plus various usability improvements all around (IDE, GUI Designer) and many of the reported bugs have been fixed. http://www.mono-project.com/news/archive/2007/Aug-07.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Aug-07.html Tue, 07 Aug 2007 15:20:00 GMT Gaia Widgets Announces 100% support for Mono ASP.NET <p>On their recent newsletter, GaiaWidgets announced <a href="http://ajaxwidgets.com/new_release_newsletter_06_2006.aa">100% support for Mono's</a> ASP.NET with their Ajax-based widget set. http://www.mono-project.com/news/archive/2007/Jul-03.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Jul-03.html Tue, 03 Jul 2007 22:00:00 GMT MonoDevelop 0.14 has been released <p>MonoDevelop 0.14 has been released, see the <a href="http://www.monodevelop.com/Release_notes_for_MonoDevelop_0.14">release notes</a> for details on it. Major new features: <ul> <li>Subversion add-in. <li>Refactoring operations. <li>New smart indenting for C# <li>Project exporting and conversion (includes Visual Studio 2005). <li>New features in Gtk# designer. <li>Desktop Integration Features (editor for launchers, .desktop files). </ul> http://www.mono-project.com/news/archive/2007/Jun-13.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Jun-13.html Wed, 13 Jun 2007 14:37:00 GMT Grasshopper 2.0 has been released <p>Grasshopper 2.0, a product built on the Mono code base that allows .NET applications to run on Java runtimes has been released. <p>See the official announcement <a href="http://www.mainsoft.com/news/press_releases/2007_06_06_01.aspx">here</a> and get your copy <a href="http://dev.mainsoft.com/">here</a>. <p>Congratulations to Mainsoft for this release! http://www.mono-project.com/news/archive/2007/Jun-06.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Jun-06.html Wed, 06 Jun 2007 16:30:00 GMT Summer of Code Podcast <p>The Google Summer of Code posted the <a href="http://googlesummerofcode.blogspot.com/2007/06/mono-project.html">Mono Summer of Code Podcast</a> that we did a few weeks ago. <blockquote><i> For our latest podcast, we caught up with some folks from the Mono Project. Miguel de Icaza, who among his many claims to fame is founder of the Mono Project and a Summer of Code mentor and organization administrator for 2005, 2006 & 2007, was joined by three former students for Mono: Aaron Tomb, Alan McGovern and Michael Hutchinson. Check out the podcast to learn more about Mono and the project's plans for SoC this year, as well as news on other Mono Summer of Code projects from 2005 & 2006. You'll also learn more about Aaron's work on defect detection for CIL bytecode, Alan's BitTorrent libraries, and Michael's creation of an ASP.NET project type for MonoDevelop. </i></blockquote> <p>You can get the podcast <a href="http://google-developer-podcast.googlecode.com/files/gsocpodcast003.mp3">here</a>. http://www.mono-project.com/news/archive/2007/Jun-01.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/Jun-01.html Fri, 01 Jun 2007 22:03:00 GMT Guide: Porting Windows Forms Applications <p>Jonathan Pobst has authored a guide for developers interested in porting their Windows.Forms applications to Linux/Unix using Mono. <p>Read it here: <a href="http://www.mono-project.com/Guide:_Porting_Winforms_Applications">Guide: Porting Winforms Applications</a>. http://www.mono-project.com/news/archive/2007/May-29.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/May-29.html Tue, 29 May 2007 18:24:00 GMT Team Foundation for Mono <p>Joel Reed has released <a href="http://code.google.com/p/tf4mono/">Team Foundation for Mono</a> an implementation of the Team Foundation libraries and related client programs for the .Net platform. Team Foundation is a 'collection of collaborative technologies that support a team effort to deliver a product' from Microsoft that includes bug tracking, source control, and other capabilities. <p>This project focuses currently on the SCM related libraries and tools. It includes a fairly functional version of the TF client used to access the SCM capabilities of Team Foundation servers. In some respects, its usability exceeds that of the standard TF tool. It also includes some subcommands from the TF Power Tool, and leverages the Gnome Keyring when available. Team Foundation does not do file attribute tracking, but the included TF client in this project leverages libmagic to implement file attribute tracking on unix platforms. <p>Team Foundation is tightly integrated into the Visual Studio platform. This project will hopefully someday include a MonoDevelop plugin as well as implementations of the other non-SCM related Team Foundation libraries. <p>For registered developers, CodePlex is a publicly accessible example of a Team Foundation server used to host open source projects. http://www.mono-project.com/news/archive/2007/May-21.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/May-21.html Mon, 21 May 2007 19:31:00 GMT Mono 1.2.4 Released <p>Mono 1.2.4 <a href="http://www.go-mono.com/archive/1.2.4/">has been released</a>. This release was branched from our development tree in April 20 and includes various important bug fixes that were done during the testing period. <p>Mono 1.2.4 is the first release where ASP.NET 2 is considered complete (with the exception of WebParts that are still missing). We are shipping the tool "installvst" that helps developers install the <a href="http://www.ASP.NEt">www.asp.net</a> starter kits on Unix. <p>Other hihglights include: 1,000 new APIs implemented (based on the <a href="http://www.mono-project.com/Moma">Moma</a> reports), shared memory can now be disabled, major asp.net performance boost, the beginning of C# 3.0, the new <a href="http://www.mono-project.com/Mono_DataConvert">Mono.DataConvert</a> class, many 2.0 Windows.Forms improvements (ToolStrip support), Metafiles (WMF and EMF) supported in System.Drawing, start of 3.5 APIs (System.Core), COM support for Callable Wrappers, the 2.0 Socket API, a Solaris/amd64 port and VB can now be used with ASP.NET. <p>See the <a href="http://www.go-mono.com/archive/1.2.4/">release notes</a> for more details about the new features. http://www.mono-project.com/news/archive/2007/May-15.html Mono Project (mono@novell.com) http://www.mono-project.com/news/archive/2007/May-15.html Tue, 15 May 2007 20:13:00 GMT