Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
0.10 Fri Jan 16 2004
- don't local(*INC} unless $self->{INC}
- this version by Brian McCauley <nobull@cpan.org>
0.09 Thu Jan 15 2004
- catch and re-thow exceptions (not doing so seems to cause
segfault sometimes)
- restore opmask, %INC and @INC (default backward-compatabile
mode inhibits this)
- test.pl now has some real tests
- Safe::Hole::User namespace so that Carp can do the right thing
- this version by Brian McCauley <nobull@cpan.org>
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
2007-06-17 Malcolm Nooning <m.nooning@comcast.net> (0.43)
* lib/Net/Daemon.pm Needed to up the VERSION number
2007-06-16 Malcolm Nooning <m.nooning@comcast.net> (0.42)
* t/forkm.t: Added a wait so that the parent will not loop
around and make another child until the previous child has
been destroyed.
2007-05-23 Malcolm Nooning <m.nooning@comcast.net> (0.41)
* t/forkm.t: When all ten childs are exited,
sub CatchChild will now exit.
2007-05-16 Malcolm Nooning <m.nooning@comcast.net> (0.40)
* t/threadm.t: The tests are now skipped with a
passing indication when usethreads is defined, which
would mean that the ithreadm tests are the ones that
matter.
Test.pm: A patch from todd.e.rinaldo was used. I do
not remember what the issues were.
Pkgsrc changes:
o Add HOMEPAGE
o Revert MAINTAINER to pkgsrc-users as per request from maintainer
Upstream changes:
1.14:
* Updated tests so that 04subrefs.t no longer fails if getpwuid is not
defined. RT#2083.
Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.21
Updated www/p5-Catalyst-Plugin-Authentication to 0.10007
Updated www/p5-Catalyst-Plugin-Authorization-Roles to 0.07
Updated www/p5-Catalyst-Plugin-StackTrace to 0.09
Updated www/p5-CatalystX-CRUD-Controller-RHTMLO to 0.16
Added databases/p5-Rose-DBx-Object-MoreHelpers version 0.02
Updated databases/p5-CatalystX-CRUD to 0.29
Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.13
Updated archivers/p5-Archive-Zip to 1.24
Updated devel/p5-B-Utils to 0.06
Updated devel/p5-Compress-Raw-Zlib to 2.015
* Windows build: Fix the build on the freely available Visual Studio Express
compiler.
Changes 1.6.2:
* Fix build on OSX when both Quartz and Xlib surfaces are enabled
* Fixed a bug where an exception message would often report "Success" when it
should have reported an error message
* Added ability to get the error status code from an exception:
Cairo::logic_error::get_status_code()
* Added new elements to the surface type enumeration
Upstream changes:
2.015 3 September 2008
* Makefile.PL
Backout changes made in 2.014
2.014 2 September 2008
* Makefile.PL
Updated to check for indirect dependencies.
Pkgsrc changes:
o Package now uses C
Upstream changes:
0.05_09 Sat Apr 6 16:09:.. CEST 2008
- Allow for nested disjunctions in opgrep patterns.
0.05_08 Sat Apr 5 22:58:.. CEST 2008
- I-am-a-muppet.
- Removed spurious use of Data::Compare.
0.05_07 Tue Apr 4 18:15:.. CEST 2008
- opgrep() can now capture sub-ops so if you plan to
extract information from or modify a deeply nested
op-tree, you don't have to do the tree-walking
yourself.
0.05_06 Tue Apr 3 18:15:.. CEST 2008
- Add the as_opgrep_pattern() method to B::OP for
dumping op trees as patterns for matching with opgrep.
- Add warnings.
- Documentation fixes.
0.05_05 Tue Apr 1 18:15:.. CEST 2008
- Fix POD error and update README.
0.05_04 Tue Apr 1 18:10:.. CEST 2008
- Fix bug in opgrep() alternations.
- Add the "kids" keyword to the opgrep syntax.
- Add the "dump" keyword to the opgrep syntax for debugging.
- Fixed the Change log (yes, this file) for the last
version since the comment on an opgrep() change was
incorrect.
0.05_03 Sun Mar 30 11:13:.. CEST 2008
- Fix various bugs in opgrep(). Did that work in 0.05_02 at all?
- Introduce op_or() to match one of many possible conditions.
- Add a longer example to opgrep() documentation.
- Fix POD markup.
- Add a clear license statement to the docs.
- Use a string as version -- otherwise it might not be flagged
as a development release!
0.05_02 Thu Dec 1 ..:..:.. ... 2005
- ->parent works for all tests now.
- Added more tests.
0.05_01 Fri Oct 28 23:00:00 CST 2005
- Added tests. That's the focus of my work right now.
- opgrep() now acceps \@conditions
assertions may be code references
- Lots of changes to ->parent. This is in progress. It fails when
the parent of a node does not exist in the execution pathway of
a program. The unused null() ops rooting some conditionals, etc.
This function fails tests.
- Added a function recalc_sub_cache so anon_subs, all_starts, and
all_roots' cache of functions can be cleared.
- Added functions ->siblings, ->ancestors, ->descendants, and
_uniq_ops.
Upstream changes:
1.24 Sun 23 Aug 2008 - Adam Kennedy
- Blatantly pander to CPANTS by adding use strict to a deprecated module
- Add an explicit load of FileHandle since in some circumstances,
calling GLOB->print() failed.
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 :
- Archive-Zip wrote faulty .zip files when $\ was set (such as when running
using perl -l).
- Incorporated a heavily modified version of ECARROLL's test file.
- Thanks for ECARROLL for reporting it, and helping with the investigation.
- The fix was to convert all $fh->print(@data) to $self->_print($fh, @data)
where the _print() method localizes $\ to undef.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 :
- Incorrect file permissions after extraction.
- Archive-Zip did not set the file permissions correctly in
extractToFileNamed().
- Added t/10_chmod.t and t/data/chmod.zip. Changed
lib/Archive/Zip/Member.pm.
- Reported by ak2 and jlv (Thanks!)
- SHLOMIF wrote the test script.
- (SHLOMIF)
- Removed a double "required module" from the Archive::Zip POD.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation
improvement"):
- mentioned Archive::Zip::MemberRead in a few places.
- TODO:
- 1. Add a method to Archive::Zip to get a ::MemberRead from an
archive member using -> notation. (?)
- 2. In the POD of ::MemberRead - replace the indirect object
call.
- Changed the POD of ::MemberRead:
- replaced the indirect object construction with $PKG->new().
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 :
- changed the example to read unless ( .. == AZ_OK) instead of
unless ( != AZ_OK), which was incorrect.
Pkgsrc changes:
o Adjust dependencies, 0.29 of CatalystX::CRUD now required
o Canonicalize HOMEPAGE
Upstream changes:
0.13 23 Aug 2008
* support new *_related methods in core API
Pkgsrc changes:
o Sort dependencies according to list in upstream package
o Add overlooked dependency on p5-Class-Accessor
Upstream changes:
0.29 23 Aug 2008
* fix typos in the Tutorial
* add relationship methods to Controller, ModelAdapter and
Model core API.
* added sugary alias methods for read(), update() and
delete() to match CRUD.
* refactored REST controller to support related methods
and provide better HTTP status checks and responses.
Changes since 2.2a4 [2007-05-30]:
- Various dates displayed now follow the ISO 8601 format.
- Graph start date, end date and creation dates can now be added to the image.
- Data Source Templates have been enhanced:
- Dynamic elements can now be stacked on top of previous graph element not
just on top of themselves (courtesy of Francois Deppierraz),
- Number of elements can be used in dynamic element CDEFs, and Formula field,
- Builtin formulas allow calculating the AVERAGE and STDDEV,
- Old files and files without values are automatically skipped (courtesy of
R.P. Aditya).
- Orange look, still ugly though :)
- New Data Source rows are now properly disabled on load.
- Allow &DBFinder() to follow symlinks.
- Switched to /usr/bin/perl (from /usr/local/bin/perl).
In the tradition of Rose::DB::Object::Helpers, more importable methods.
This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn
documentation for a full explanation of how to import methods from
this class. The helper methods themselves are described below.
Upstream changes:
0.16 25 Aug 2008
* refactor the form_to_object() to avoid setting the PK
value for a new object
0.15 24 Aug 2008
* fix the form_to_object() method to work with 0.29 core REST api
Pkgsrc changes:
o Adjust dependencies
Upstream changes:
0.09 2008-09-03 12:00:00
- Filter out unwanted stack frames and attributes in the
$SIG{__DIE__} handler instead of finalize_error().
- Avoid stringifying refs in the trace, since we now throw them
away immediately.
Upstream changes:
0.10007 2008-08-17
- Update tests prereqs to include Test::Exception (RT #36339)
- Some documentation fixes (including RT #36062)
- Compatibility fix where the use of new style config and old
style Authentication::Store::Minimal would cause a crash
(Reported & fixed by Jos Boumans C<kane@cpan.org>)
- Documentation update on Password - to indicate proper field naming
- Decouple Authentication system from session. The realm class
now allows complete control over how a user is persisted across
requests.
- pod fixes (RT #36062, RT #36063)