summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-17 17:13:43 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-17 17:13:43 +0000
commit06509de51326295057fddc6c1cd60565c58baee2 (patch)
tree0e5708aa6637321347a1db504c21e2484b51d408 /UPDATING
parentUpdate to 9.2.b. (diff)
- Update to 2.0.0-R5
This release has significant change in API. All old code *will* broken. Read how to fix it here: http://perl.apache.org/docs/2.0/rename.html PR: ports/79962 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=135499
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b5508d8512cb..78ffc899cbaa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,17 @@ time you update your ports collection, before attempting any port
upgrades.
20050517:
+ AFFECTS: users of www/mod_perl2 and all ports depending on it
+ AUTHOR: lars.eggert@gmx.net.
+
+ API changed for mod_perl2 - existing code will break!
+ The mod_perl2 developers have significantly changed the API
+ in release candidate 2.0.0-RC5. These changes include changed
+ names for core packages, causing software that uses the old API
+ to fail with the new version. You need to update your code as
+ described in http://perl.apache.org/docs/2.0/rename.html
+
+20050517:
AFFECTS: users of databases/firebird
AUTHOR: freebsd@galle.com.br