* Correctly save the position of a pgFrame, per a report from Andreas Laggner
and Dan Halbert.
* Fix the reverse engineering of a function, per a report from Kieran McCusker.
* Fix the xmlTextWriterEndDocument check when saving a favorite.
* Fix an SQL error when changing a parameter for a database, role/user and
a function.
* Fix the display of a type with a specific typmod.
* Select the server choosen with the /s command-line argument.
* Fix the call to the Slony-I storenode function.
* Fix display of the date/time chooser.
Upstream changes:
1.21 Tue Mar 23 12:08:47 AUSEST 2010
* TEST: t/win32.t has more sane handling of skipped and
unimplimented tests.
* TEST: Author tests no longer leave the permissions of
not_an_exe.txt permanently changed.
* BUGFIX: capture/capturex no longer break STDOUT when
running an unknown command under Windows. Many thanks
to Jan Krynicky for a fix. (RT #48319)
* BUILD: Upgraded to Module::Install 0.93.
Pkgsrc changes:
- patch to prevent test deadlocks on NetBSD
Upstream changes:
0.89 Wed 31 Mar 2010
- Revert extended tests to require "oslo consensus" variables -
http://use.perl.org/~Alias/journal/36128
- Add IO::Pty to META.yml requirement This has been inconsistently
depended on over the years in META.yml
0.88 Tue 30 Mar 2010
- Missed dangling isa in IPC::Run::Debug
- Fix retry for read of fh when I get "Resource temporarily
unavailable."
It was previously pounding on the file handle with no rest 200
times then giving up. On fast systems this wasn't long enough.
I'm implementing select(undef, undef, 0.01) to provide a more
consistent retry among hardware and os.
- Fix POD indentation in IO.pm
0.87 Mon 29 Mar 2010
- Add doc type fixes - RT 56030 from carnil (Debian)
- Remove reccommends for AUTHOR only modules
- add pod_coverage and simplify pod test.
- document undocumented public subs with TODO and best guess as
to what they do.
- Explicity recommend IO::Pty version number 1.08
0.86 Wed 24 Mar 2010
- Add all files to subversion for easier releases
- bump version on ALL files to 86
0.85 Mon 22 Mar 2010
- Remove use UNIVERSAL. - RT 51509
- fix pod for Win32Helper - RT 51695
- Better PATHEXT logic bug if cmd_name contains periods - RT 50739
- Enhance tests for run.t for better diagnostics - RT 47630
Upstream changes:
0.45 Mar 19 2010
- fixed parsing of movie top info (thanks to Stefan Göbel for the patch);
- added new test for top movie info;
- fixed a few tests.
0.44 Mar 17 2010
- fixed issue with retrieving movie by its title (thanks to Peter Valdemar
Mørch for patch);
- fixed issue with parsing person birthday and birthplace;
- fixed tests.
Upstream changes:
Version 0.5001
Switch to a course version-check to recognize that regexps are
first-level (otherwise would need to rely on Scalar::Utils).
(Tested to work with 5.8, 5.10, 5.11.)
Upstream changes:
0.13 2010-03-28
- Circular symlinks would cause instantiating a watcher to die with an error
from File::Find. These are now ignored. Reported by Jon Schutz. RT #55883.
- Fixed misspelling of IO::KQueue in auto features. Reported by Jens
Rehsack. RT #54905.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.10 Wed Apr 14 19:20:00 CET 2010
- Now requires ExtUtils::ParseXS 0.2202.
- C++ Exceptions can now be handled with code much like typemaps
%exception{Name}{Exception}...
int MethodFoo() %catch{Name};
Detailed documentation in ExtUtils::XSpp::Exception.
- Grammar simplifications.
- Fixed 'methods' argument of Class node constructor.
- Parse 'static' as a synonym of 'package_static'.
- Parse pure virtual functions correctly.
to version 0.27.03 (upstream version 0.2703).
Upstream changes:
0.2703 - Tue Mar 16 17:10:55 EDT 2010
Bugs fixed:
- fixed tests for Windows and MSVC [Jan Dubois]
Pkgsrc changes:
- Adjust LICENSE
Upstream changes:
1.30 Mar 20, 2010
- Added the ability to create light weight exceptions, which don't record a
stack trace or any other context info (time, pid, etc.). This is done by
setting $class->NoContextInfo to a true value for the exception class. Based
on a patch by Graham Barr. RT #54826.
- Fixes for vfork(), bogus $TMPDIR, .export and realpath(3)
- boot-strap fixes to allow -m .../mk, no default use of /usr/share/mk
on !NetBSD, honor --with-default-sys-path
- Other small improvements
Upstream changes:
Release 0.66 - 12th April 2010
- Move to faster method of collecting data. Could be up to twice as fast now.
- Add -replace_ops options to be able to revert to previous collection method.
- Test against 5.12.0 and update tests as necessry.
- Work better with non-existent databases.
- XS fixes related to overriding ops rather than replacing runops
(Florian Ragwitz).
- Don't chmod created directories (mkdir should suffice).