summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:48:38 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:48:38 +0000
commit6fef131e80b8cbd7f12a4ba6cc71d88b5607d9b2 (patch)
treef2e97533ad6d0c356cb8d9d72318967f06346c2d /UPDATING
parentJDraw is a pixel oriented graphics editor designed especially for small (diff)
Mention gnutls update.
Notes
Notes: svn path=/head/; revision=167071
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8cfaac4fed15..0e125d176ffb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060706:
+ AFFECTS: users of security/gnutls and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ gnutls has been updated to 1.4.0 and all shared libraries' versions
+ have been bumped. So you need to rebuild all applications that
+ depend on gnutls. Do something like:
+
+ portupgrade -rf gnutls
+
20060703:
AFFECTS: users of audio/amarok
AUTHOR: mich@FreeBSD.org