aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
commit6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch)
tree0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /UPDATING
parentb8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff)
downloadports-6f32add9a75efb180e462ffbdb0b080bc88088e3.tar.gz
ports-6f32add9a75efb180e462ffbdb0b080bc88088e3.zip
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
Notes
Notes: svn path=/head/; revision=209647
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING33
1 files changed, 33 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ea69759f7605..a77c65991c31 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080323:
+ AFFECTS: Gstreamer users
+ AUTHOR: multimedia@FreeBSD.org
+
+ Gstreamer is updated. Due to the move of some plugins between ports. You will
+ have to rebuild the gstreamer-plugins-good port after upgrading.
+
+ Portupgrade users:
+ # portupgrade -a
+ # portupgrade -f gstreamer-plugins-good
+
+ Portmaster users:
+ # portmaster -a
+ # portmaster gstreamer-plugins-good
+
+20080323:
+ AFFECTS: All GNOME users and ports depend on gnomehier
+ AUTHOR: gnome@FreeBSD.org
+
+ GNOME has been updated to 2.22.0. You have to deinstall a few ports first
+ before using portupgrade or portmaster in order to successfully upgrade
+ your GNOME installation.
+
+ Portupgrade users:
+ # pkgdb -Ff
+ # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
+ # portupgrade -aOW
+
+ Portmaster users:
+ # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
+ gnome-keyring-manager\*
+ # portmaster -a
+
20080318:
AFFECTS: users of audio/gnump3d
AUTHOR: jadawin@FreeBSD.org