summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-07-18 14:53:39 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-07-18 14:53:39 +0000
commit5198c6449d990252e1e0feadac2891fec9c8401c (patch)
treec1007702f068f2accf67ee254d76c9cda1c5b63a /UPDATING
parent- Update to 0.9.6 (diff)
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
Notes
Notes: svn path=/head/; revision=195856
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