From 6374cb5e96739efd60d359d5c37f69cec7ab850f Mon Sep 17 00:00:00 2001 From: "mdevan.foobar" Date: Sat, 22 Nov 2008 16:53:42 +0000 Subject: [PATCH] Updated download page. git-svn-id: http://llvm-py.googlecode.com/svn/trunk@52 8d1e9007-1d4e-0410-b67e-1979fd6579aa --- www/src/download.txt | 5 +++-- www/web/download.html | 30 ++++++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/www/src/download.txt b/www/src/download.txt index 3e621b9..20c6bd1 100644 --- a/www/src/download.txt +++ b/www/src/download.txt @@ -1,8 +1,8 @@ Download ======== -The latest release is 0.4, released 21-Nov-2008 (link:#changelog[Changelog] -below). +The latest release is 0.5, released 22-Nov-2008 (link:#changelog[Changelog] +below). 0.5 works only with LLVM 2.4, use 0.4 if you have LLVM 2.3. Download it here: @@ -10,6 +10,7 @@ Download it here: ````~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Release,Date,Package,Mirror ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +0.5,22-Nov-2008,http://llvm-py.googlecode.com/files/llvm-py-0.5.tar.bz2[llvm-py-0.5.tar.bz2],link:llvm-py-0.5.tar.bz2[llvm-py-0.5.tar.bz2] 0.4,21-Nov-2008,http://llvm-py.googlecode.com/files/llvm-py-0.4.tar.bz2[llvm-py-0.4.tar.bz2],link:llvm-py-0.4.tar.bz2[llvm-py-0.4.tar.bz2] 0.3,8-Sep-2008,http://llvm-py.googlecode.com/files/llvm-py-0.3.tar.bz2[llvm-py-0.3.tar.bz2],link:llvm-py-0.3.tar.bz2[llvm-py-0.3.tar.bz2] 0.2.1,18-Jun-2008,http://llvm-py.googlecode.com/files/llvm-py-0.2.1.tar.bz2[llvm-py-0.2.1.tar.bz2],link:llvm-py-0.2.1.tar.bz2[llvm-py-0.2.1.tar.bz2] diff --git a/www/web/download.html b/www/web/download.html index 1306a52..a524621 100644 --- a/www/web/download.html +++ b/www/web/download.html @@ -33,8 +33,8 @@
-

The latest release is 0.4, released 21-Nov-2008 (Changelog -below).

+

The latest release is 0.5, released 22-Nov-2008 (Changelog +below). 0.5 works only with LLVM 2.4, use 0.4 if you have LLVM 2.3.

Download it here:

+ + + + + +
+ 0.5 + + 22-Nov-2008 + + llvm-py-0.5.tar.bz2 + + llvm-py-0.5.tar.bz2 +
0.4 @@ -147,7 +161,15 @@ package.

-
0.4, 21-Nov-2008:
+
0.5, 22-Nov-2008:
+
+  * Added vicmp, vfcmp instructions and constant expressions.
+  * Builds on FreeBSD.
+  * Updated documentation.
+  * Migrate to LLVM 2.4.
+
+
+0.4, 21-Nov-2008:
 
   * Code cleanup, added license headers.
   * Added llvm.core.load_library_permanently() (Issue #12).
@@ -199,7 +221,7 @@ package.