diff options
| -rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ chronology since 4.0 was released is included, followed by the common items quick how-tos, followed by entries for versions of -current prior to 4.0 Release. +20000907: + Changes to libkvm requires a recompile of the usual suspects. + (find /usr/src -name Makefile | xargs egrep LIBKVM) + This means that your world must match your kernel around this + point. + +20000904: + A new issue with the sendmail upgrade has come to light. + /etc/aliases has moved to /etc/mail/aliases. Mergemaster will + incorrectly install the default aliases in /etc/mail rather than + move the old one from /etc. So you'll need to manually move the + file, create a symbolic link, remove the old /etc/aliases.db and + run newaliases. For safety sake, you should stop sendmail + while doing this and run the upgrade when locally sourced email + is not likely to be generated. + 20000827: sendmail has been updated from 8.9.3 to 8.11.0. Some of the more visible changes that may immediately affect your configuration |
