aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2007-07-18 22:53:39 +0800
committerbrooks <brooks@FreeBSD.org>2007-07-18 22:53:39 +0800
commitc83a3359f4e9c8199effea23ef8121d49940ac59 (patch)
tree814ddf9202ea9d807ba9a0537844760172d31593 /UPDATING
parentbfee8ba9e3633d206d4223ff5d915d9106c36a8e (diff)
downloadfreebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.tar.gz
freebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.tar.zst
freebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.zip
Upgrade to LLVM 2.0.
From the release notes: "This is the first LLVM release to correctly compile and optimize major software like LLVM itself, Mozilla/Seamonkey, Qt 4.3rc1, kOffice, etc out of the box on linux/x86" For details on the changes to LLVM see: http://llvm.org/releases/2.0/docs/ReleaseNotes.html Submitted by: se PR: ports/114169
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f9d144e20569..6df19adf5ba1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070718:
+ AFFECTS: user of devel/llvm
+ AUTHOR: brooks@freebsd.org
+
+ The llvm bytecode and .ll formats have changed as have numerious
+ internal APIs. Existing users should consult the release notes.
+
+ http://llvm.org/releases/2.0/docs/ReleaseNotes.html
+
20070716:
AFFECTS: users of editors/emacs
AUTHOR: nobutaka@FreeBSD.org