3.0 notes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
diff --git a/htdocs/ChangeLog b/htdocs/ChangeLog
index 2438bd8..c9636f9 100644
--- a/htdocs/ChangeLog
+++ b/htdocs/ChangeLog
@@ -1,5 +1,13 @@
2008-02-15 Anthony Green <green@redhat.com>
+ * index.html: 3.0 is done!
+
+2008-02-15 Anthony Green <green@redhat.com>
+
+ * index.html: Credit Casey Marshall.
+
+2008-02-15 Anthony Green <green@redhat.com>
+
* index.html: New release.
2008-02-15 Anthony Green <green@redhat.com>
diff --git a/htdocs/index.html b/htdocs/index.html
index 70ba515..0a3401d 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -8,9 +8,9 @@ libffi
<h1>libffi - a portable foreign function interface library</h1>
-<b>libffi-2.99.9</b> was released on February 15, 2008. You can ftp it
+<b>libffi-3.0.0</b> was released on February 15, 2008. You can ftp it
from <a
-href="ftp://sourceware.org:/pub/libffi/libffi-2.99.9.tar.gz">sourceware.org:/pub/libffi/libffi-2.99.9.tar.gz</a>.
+href="ftp://sourceware.org:/pub/libffi/libffi-3.0.0.tar.gz">sourceware.org:/pub/libffi/libffi-3.0.0.tar.gz</a>.
<p>
@@ -61,7 +61,8 @@ release was only tested on:
<ul>
<li> arm oabi linux
<li> arm eabi linux
-<li> hppa64 linux
+<li> hppa linux
+<li> mips o32 linux (little endian)
<li> powerpc darwin
<li> powerpc64 linux
<li> sparc solaris (SPARC V9 ABI)
@@ -156,16 +157,17 @@ frv Anthony Green
ia64 Hans Boehm
m32r Kazuhiro Inaoka
m68k Andreas Schwab
-mips Anthony Green
+mips Anthony Green, Casey Marshall
mips64 David Daney
-pa Randolph Chung
-powerpc Geoffrey Keating
+pa Randolph Chung, Dave Anglin, Andreas Tobler
+powerpc Geoffrey Keating, Andreas Tobler,
+ David Edelsohn, John Hornkvist
powerpc64 Jakub Jelinek
s390 Gerhard Tonn, Ulrich Weigand
sh Kaz Kojima
sh64 Kaz Kojima
sparc Anthony Green, Gordon Irlam
-x86 Anthony Green
+x86 Anthony Green, Jon Beniston
x86-64 Bo Thorsen
</pre>
@@ -185,6 +187,9 @@ interface.
Andreas Tobler has done a tremendous amount of work on the testsuite.
<p>
+Alex Oliva solved the executable page problem for SElinux.
+
+<p>
The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request.