Upstream changes:
0.08 Sat Feb 13 17:05:23 GMT 2010
- Allow you to pass traits => 'OneTrait' rather than having to say
traits => ['OneTrait'] to help when getting traits from things that
want to send a scalar (e.g. Config::General)
pkgsrc changes:
- Adjust dependency to MooseX::Types::Structured
Upstream changes:
0.30 Thu, 04 Feb 2010 02:41:36 +0100
* Make Any instead of Defined the default type constraint.
* Add tests for coercing optional named parameters (Cory Watson).
+ Make those tests pass by depending on
MooseX::Types::Structured 0.20.
* Make sure Text::Balanced doesn't screw up our data.
pkgsrc changes:
- Using now available wanted module type
Upstream changes:
0.20 04 February 2010
- Add a new Map type. (Ricardo SIGNES)
- Properly handle Optional[] types within Tuples and Dicts.
(Florian Ragwitz)
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.13 2010-02-11
- Fixed tests that failed if you had an older version of
MooseX::AttributeHelpers installed.
0.12 2010-02-10
- Fixed so that applying a role with class attributes to an instance works
with Moose 0.98.
0.11 2010-02-09
- Roles can now have class attributes, which will be fully initialized when
the role is applied to a class.
- Many modules have been renamed from MooseX::ClassAttribute::Role::Meta::* to
MooseX::ClassAttribute::Trait::*.
- Deprecated the get_class_attribute_map method.
- Added a version number to every .pm file.
* keylookup:
+ Fixed typo noticed by lintian in manpage keylookup.1.
* caff:
+ Set the Sender header with the email address which is used for the From
header. This overrides the default value which was set by the
MIME::Entity Perl module based on the local hostname. (Closes: #556782)
bzr 2.0.3
#########
:Codename: little italy
:2.0.3: 2009-12-14
The third stable release of Bazaar has a small handful of bugfixes. As
expected, this has no internal or external compatibility changes versus
2.0.2 (or 2.0.0).
Bug Fixes
*********
* ``bzr push --use-existing-dir`` no longer crashes if the directory
exists but contains an invalid ``.bzr`` directory.
(Andrew Bennetts, #423563)
* Content filters are now applied correctly after pull, merge and switch.
(Ian Clatworthy, #385879)
* Fix a potential segfault in the groupcompress hash map handling code.
When inserting new entries, if the final hash bucket was empty, we could
end up trying to access if ``(last_entry+1)->ptr == NULL``.
(John Arbash Meinel, #490228)
* Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325)
bzr 2.0.2
#########
:Codename: after the scare
:2.0.2: 2009-11-02
The second in our "let's keep the stable bugfixes flowing" series. As
expected this has a few (~9) bugfixes relative to 2.0.1, and no major api
changes or features.
Bug Fixes
*********
* Avoid "NoneType has no attribute st_mode" error when files disappear
from a directory while it's being read. (Martin Pool, #446033)
* Content filters are now applied correctly after revert.
(Ian Clatworthy)
* Diff parsing handles "Binary files differ" hunks. (Aaron Bentley, #436325)
* Fetching from stacked pre-2a repository via a smart server no longer
fails intermittently with "second push failed to complete".
(Andrew Bennetts, #437626)
* Fix typos left after test_selftest refactoring.
(Vincent Ladeuil, Matt Nordhoff, #461149)
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
(Andrew Bennetts, #445171)
* PreviewTree file names are not limited by the encoding of the temp
directory's filesystem. (Aaron Bentley, #436794)
Improvements
************
* ``bzr log`` now read-locks branches exactly once, so makes better use of
data caches. (Andrew Bennetts)
Documentation
*************
* Filtered views user documentation upgraded to refer to format 2a
instead of pre-2.0 formats. (Ian Clatworthy)
Upstream changes:
0.98 Wed, Feb 10, 2010
[BUG FIXES]
* An internals change in 0.97 broke role application to an instance in some
cases. The bug occurred when two different roles were applied to different
instances of the same class. (Rafael Kitover)
0.97 Tue, Feb 9, 2010
[BUG FIXES]
* Calling ->reinitialize on a cached anonymous class destroyed the cache,
causing the class to go out of scope unexpectedly. This could easily
happen at a distance by applying a metarole to an anonymous class. (Dave
Rolsky).
* Version 1.18 (released 2010-02-15) [stable]
** libidn: Put forgotten symbols under old namespace.
Reverts one unnecessary change introduced in 1.17. Suggested by Marco
d'Itri <md@linux.it>.
pkgsrc changes:
- Adjust module file permission
Upstream changes:
0.12 Mon Feb 15 19:23:52 CST 2010
Thanks to MONS for addressing these:
- rt 39183 fallback to Clone::PP if needed/possible
- rt 43056 OO support for more sane behavior non-trampling
This version is a cleaned up version of MONS' patch in rt 43056 plus:
Added tests for OO behavior.
Cleaned up POD a little
perltidy
pkgsrc changes:
- Add license definition
- Reduce to one homepage
- Adjust dependencies
Upstream changes:
version 1.01: Mon Feb 15 10:21:42 CET 2010
Fixes:
- do not use /bin/pwd in t/pod.t
Improvements:
- use Log::Report for error handling.
update of devel/p5-Hash-Case to 1.01{0}.
Handling messages to users can be a hassle, certainly when the same module
is used for command-line and in a graphical interfaces, and has to cope
with internationalization at the same time; this set of modules tries to
simplify this. Log::Report combines gettext features with Log::Dispatch-like
features. However, this module can be used to do only translations or only
message dispatching.
libifp is a general-purpose library-driver for iRiver's iFP
(flash-based) portable audio players.
This driver has been reported to work with models iFP1xx, 3xx, 5xx,
7xx, 8xx, 9xx and N10.
pkgsrc changes:
- Update dependencies
- Adjust module type
Upstream changes:
1.210 Mon 15 Feb 2010
Summary:
- Packaging fixes
Details:
- No functional changes
- Upgrading to Module::Install 0.93
- Added missing test_requires dependency for Class::Inspector
1.209 Sat 6 Feb 2010
Summary:
- Small optimisation release
Details:
- No functional changes
- Upgrading to Module::Install 0.92
- Moved the Test::ClassAPI test to only run during RELEASE_TESTING
to reduce the dependency load (and occasionally Test::ClassAPI seems
to FAIL on CPAN Testers.