* Attachments, charts, and graphs would sometimes be garbled on Windows. (Bug 464992)
* Saving changes to parameters would sometimes fail silently (particularly on Windows when the web server didn't have the right permissions to update the params file). Bugzilla will now throw an error in this case, telling you what is wrong. (Bug 347707)
* If you were using the usemenuforusers parameter, and a bug was assigned to (or had a QA Contact of) a disabled user, that field would be reset to the first user in the list when updating a bug. (Bug 465589)
* If you were using the PROJECT environment variable to have multiple Bugzilla installations using one codebase, project-specific templates were being ignored. (Bug 467324)
* Some versions of the SOAP::Lite Perl module had a bug that caused Bugzilla's XML-RPC service to break. checksetup.pl now checks for these bad versions and will reject them. (Bug 468009)
* The font sizes in various places were too small, when using the Classic skin. (Bug 469136)
Security fix for: http://www.bugzilla.org/security/3.0.7/
+ Saving changes to parameters would sometimes fail silently. Bugzilla
will now throw an error instead of failing silently. (bug 347707)
Security fixes for: http://www.bugzilla.org/security/2.22.6/
Collection.
The Perl 5 module Config::Auto provides an interface to diverse
config file formats 'magically': colon separated, space separated,
equals separated, XML, Perl code, Windows INI, BIND9 and irssi style
config files format are supported.
Collection.
The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.
Collection.
The Perl 5 module Config::INI yet another config module implementing
yet another slightly different take on the undeniably easy to read
or write ".ini" file format. Its default behavior is quite similar
to that of Config::Tiny, on which it is based. The chief difference
is that Config::INI is designed to be subclassed to allow for
side-effects and self-reconfiguration.
Packages Collection.
The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
provide methods for handling reading from or writing to strings or
files designated by name: only a method to handle file handles has
to be provided.
distfile for 3.15 is no longer available via CPAN.
Upstream changes:
3.16 - 2009-01-23
* fix DEFSV_set() for threaded 5.005 perls
* add G_METHOD support to call_sv()
changes:
-many improvements to PTP
-Experimental driver for jl2005c based cameras added
-Serial driver: do not lock device during probe to reduce startup time
-bugfixes
-translation updates
pkgsrc note: tested with EOS40D (capture das still not work)
Pkgsrc changes:
- Adjust dependency on devel/p5-Class-MOP
- Remove build dependency on devel/p5-Test-LongString
Upstream changes:
0.65 Thu, January 22, 2008
* Moose and Moose::Meta::Method::Overridden
- If an overridden method called super(), and then the
superclass's method (not overridden) _also_ called super(),
Moose went into an endless recursion loop. Test provided by
Chris Prather. (Dave Rolsky)
* Moose::Meta::TypeConstraint
- All methods are now documented. (gphat)
* t/100_bugs/011_DEMOLISH_eats_exceptions.t
- Fixed some bogus failures that occurred because we tried to
validate filesystem paths in a very ad-hoc and
not-quite-correct way. (Dave Rolsky)
* Moose::Util::TypeConstraints
- Added maybe_type to exports. See docs for details. (rjbs)
* Moose
- Added Moose::Util::TypeConstraints to the SEE ALSO
section. (pjf)
* Moose::Role
- Methods created via an attribute can now fulfill a "requires"
declaration for a role. (nothingmuch)
* Moose::Meta::Method::*
- Stack traces from inlined code will now report its line and
file as being in your class, as opposed to in Moose
guts. (nothingmuch).
Pkgsrc changes:
- Add patch on Makefile.PL so that the generated Makefile does not
require gmake
Upstream changes:
0.76
* Class::MOP::Method::Generated
- Added new private methods to support code generation, which
are being used by Moose and can be used by MooseX
authors. (mst)
- Generated methods are now generated with a #line directive
reflecting the source of the generated method. (nothingmuch)
* Class::MOP::Class
- Clarified documentation of methods that return
Class::MOP::Method objects. (doy)
* Class::MOP
- Clarified documentation of the metaclass cache methods. (Sartak)
* Tests
- Add test showing how the xs Class::MOP::is_class_loaded can
be made to operate differently to the pure perl version (t0m)
Pkgsrc changes:
- Add more required dependencies (for all features)
Upstream changes:
1.3.2
- make plugins be M::I features so dependencies are optional
- resolve rt.cpan#42506 readdir might fail
- test use of all plugins supported by Perl core
- Add irc nick for oliver
Upstream changes:
0.16 Sat Jan 17 12:29:04 GMT 2009
- Fixed 07_synopsis.t test on Cygwin
0.14 Thu Jan 15 09:43:58 GMT 2009
- Enabled 'prefix' to be specified.
Upstream changes:
2009-01-16 Jarkko Hietaniemi <jhi@iki.fi>
* Add overload for '@{}' as suggested by John Loverso,
meaning that you can now do @$set and get the members
of the set (unordered, mind) [rt.cpan.org #42452]
* Add overload for '=' (how did we manage so long without?)
[rt.cpan.org #42449]
* Remove explicit import of UNIVERSAL::isa()
[rt.cpan.org #42451]
* Modernize META.yml.
* Released as 1.23.
Pkgsrc changes:
o Remove patch, no longer needed
Upstream changes:
1.27, 15 Jan 2009
o Fix a typo that affected building against Perls with debugging
enabled.
o A minor #define refactor (Yuval).
o Squash some long-standing warnings I had been ignoring for ages and
Havard Eidnes prompted me to fix by logging an RT ticket for it.
o Squash some global clean-up warnings.
Upstream changes:
2.17 Sun Jan 18 2009
- Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
- Add ExtUtils::Miniperl to the list of core modules for all versions
>= 5.00504
- Add 5.8.9
- Fix release date for 5.002 (Grant McLean)