release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
- Fix virtual screen behaviour after restart
- Fix printing issue with Firefox3 which caused tvtwm to restart
PR: ports/139490
Submitted by: Kurt Jaeger <pi@opsec.eu>
Comments from the announcement:
Version 2.5.28 is a beta maintenance release that fixes a couple of
bugs and adds some minor features. Please be aware that any features
introduced in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.
* New features:
- New differentiated options for SnapAttraction when snapping
against screen edges:
"None", "ScreenWindows", "ScreenIcons", "ScreenAll"
- New option to the BugOpts command: TransliterateUtf8.
* Bug fixes:
- Fixed non-visible Qt windows after a Qt deferred map (e.g.
Skype profile windows).
- Fixed the use of the X-resource "fvwmstyle".
- Fixed segmentation fault in FvwmEvent when parsing an
undefined event name, or an undefined environment variable
to the RPlayHost option.
- Fixed the events startup, shutdown and unknown in FvwmEvent.
- Fvwm now retains utf8 window names when the WM_NAME changes,
and the utf8 name converted to the default charset match
the old WM_NAME.
- Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
- Fixed SnapAttraction: Option SameType/Icons/Windows did
falsely not affect conditions of option "Screen" and option
"SameType" snapped falsely icons and windows together.
- Fixed a problem where modules would get incorrect stacking
information if many windows were restacked at the same time.
- Fixed BugOpts parsing of more than one option at a time and
restoring of default value for the last option
in the command line when omitted.
- 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
Run past: marcus (portsmgr hat)
Feature safe: Yes
- Since default layout boxes actually just look ugly, but are still useful,
rework previous solution: instead of omitting them completely, draw them
in a slim fashion. Also, give option a better name (SLIM_LAYOUT_BOX)
- Apparently, Xmb* -> Xutf8* conversion was only safe thing to do with UTF-8
locales; those who use traditional (8-bit) locales and experience problems
with fonts should try rebuilding the port with UTF8_TEXT option unset
- Since our `devel/9base' port installs rc(1) but not read(1), it is of
little use as rdep anyway (`devel/plan9port' installs more complete set
of things, but is unfortunately broken on 8.0+)
- While here, pacify portlint(1) and remove _XOPEN_SOURCE definition to
prevent some warnings
. Move the include of <bsd.port.pre.mk> to prior to attempting to detect
a patch that includes ${PREFIX}. This fixes the detection and unbreaks
the packing list.