diff options
author | Simon Barner <barner@FreeBSD.org> | 2007-01-07 11:14:12 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2007-01-07 11:14:12 +0000 |
commit | 6d7e79cec25278dd86a9b7655c5460c37f83a740 (patch) | |
tree | 72bc95a08cdf2f122689b02d7e26a45f145f93f1 /UPDATING | |
parent | eec4aee3fb780c817f18a296027d572703177c3f (diff) | |
download | ports-6d7e79cec25278dd86a9b7655c5460c37f83a740.tar.gz ports-6d7e79cec25278dd86a9b7655c5460c37f83a740.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |