diff --git a/UPDATING b/UPDATING index 3f9c9f144e69..73ff5e0aabb3 100644 --- a/UPDATING +++ b/UPDATING @@ -6,18 +6,29 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090619: + AFFECTS: users of net-p2p/transmission-daemon + AUTHOR: mezz@FreeBSD..org + + The UID/GID of transmission has been changed from 919 to 921. The data + configure has been changed from ${PREFIX}/etc/transmission/home/.config + to ${PREFIX}/etc/transmission/home. To update the UID/GID: + + # pw groupmod transmission -g 921 + # pw usermod transmission -u 921 -g 921 + 20090618: AFFECTS: users of www/p5-Catalyst AUTHOR: pgollucci@FreeBSD..org - Most applications and plugins should run unaltered on Catalyst 5.80. + Most applications and plugins should run unaltered on Catalyst 5.80. - However, a lot of refactoring work has taken place, and several changes - have been made which could cause incompatibilities. If your application - or plugin is using deprecated code, or relying on side effects, then you - could have issues upgrading to this release. + However, a lot of refactoring work has taken place, and several changes + have been made which could cause incompatibilities. If your application + or plugin is using deprecated code, or relying on side effects, then you + could have issues upgrading to this release. - http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod + http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod 20090617: AFFECTS: users of emulators/virtualbox