aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2007-01-07 11:14:12 +0000
committerSimon Barner <barner@FreeBSD.org>2007-01-07 11:14:12 +0000
commit6d7e79cec25278dd86a9b7655c5460c37f83a740 (patch)
tree72bc95a08cdf2f122689b02d7e26a45f145f93f1 /UPDATING
parenteec4aee3fb780c817f18a296027d572703177c3f (diff)
downloadports-6d7e79cec25278dd86a9b7655c5460c37f83a740.tar.gz
ports-6d7e79cec25278dd86a9b7655c5460c37f83a740.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 16bc082c99bd..ad20fec6b028 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070106:
+ AFFECTS: users of security/libwhisker
+ AUTHOR: araujo@bsdmail.org
+
+ Libwhisker 2.0 is *not* backwards-compatible with Libwhisker 1.x.
+ Changing 'use LW' to 'use LW2' in your programs is not enough--you may
+ need to make code changes to your program.
+
+ However, there is a 'bridge' LW.pm module in which will use LW2
+ (libwhisker 2.x) functions to emulate the LW (libwhisker 1.x)
+ functionality.
+
+ See http://www.wiretrip.net/rfp/libwhisker/README2 for more details.
+
20070104:
AFFECTS: users of www/phpsurveyor
AUTHOR: miwi@FreeBSD.org