diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-04-27 23:09:31 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-04-27 23:09:31 +0800 |
commit | cd6b05611b6dde80e2a80fcb666cb26a0d118ba6 (patch) | |
tree | 2f4784ddb225ddf9c19a3eee941f4e357cfce4ef /UPDATING | |
parent | 7320776f7c436e5e875a747d86db4c6096ca291a (diff) | |
download | freebsd-ports-gnome-cd6b05611b6dde80e2a80fcb666cb26a0d118ba6.tar.gz freebsd-ports-gnome-cd6b05611b6dde80e2a80fcb666cb26a0d118ba6.tar.zst freebsd-ports-gnome-cd6b05611b6dde80e2a80fcb666cb26a0d118ba6.zip |
- Updated to 7.1.1
- Added UPDATING entry with pointers to upgrade documentation and note about
new SQLite3 database plugin
- Added LICENSE
Requested by: Brent B. Powers <portsbug@b2pi.info> (via email)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20110427 + AFFECTS: users of mail/ezmlm-idx + AUTHOR: glarkin@FreeBSD.org + + 1) Please consult the instructions for upgrading to version 7.1.1 from + the earlier 0.444 version in the ports tree: + + Online: https://github.com/bruceg/ezmlm-idx/blob/master/UPGRADE + Local: /usr/local/share/doc/ezmlm-idx/UPGRADE + + 2) SQLite3 has been added as a supported database plugin. Note that the + MySQL, PgSQL and SQLite options are mutually exclusive, and the first + selected option takes precedence if multiple options are selected. + 20110421: AFFECTS: users of multimedia/webcamd AUTHOR: kwm@FreeBSD.org |