- Updating package for p5 DateTime modules from 0.49 to 0.50
Upstream changes:
0.50 2009-05-11
- Tests were failing on Win32 because they attempted to use a negative
epoch. Fixed so that these tests are skipped. Fixes RT #45966.
- Updating package for p5 module Variable::Magic from 0.34 to 0.35
Upstream changes:
0.35 2009-05-15 20:50 UTC
This is a maintenance release. Users of 0.34 can skip this update.
+ Chg : uvar magic used to be enabled for 5.9.5. It now requires 5.10 or
later.
+ Fix : Silence compilation warnings for cxinc().
+ Rem : The workaround introduced in 0.31 for the "Unknown errors" issue
was removed, as regression tests show that 0.34 provides a
better fix.
+ Tst : Skip t/40-threads.t on 5.8.x with old versions of threads and
threads::shared.
- Updating package for p5 module Module::Install from 0.86 to 0.88
- Adjusting dependencies
Upstream changes:
0.88 Thu 14 May 2009
- Show what version is currently installed when deps are not new
enough (patch by RIBASUSHI, applied by MSTROUT)
- Tweak _check_lock to not load CPAN when new enough -and- no env
vars present - otherwise we still accidentally configure the thing
for no good reason (MSTROUT, feeling particularly dumb)
- Module::Install::Admin::Include now had a '=head1 NAME',
which should avoid problems when generating man pages.
Many thanks to Simon Bertrang for the patch. (PJF, RT #45811)
0.87 Thu 7 May 2009
- The other half of MSTROUT's changes
- A note mentioning to bug MSTROUT if you run into problems
- Updating package for p5 module Log::Log4Perl from 1.21 to 1.23
Upstream changes:
1.23 (2009/05/12)
* (ms) DBI-1.608 removed a DBD::File 'feature' that allowed leaving
out parameters in a bound execute(). This caused the test
suite to fail (http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/af1f5c875165c387). Fixed the test cases to pass the correct
number of parameters every time.
* (ms) Better error message in the DBI appender on bad SQL, missing
bind parameters, or other execute() errors.
* (ms) Made DBI test suite more robust against preexisting conditions
* (ms) Added force_next_check() for init_and_watch(), cleaned up
Config::Watcher code.
* (ms) Fixed test suite to run on Strawberry Perl on Win32 (reported
by kmx on https://rt.cpan.org/Ticket/Display.html?id=45983)
* (ms) Added 'utf8' option to screen appender and easy mode, some of
it suggested in
http://rt.cpan.org/Public/Bug/Display.html?id=36673 by
Shantanu Bhadoria.
1.22 (2009/05/02)
* (ms) is_xxx() returned true prior to L4p initialization. Fixed it
and adapted test suite.
* (ms) Added test cases on syswrite in recreate mode
* (ms) Applied patch by Jens Berthold <log4perl@jebecs.de> to
avoid semaphore cleanup in spawned children.
* (ms) Added %m{chomp} feature, 'message_chomp_before_newline' option,
and documentation on newlines and logging messages, all
suggested by Tim Bunce (see PatternLayout).
- Updating package for p5 module Exception::Class from 1.27 to 1.29
- Setting license to gnu-gpl-v2
Upstream changes:
1.29 May 8, 2009
- Make sure that there is only one line that the toolchain can pick up
when looking for this module's $VERSION.
1.28 May 6, 2009
* Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of
which have been undocumented for many years.
- Moved Exception::Class::Base to its own file, so it doesn't
overwrite the $VERSION in Exception::Class (and for general
sanity). Reported by Kirk Baucom.
values on NetBSD, we we get correctly referred to __utime50() which can handle
64-bit values. This fixes a problem where mailbox mtimes were being reset to 0
Note that this actually causes some build warnings as the code uses
"time_t tp[2]" instead of "struct utimbuf tp" (contains two time_t values)
Although the <os_bsi.h> file says it is used for BSDI, it seems to be used by
NetBSD and OpenBSD, both of which have the <utime.h> and <time.h>
bump PKGREVISION
- Updating package for p5 module Class::Accessor from 0.31 to 0.33
Upstream changes:
0.33 Tue May 5 00:15:09 JST 2009
- small cleanups to fix RT#45592 and RT#43493
0.32 Tue Jun 10 10:31:06 JST 2008
- use Sub::Name to give names to anon subs to fix RT#17856
- Updating package for p5 PathTools modules (Cwd, File::Spec, ...) from
3.29 to 3.30
- Setting license to gnu-gpl-v2
Upstream changes:
3.30 - Sun May 10 10:55:00 2009
- Promote to stable release.
3.29_01 - Thu May 7 20:22:00 2009
- Minor fixes for QNX6. [Sean Boudreau]
- Update to support VMS in Unix compatible mode and/or file names using
extended character sets. (RT #42154) [John Malmberg]
- VMS support for Unix and extended file specifications in File::Spec
(RT #42153) [John Malmberg]
- Updating package for p5 module YAML::Tiny from 1.36 to 1.38
- Setting license to gnu-gpl-v2
Upstream changes:
1.38 Sat 16 May 2009
- Moving the test suite style closer to Parse::CPAN::Meta
- Changed exceptions closer to Parse::CPAN::Meta
- Fixed Changes file date for 1.37 :)
1.37 Sat 16 May 2009
- Call $self->_error instead of $class->_error when we can
- Refactoring away some of the code other people have been
contributing lately that most certainly NOT ::Tiny style.
- Avoid the need to do '' escaping by moving it to "'"
- Added comparative testing with YAML::Perl
- Updating package for p5 module Parse::CPAN::Meta from 0.05 to 1.38
- Setting license to gnu-gpl-v2
Upstream changes (since 0.05):
1.38 Sat 16 May 2009
- Synchorised version numbers with YAML::Tiny
- Code shrinkages to the bloaty Unicode/BOM code
- Merging a ton more tests from YAML::Tiny
- Added back some pointless options to yaml_ok that keep our
codebase closer to YAML::Tiny (which should help with syncing)
- Changed exceptions to be closer to YAML::Tiny
- Updating package for p5 module SQL::Abstract from 1.53 to 1.55
- Adjusting dependencies (and arrange them to alphabetical order)
Upstream changes:
revision 1.55 2009-05-17 22:54 (UTC)
----------------------------
- make sure that sql generation does not mutate the supplied
where condition structure
revision 1.54 2009-05-07 17:23 (UTC)
----------------------------
- allow special_operators to take both code refs and method names
(makes it possible to properly subclass the builtin ones)
various configuration and example files. Leave the installation of the
example files to "pkgsrc" instead.
Problem reported by Hasso Tepper in private e-mail.
- Updating package for perl module Array::Diff to 0.05.002 from 0.05
- Setting license to gnu-gpl-v2
Upstream changes:
0.05002 2009-05-12T11:54:26+09:00
- upgrade copyright and license statement in document (Thanks to Peter Pentchev)
0.05001 2009-05-11T10:39:47+09:00
- upgrade a document. (Thanks to Peter Pentchev)
- Updating package for perl modules List::Util and Scalar::Util to 1.20
from 1.19 (which is in perl core, too)
- Setting license to gnu-gpl-v2
Upstream changes:
1.20 -- Wed May 13 16:42:53 CDT 2009
*** NOTE***
This distribution now requires perl 5.6 or greater
Bug Fixes
* Fixed stack pop issue in POP_MULTICALL
* Fixed error reporting in import when XS not compiled
* Check first argument to reduce is a CODE reference to avoid segfault
* Handle overloaded and tied values
* Fix tainted test to run on Win32
Enhancements
* Added List::Util::XS so authors can depend on XS version
* Removed need for dummy methods in UNIVERSAL for perl-only code
- Updating package for p5 module File::LibMagic from 0.91 to 0.94
- Setting license to gnu-gpl-v2
Upstream changes:
0.94 May 2009
small error in t/6-oo.t
0.93 May 2009
using Devel::CheckLib as suggested in
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
0.92 May 2009
"normalisation"-problem -> changed t/6-oo.t
Release Notes
Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.
Release date: 03.03.2009
Changes and improvements since Opera 9.63
Security
* Fixed an issue where specially crafted JPEG images could be used to execute
arbitrary code, as reported by Tavis Ormandy of the Google Security Team; see
our advisory: http://www.opera.com/support/kb/view/926/
* Fixed an issue where plug-ins could be used to allow cross domain scripting,
as reported by Adam Barth; details will be disclosed at a later date.
* Fixed a moderately severe issue; details will be disclosed at a later date.
* Added Untrusted Rootstore Capability:
* Opera downloads only the detailed information about untrusted (blacklisted)
certificates when they are encountered
* If download fails for certificate information in the list, Opera considers
any certificate matching the ID as untrusted
* Added version conditional fetching of certificate dependencies from an online
repository
* Fixed a problem downloading the CRL (Certificate Revocation List)
* Fixed a problem that could cause SSL to deadlock in one state, hanging the
connection
* Fixed a problem that could cause the incorrect calculation of Certificate IDs
* Implemented Extended Validation (EV) for cross-signed EV Root Certificates not
shipped by default
* Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
* Implemented Root Certificate fetching from an online repository when an
intermediate matches a certificate in the repository
* Improved support for weak encryption when importing .p12 private certificates
* Prevented security information documents from being written to disk
Miscellaneous
* Fixed a problem which created separate feed notifications; Opera now groups
them together
* Fixed a problem with the backspace key event in the Flash plug-in
* Fixed a problem with inline find when no text was entered, and the Enter key
was pressed
* Fixed an instability error with the 64 bit Linux version
- Updating package graphics/graphviz to 2.22.2
- Setting license to cpl-1.0
- Rework optional dependencies handling (handle dependencies
of dependencies)
Upstream changes:
March 13, 2009
- Release 2.22.2
- fix for buffer overflow (present in 2.22.0 and 2.22.1)
- Fixed bugs:
1596, 1602
March 9, 2009
- Release 2.22.1
- build fixes for Visual Studio and for FreeBSD
March 3, 2009
- Release 2.22.0
- Core:
- libgvc api changed, version bumped. Affects third party
applications using libgvc.
- plugin api changed, version bumped. Affects third party
plugins for graphviz.
- 90% conversion to cgraph has been done, but not enabled yet,
(and yes, its true what they say about the last 10% )
- drop libagraph from distribution (use libcgraph)
- layout code completely converted to floating point.
- new "dot -P" option for generating a graph of available
plugins.
- registered MIME type: text/vnd.graphviz for .gv files
- rename files from .dot to .gv to avoid conflict with
Word templates. .dot still supported, but deprecated.
- new command: mm2gv (matrix-market graph file conversion)
- rename commands: dot2gxl -> gv2gxl
gxl2dot -> gxl2gv
- Plugins:
- new rsvg plugin for support of node shapes in SVG format
- new gs plugin for support of node shapes in PS format
- new lasi plugin for support of UTF-8 characters in PS output
(the above thee plugins are Linux only, at the moment)
- new quartz plugin (MacOSx only)
- new gdiplus plugin (Windows only)
- new -Tvml support in core plugin (thanks Steve Roush)
- new -Ttk support in core plugin (also used by Tcldot and
gv_tcl language bindings.)
- disabled old style codegens completely
- Linux:
- new Ubuntu8 builds
- new Fedora 10 and 11 builds
- MacOSx:
- Universal binary for Leopard: i386, x86_64, ppc, ppc64
- Should not conflict with parallel install of MacPorts
version of graphviz
- Improved GUI
- Windows:
- VisualC project files now available, in addition to the GNU
Makefiles that are used the mingw builds.
- Language Bindings:
- fixed problem with writing dot, xdot, plain, canon to
memory or to Tcl_Channels
- renamed man pages to Debian style: gv.3tcl, gv.3perl, etc
- Fixed bugs:
827, 1365, 1366, 1367, 1368, 1374, 1375, 1376, 1378, 1380, 1382,
1383, 1385, 1386, 1388, 1390, 1391, 1392, 1394, 1395, 1397,
1398, 1399, 1405, 1407, 1410, 1412, 1414, 1415, 1416, 1421,
1424, 1425, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438,
1440, 1441, 1444, 1446, 1451, 1452, 1453, 1456, 1457, 1459,
1460, 1461, 1462, 1463, 1464, 1465, 1466, 1470, 1474, 1475,
1476, 1477, 1478, 1484, 1485, 1489, 1490, 1492, 1493, 1495,
1496, 1499, 1500, 1501, 1502, 1503, 1505, 1509, 1513, 1521,
1523, 1525, 1530, 1531, 1532, 1533, 1535, 1536, 1539, 1540,
1542, 1543, 1546, 1547, 1551, 1553, 1554, 1561, 1565, 1566,
1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
1582, 1584, 1586,
- Updating package for perl module Text::CSV_XS from 0.64 to 0.65
- setting license to gnu-gpl-v2
Upstream changes:
2009-05-14 0.65 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Initial known errors can now be checked on number (1002)
* More tests for illegal combinations
* Added -u option to examples/csv-check to validate utf-8 encoding
* Correct documentation for error_diag () return value in case of
contructor failure (Slaven, RT#46076)
* All error_diag () returns should now be dual-var (both numeric
and string context valid)