New features:
- Wireshark has a spiffy new start page.
- Display filters now autocomplete.
- Support for the c-ares resolver library has been added. It has many
- advantages over ADNS.
- Many new protocol dissectors and capture file formats have been added.
- Macintosh OS X support has been improved.
- GeoIP database lookups.
- OpenStreetMap + GeoIP integration.
- Improved Postscript(R) print output.
- The preference handling code is now much smarter about changes.
- Support for Pcap-ng, the next-generation capture file format.
- Support for process information correlation via IPFIX.
- Column widths are now saved.
- The last used configuration profile is now saved.
- Protocol preferences are changeable from the packet details context menu.
- Support for IP packet comparison.
- Capinfos now shows the average packet rate.
Security fixes:
- The AFS dissector could crash.
- The Infiniband dissector could crash on some platforms.
upstream changes:
- No changelog available
pkgsrc changes:
- Add patch to include <sys/time.h> so gettimeofday() actually works
- Regen patches for changed line numbers
Fontspec is a package for XeLaTeX. It provides an automatic and
unified interface to feature-rich AAT and OpenType fonts through the
NFSS in LaTeX running on XeTeX. XeTeX (the successor to TeX-GX) is a
TeX-variant (originally for Mac OS X, but now available in the major
distributions for other platforms, too) that accepts unicode input and
can access system fonts directly.
- Updating package for p5 module Cisco::Abbrev from 0.02 to 0.03
- Adjusting license according to module POD
Upstream changes:
0.03 2009-04-17
Added 'Eth' --> 'Ethernet' mapping.
Thanks to: Petya Kohts <kohts@yandex-team.ru>
* Save (but do not recompress) APNG chunks if the output file has the
".apng" extension and the color_type and bit_depth are not changed.
Changes 1.6.20:
* Changed local variable "write" to "wwrite" in inffast.c (zlib) to avoid
shadowed declaration warning.
- Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06
- Adjusting dependencies according to META.yml
- Changing module type (Module::Install::Bundled required?), because
bundled Module::Install contains additional packages
Upstream changes:
0.06 2009-07-17 23:33:00
- Work correctly with positional parameters followed by a hashref
passed to new_with_traits.
0.05 2009-07-17 20:15:34
- Add support for composing MooseX::MethodAttributes roles into
anonymous classes correctly.
- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05
- Adjusting license / Moose dependency according to META.yml
Upstream changes:
0.05 2009-07-15
- Now requires Moose 0.84 to prevent test failures.
0.04 2009-07-09
- This module unconditionally deleted the "is" parameter, which meant
it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
by Jesse Luehrs. RT #47711.
from 0.00901 to 0.00902
Upstream changes:
0.00902 July 10, 2009
- Bump required Moose version to avoid issues with is => 'bare'
when an older version of Moose is already installed.
- Updating package for p5 module MooseX::ClassAttribute from 0.08 to 0.09
- Adjusting license to ${PERL5_LICENSE} and dependency to required
Moose version according to META.yml
Upstream changes:
0.09 2009-07-09
- An attribute with a builder that wasn't also lazy caused an
exception when the attribute's accessor was called.