[Pkg-mono-svn-commits] rev 1517 - web

Mirco Bauer meebey-guest@costa.debian.org
Thu, 03 Feb 2005 09:59:41 +0100


Author: meebey-guest
Date: 2005-02-03 09:59:40 +0100 (Thu, 03 Feb 2005)
New Revision: 1517

Modified:
   web/BUILD_MONO_FROM_SCRATCH_HOWTO
   web/index.html
Log:
- 1.0.5 update



Modified: web/BUILD_MONO_FROM_SCRATCH_HOWTO
===================================================================
--- web/BUILD_MONO_FROM_SCRATCH_HOWTO	2005-02-02 16:19:06 UTC (rev 1516)
+++ web/BUILD_MONO_FROM_SCRATCH_HOWTO	2005-02-03 08:59:40 UTC (rev 1517)
@@ -30,7 +30,7 @@
 Rename the tarball to mcs_0.91.orig.tar.gz (required for dpkg-buildpackage)
 
 Now we need the current debian/ directory for mcs from the subversion repository.
-Install a subversion client in your chroot, apt-get install subersion should be enough.
+Install a subversion client in your chroot, apt-get install subversion should be enough.
 Execute: svn export svn://svn.debian.org/pkg-mono/mcs/trunk
 and now you should have the current version of the debian/ package directory.
 Copy mcs/trunk/debian to mcs-0.91/

Modified: web/index.html
===================================================================
--- web/index.html	2005-02-02 16:19:06 UTC (rev 1516)
+++ web/index.html	2005-02-03 08:59:40 UTC (rev 1517)
@@ -217,6 +217,31 @@
 <h2>News</h2>
 
 <h3>
+Sun Jan 30 23:53:03 CEST 2004
+</h3>
+
+<p>
+Finally I found the reason of the strange
+problems (.NET 2.0 does not compile, some code doesn't work anymore
+which worked before etc..)!
+<br> 
+According to Miguel de Icaza the assembly loader of the runtime is buggy
+when the preview option is enabled. The preview option is required
+for .NET 2.0 functionality. I made a 1.0.5 build without .NET 2.0
+support and all problems went away.... The packages that Novell ships
+are also without .NET 2.0 and Microsoft has still just a beta release of
+2.0... so I will leave it disabled till we update mono to 1.1
+Yes you read right, I plan to update mono to 1.1 maybe with next
+release (1.1.4 that should be) maybe before already. The first 1.1
+packages will definitively go not into unstable directly, first preview
+packages and then upload to experimental.
+Mono 1.1.x will give use a JIT for x86, PPC, AMD64 and SPARC, I think
+that sounds promising.
+<br>
+So mono and mcs 1.0.5 are uploaded to the debian archive, have fun updating!
+</p>
+
+<h3>
 Sat Dec 11 15:47:36 CEST 2004
 </h3>
 
@@ -256,8 +281,8 @@
 mirrors within few hours/days.
 </p>
 
-Old news can be found on <a
-href="http://www.debianplanet.org/mono/index-original.html">Alp's original
+Old news can be found on
+<a href="http://www.debianplanet.org/mono/index-original.html">Alp's original
 web site</a> or browsing trough the revisions of this status page in the
 <a href="http://svn.debian.org/viewcvs/pkg-mono/web/index.html">Subversion
 repository</a>.
@@ -268,8 +293,8 @@
 Current package status in sid:</p>
 <table>
 <tr><td><b>Source Package</b></td>	<td><b>Sid/Unstable</b></td>	<td><b>Test Phase (Preview Packages)</b></td></tr>
-<tr><td>mono</td>			<td>1.0.4</td>			<td>-</td></tr>
-<tr><td>mcs</td>			<td>1.0.4</td>			<td>-</td></tr>
+<tr><td>mono</td>			<td>1.0.5</td>			<td>-</td></tr>
+<tr><td>mcs</td>			<td>1.0.5</td>			<td>-</td></tr>
 <tr><td>gtk-sharp</td>			<td>1.0.4</td>			<td>-</td></tr>
 <tr><td>monodoc</td>			<td>1.0.4</td>			<td>-</td></tr>
 <tr><td>monodevelop</td>		<td>0.5.1</td>			<td>-</td></tr>
@@ -385,6 +410,11 @@
 To build mcs, monodoc, etc. pp. replace "mono" in the filenames and SVN URL above and
 download the appropriate source files.
 
+<p>
+If you want to bootstrap mono from scratch, try this link:
+<a href=BUILD_MONO_FROM_SCRATCH_HOWTO>build mono from scratch howto</a>
+</p>
+
 <h2>ASP.NET Support in Debian</h2>
 
 <p>