[Monodevelop-patches-list] r1959 - in trunk/md-website: . tutorials
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Thu Sep 23 16:56:59 EDT 2004
Author: tberman
Date: 2004-09-23 16:56:59 -0400 (Thu, 23 Sep 2004)
New Revision: 1959
Modified:
trunk/md-website/news.aspx
trunk/md-website/release.aspx
trunk/md-website/tutorials/package_install.aspx
Log:
blah blah blah
fuck me
Modified: trunk/md-website/news.aspx
===================================================================
--- trunk/md-website/news.aspx 2004-09-21 01:32:34 UTC (rev 1958)
+++ trunk/md-website/news.aspx 2004-09-23 20:56:59 UTC (rev 1959)
@@ -5,6 +5,11 @@
<div class="title">News</div>
+ <div class="news_header">Sept 23, 2004: MonoDevelop 0.5.1 Released</div>
+ <p>This is a ~month old snapshot that fixes some serious bugs and the
+ compile issue with mono 1.0.1. 0.6 development has been under way for a
+ while, and will be coming out in a while.</p>
+
<div class="news_header">June 30, 2004: MonoDevelop 0.5 Released</div>
<p>MonoDevelop 0.5 released. Release notes are available
<a href="/release_notes/0.5.html">here</a>. Packages are available in the
Modified: trunk/md-website/release.aspx
===================================================================
--- trunk/md-website/release.aspx 2004-09-21 01:32:34 UTC (rev 1958)
+++ trunk/md-website/release.aspx 2004-09-23 20:56:59 UTC (rev 1959)
@@ -7,6 +7,11 @@
<p>Milestone releases can be found here as tarballs. We will also post any binary packages contributed by users.</p>
<br />
+ <h3>MonoDevelop 0.5.1</h3>
+ <ul>
+ <li><a href="http://www.go-mono.com/archive/1.0.2/monodevelop-0.5.1.tar.gz">Tarball</a></li>
+ </ul>
+
<h3>MonoDevelop 0.5</h3>
<ul>
<li><a href="/release_notes/0.5.html">Release notes</a></li>
Modified: trunk/md-website/tutorials/package_install.aspx
===================================================================
--- trunk/md-website/tutorials/package_install.aspx 2004-09-21 01:32:34 UTC (rev 1958)
+++ trunk/md-website/tutorials/package_install.aspx 2004-09-23 20:56:59 UTC (rev 1959)
@@ -91,12 +91,12 @@
<br /><br /><br />
<div class="headlinebar">Installing MonoDevelop</div>
<p>The final step in this process is to build MonoDevelop itself. Download the
-<a href="http://www.go-mono.com/archive/1.0/monodevelop-0.5.tar.gz">MonoDevelop 0.5</a> package.</p>
+<a href="http://www.go-mono.com/archive/1.0/monodevelop-0.5.1.tar.gz">MonoDevelop 0.5</a> package.</p>
<pre class="code">
export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
-tar -xjf monodevelop-0.5.tar.gz
-cd monodevelop-0.5
+tar -xjf monodevelop-0.5.1.tar.gz
+cd monodevelop-0.5.1
./configure --prefix=/usr
make
make install
More information about the Monodevelop-patches-list
mailing list