from 2.05 to 2.06
pkgsrc changes:
2.06 Sun Jan 15 00:44:13 CET 2012
No code change, but:
- More thoroughly remove @INC from the error output
- do not open output test files as utf8
- fix a warning when using a dev version of Module::CoreList
2.112150 to 2.120351.
pkgsrc changes:
- adding dependency to devel/p5-Parse-CPAN-Meta (backend to read
YAML/JSON) by source analyse
Upstream changes:
2.120351 2012-02-03 23:01:45 America/New_York
[OTHER]
- Fixed CPAN packaging errors
2.120350 2012-02-03 22:46:59 America/New_York
[BUGFIX]
- Work around a memory leak bug involving version objects
in boolean context.
2.113640 2011-12-30 15:19:46 America/New_York
[OTHER]
- Version::Requirements has now been merged as CPAN::Meta::Requirements,
rendering Version::Requirements itself redundant
2.112621 2011-09-19 12:15:16 America/New_York
[BUGFIX]
- Spell BACKEND environment variables correctly this time
[noticed by Stevan Little]
2.112620 2011-09-18 20:56:06 America/New_York
[BUGFIX]
- Protect tests against PERL_(YAML|JSON)_BACKEND settings that could
cause tests to fail. (RT #69979)
2.112600 2011-09-17 12:21:09 America/New_York
[DOCUMENTATION]
- Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]
2.112580 2011-09-15 10:53:59 America/New_York
[BUGFIX]
- Use UTF-8 mode for internal structure cloning to avoid bugs
in Perl <= 5.8.6 (RT #70936) [Dagfinn Ilmari Mannsåker]
devel/p5-Parse-CPAN-Meta from 1.4401 to 1.4402.
pkgsrc changes:
- adjusting dependencies to default requirements
Upstream changes:
1.4402 Tue Feb 07 2012
- Minor maintenance: standardized newlines to Unix style
devel/p5-CPAN-Meta-YAML as dependency of scheduled update of package
for CPAN module CPAN::Meta in devel/p5-CPAN-Meta.
This module implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like META.yml and MYMETA.yml.
It should not be used for any other general YAML parsing or generation
task.
NOTE: META.yml (and MYMETA.yml) files should be UTF-8 encoded. Users
are responsible for proper encoding and decoding. In particular, the
read and write methods do not support UTF-8 and should not be used.
from 2.01nb3 to 2.02
pkgsrc changes:
- add build/test requirement
Upstream changes:
2011-12-15 Dave Cross <dave@dave.org.uk>
* Build.PL, lib/Array/Compare.pm, t/test.t: Tests and fixes for RT bug 73287
(thanks to Andrew Solomon) Bump version number
2011-02-17 Dave Cross <dave@dave.org.uk>
* t/test.t: Removed old Perl 4-ish test comments.
2009-09-02 Dave Cross <dave@dave.org.uk>
* lib/Array/Compare.pm: Correct documentation of 'WhiteSpace' option.
Changes from previous:
----------------------
0.19 15/02/2011
- added missing prerequisite.
0.18 14/02/2011
- removed tests which are no longer applicable.
0.17 13/02/2011
- Distribution name chang: Test-YAML-Meta => Test-CPAN-Meta-YAML.
- This distribution now a wrapper around Test-CPAN-Meta-YAML.
Changes from previous:
----------------------
1.00 January 12, 2012
* MooseX::Role::Parameterized now depends on Moose 2.0300
released 2011-09-23 for its several core improvements, hence the
major version number bump.
* MXRP now uses the new meta_lookup feature added to Moose 2.0300
(specifically for MXRP) to avoid duplicating Moose-0.60-era
Moose::Role sugar. This means the error messages you get are
better, and there's a lot less ugly code in MXRP.
* Remove alias/excludes special case errors. They have long since been
replaced in core Moose by -alias and -excludes, and were finally
removed in Moose 2.0200.
* Expressly forbid using role { } inside role { } (which makes no
sense but I suppose you could accidentally trigger it)
* Documentation fix from cweyl@alumni.drew.eduhttps://github.com/sartak/MooseX-Role-Parameterized/pull/5
Changes from previous:
----------------------
2.0402 Sat, Feb 04, 2012
[OTHER]
* Minor documentation fixes.
* Fix test failure on blead (test was unnecessarily strict). Reported by
Nicholas Clark. (doy)
2.0401 Thu, Nov 17, 2011
[BUG FIXES]
* Attributes with weak_ref now weaken their associated slot when they are
initialized through a lazy default or builder. Reported by tome. (doy)
2.0400 Tue, Nov 15, 2011
[OTHER]
* No changes from 2.0302 (other than a few minor documentation tweaks).
2.0302 Wed, Nov 02, 2011
[BUG FIXES]
* Fix test failure on 5.8. (Dave Rolsky)
* Make make_immutable return value consistent and document it to be true.
(mst)
2.0301 Fri, Oct 21, 2011
[BUG FIXES]
* Fix compilation on 5.8. Reported by ether. (doy)
* A custom error class caused a warning when the class that used it was made
immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky)
[ENHANCEMENTS]
* The enum type will now allow single value enumerations. Previously, two or
more values were required. (rjbs)
2.0300 Fri, Sep 23, 2011
[DEPRECATIONS]
* The optimize_as option for type constraints has been deprecated. Use the
inline_as option to provide inlining code instead. (Dave Rolsky)
[API CHANGES]
* Methods to introspect a class's methods will now return methods defined in
UNIVERSAL (isa, can, etc.). This also means that you can wrap these
methods with method modifiers. RT #69839. Reported by Vyacheslav
Matyukhin. (Dave Rolsky)
* The ->parent and ->parents method for a union now return the nearest
common ancestor of that union's component types. See Moose::Manual::Delta
for more details. (Dave Rolsky)
* The ->parents method used to return an arrayref for union types, and a
list of one or more types for all other types. Now they all return
lists. (Dave Rolsky)
* The ->is_subtype_of and ->is_a_type_of methods have changed their behavior
for union types. Previously, they returned true if any of their member
types returned true for a given type. Now, all of the member types must
return true. RT #67731. (Dave Rolsky)
[ENHANCEMENTS]
* The Moose::Exporter module now has a "meta_lookup" option when creating an
importer. This allows you to specify an alternate method for determining
the metaclass of a caller. This is useful for modules like
MooseX::Role::Parameterized which generate new metaclasses on the
fly. (sartak)
* Added a Moose::Meta::Method->is_stub method. (Dave Rolsky)
[BUG FIXES]
* A subtype of a union type did not return the right results when you called
->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT
#70322. (Dave Rolsky)
* An attribute accessor or delegation method can overwrite a stub method and
this will no longer throw an error. Reported by Mark-Jason Dominus. RT
#69988. (Dave Rolsky)
* The error generated by unfulfilled method requirements during role
composition now mentions how to work around imported methods not being
recognized. Reported by Michael Schwern. RT #60583. (doy)
* class_type and role_type will now throw errors if you attempt to use them
to override existing types, just like type and subtype have always done.
(doy)
* Implicitly creating class or role types by using them as the 'isa' or
'does' parameter to attribute construction will now register the type. This
means that it cannot later be redefined as something else. (doy)
* $class_type->is_subtype_of no longer returns true if passed the name of the
class that the class type represents when the class type wasn't registered.
(doy)
* Removing anonymous metaclasses prematurely no longer prevents reaping of
the associated stash. (doy)
[OTHER]
* The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
no longer documented, and will cause a deprecation warning in the
future. Moose now uses Class::Load to provide this functionality, and you
should as well. (Dave Rolsky)
2.0205 Tue, Sep 06, 2011
[NEW FEATURES]
* The Array and Hash native traits now provide a "shallow_clone" method,
which will return a reference to a new container with the same contents as
the attribute's reference.
[ENHANCEMENTS]
* Specifying an invalid value in a hashref 'handles' value now throws a
sensible error. Reported by Mark-Jason Dominus. RT #69990. (Dave
Rolsky)
[BUG FIXES]
* When specifying an attribute trait, passing options for the trait besides
-alias or -excludes caused a warning. However, passing other options is
totally valid when using MooseX::Role::Parameterized. Fixes RT
#70419. (sartak)
* Allow regexp objects in duck_type constraints (to bring this in line with
the Object constraint).
2.0204 Thu, Aug 25, 2011
[BUG FIXES]
* Validating duck_type type constraint turned out to work only by accident,
and only when not running under the debugger. This has been fixed.
(Florian Ragwitz)
[OTHER]
* Loosen the dependency on ExtUtils::ParseXS.
2.0203 Tue, Aug 23, 2011
[BUG FIXES]
* is_class_loaded now properly detects packages which have a version object
in their $VERSION.
* Fix XS compilation under blead.
Changes from previous:
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------
Change: 392e713a33f57658bd31b4c47f3405890d733fbb
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-15 15:53:13 +0000
Bump revision to 1.350.
Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-12 02:39:51 +0000
Fix a couple tests that were using sig(CHLD).
They were expecting POE::Resource::Sessions to reap children at exit
time, and that's had to change.
Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-09 11:43:57 +0000
Add process IDs to debugging messages for some forking tests.
Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-09 11:38:35 +0000
Disable an assertion that system() must return 0 during $SIG{CHLD}.
Perl has a known issue where system() can return -1 (failure) when a
$SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
duty to work around the problem. Proper, reliable work-arounds would
incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
as needed instead. And watch the skies for a Perl fix:
https://rt.perl.org/rt3/Ticket/Display.html?id=105700
------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------
Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-06-05 18:06:45 +0000
Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
it.
pkgsrc changes:
- uses egg.mk now
upstream changes:
- fixed Issue #79: re-licensed argparse package under same license as
py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code
Changelog:
2012/02/13 Version 0.8.0
------------------------
The only changes since 0.8rc2 are:
* Improved repr of :data:`sentinel` objects
* :data:`ANY` can be used for comparisons against :data:`call` objects
* The return value of the :class:`MagicMock` `__iter__` method can be set to
any iterable and isn't required to be an iterator
Full List of changes since 0.7:
mock 0.8.0 is the last version that will support Python 2.4.
* Addition of :attr:`~Mock.mock_calls` list for *all* calls (including magic
methods and chained calls)
* :func:`patch` and :func:`patch.object` now create a :class:`MagicMock`
instead of a :class:`Mock` by default
* The patchers (`patch`, `patch.object` and `patch.dict`), plus `Mock` and
`MagicMock`, take arbitrary keyword arguments for configuration
* New mock method :meth:`~Mock.configure_mock` for setting attributes and
return values / side effects on the mock and its attributes
* New mock assert methods :meth:`~Mock.assert_any_call` and
:meth:`~Mock.assert_has_calls`
* Implemented :ref:`auto-speccing` (recursive, lazy speccing of mocks with
mocked signatures for functions/methods), as the `autospec` argument to
`patch`
* Added the :func:`create_autospec` function for manually creating
'auto-specced' mocks
* :func:`patch.multiple` for doing multiple patches in a single call, using
keyword arguments
* Setting :attr:`~Mock.side_effect` to an iterable will cause calls to the mock
to return the next value from the iterable
* New `new_callable` argument to `patch` and `patch.object` allowing you to
pass in a class or callable object (instead of `MagicMock`) that will be
called to replace the object being patched
* Addition of :class:`NonCallableMock` and :class:`NonCallableMagicMock`, mocks
without a `__call__` method
* Addition of :meth:`~Mock.mock_add_spec` method for adding (or changing) a
spec on an existing mock
* Protocol methods on :class:`MagicMock` are magic mocks, and are created
lazily on first lookup. This means the result of calling a protocol method is
a `MagicMock` instead of a `Mock` as it was previously
* Addition of :meth:`~Mock.attach_mock` method
* Added :data:`ANY` for ignoring arguments in :meth:`~Mock.assert_called_with`
calls
* Addition of :data:`call` helper object
* Improved repr for mocks
* Improved repr for :attr:`Mock.call_args` and entries in
:attr:`Mock.call_args_list`, :attr:`Mock.method_calls` and
:attr:`Mock.mock_calls`
* Improved repr for :data:`sentinel` objects
* `patch` lookup is done at use time not at decoration time
* In Python 2.6 or more recent, `dir` on a mock will report all the dynamically
created attributes (or the full list of attributes if there is a spec) as
well as all the mock methods and attributes.
* Module level :data:`FILTER_DIR` added to control whether `dir(mock)` filters
private attributes. `True` by default.
* `patch.TEST_PREFIX` for controlling how patchers recognise test methods when
used to decorate a class
* Support for using Java exceptions as a :attr:`~Mock.side_effect` on Jython
* `Mock` call lists (`call_args_list`, `method_calls` & `mock_calls`) are now
custom list objects that allow membership tests for "sub lists" and have
a nicer representation if you `str` or `print` them
* Mocks attached as attributes or return values to other mocks have calls
recorded in `method_calls` and `mock_calls` of the parent (unless a name is
already set on the child)
* Improved failure messages for `assert_called_with` and
`assert_called_once_with`
* The return value of the :class:`MagicMock` `__iter__` method can be set to
any iterable and isn't required to be an iterator
* Added the Mock API (`assert_called_with` etc) to functions created by
:func:`mocksignature`
* Tuples as well as lists can be used to specify allowed methods for `spec` &
`spec_set` arguments
* Calling `stop` on an unstarted patcher fails with a more meaningful error
message
* Renamed the internal classes `Sentinel` and `SentinelObject` to prevent abuse
* BUGFIX: an error creating a patch, with nested patch decorators, won't leave
patches in place
* BUGFIX: `__truediv__` and `__rtruediv__` not available as magic methods on
mocks in Python 3
* BUGFIX: `assert_called_with` / `assert_called_once_with` can be used with
`self` as a keyword argument
* BUGFIX: when patching a class with an explicit spec / spec_set (not a
boolean) it applies "spec inheritance" to the return value of the created
mock (the "instance")
* BUGFIX: remove the `__unittest` marker causing traceback truncation
* Removal of deprecated `patch_object`
* Private attributes `_name`, `_methods`, '_children', `_wraps` and `_parent`
(etc) renamed to reduce likelihood of clash with user attributes.
* Added license file to the distribution
FastGettext / Rails integration.
Translate via FastGettext, use any other I18n backend as extension/fallback.
Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.
GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34)
and threadsafe!
It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord +
any other), Chain, Loggers) and can easily be extended.
0.15nb1 to 0.17.
Upstream changes:
- Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
0.16 Fri Jul 08 2011
- EU::Depends version. The CPAN built version specified only 0.301
but Windows computers needed 0.302 so their CPAN clients were
broken.
from 1.10nb1 to 1.12.
Upstream changes:
1.11 rafl
- Add new keywords for 5.16, __SUB__ and evalbytes.
1.12 rurban
- Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281
- added diag before each big t/11keywords.t loop
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.
Upstream changes:
0.10 Mon, 06 Feb 2012 13:10:00 +0000
* In the Perl API, don't be confused by NULs in the parser buffer.
* Fix off-by-one error in buffer length check for set_linestr.
* Jump through some hoops to avoid compiler warnings.
* Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
* Note repository and bugtracker locations.
0.314 to 0.316.
pkgsrc changes:
- adjust dependencies according to meta data
Upstream changes:
0.316 2012-02-11 10:50:46 America/New_York
fix the test of "echo" on Win32 (thanks, Chris Williams)
0.315 2012-02-10 09:08:49 America/New_York
totally worthless release made by mistake
Capture::Tiny from 0.15 to 0.16.
Upstream changes:
0.16 2012-02-12 21:04:24 EST5EDT
Documented:
- Noted problems and workaround for FCGI's pathological tied STDIN
[rt.cpan.org #74681; thank you Karl Gaissmaier for testing the
workaround]
* Now supports the veracity vcs. Thanks, Jimmy Tang.
* vcsh is now supported without including a plugin.
* After checkout, run fixups chdired to the just checked out directory.
Change from previous:
---------------------
0.03 Thu, 17 Nov 2011 16:40:20 +0100
* Adapt to the new type constraint inlining API in Moose 2.0100
(Shawn M Moore).
required to update devel/p5-App-perlbrew.
CPAN::Perl::Releases is a module that contains the mappings of all
"perl" releases that have been uploaded to CPAN to the "authors/id/"
path that the tarballs reside in.
Changes from previous:
----------------------
0.15 2010.11.29
* Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure
on perl 5.11.4" (AZAWAWI)
0.14 2010.11.29
* Switched to Dist::Zilla (AZAWAWI)
* Refactored the packages into separate files and reorganized POD (AZAWAWI)
* Fixed q{near "package;"} regex bug (AZAWAWI)
* Added "use strict; use warnings;" to all of the tests (AZAWAWI)
pkgsrc changes:
- /usr/bin/env python is no longer a valid interpreter, so fix it.
upstream changes:
- Unknown, unfortunately. Upstream doesn't seem to maintain a Changelog.
Mercurial 2.1 (2012-02-01)
This is a regularly-scheduled feature release. See UpgradeNotes for some minor compatibility notes.
1.1. Major features
* Changesets now have a phase attribute, which tracks what changesets are safe to modify (see Phases)
1.2. Core changes
* annotate: support diff whitespace filtering flags (issue3030)
* bookmarks: automatically advance bookmark on bare update (BC) (issue2894)
* bookmarks: shadow divergent bookmarks of foo with foo@n
* copies: improved copy detection for diff and status
* hooks: new priority specifier to control ordering
* id: add command line options for handling ssh and https urls
* push: propagate --new-branch and --ssh options when pushing subrepos
* revset: add remote() predicate to lookup remote revisions
* subrepo: support explicit add and forget of files in subrepos
1.3. Extension changes
* bugzilla: make XMLRPC interface support http and https access
* largefiles: add --normal option to hg add (issue3061)
* notify: add option for writing to mbox
* rebase: add a "D" short option for detach
* rebase: allow --detach when --rev is used
* win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
* mq: add secret phase setting
1.4. Bug fixes
* hgcia: fix diffstat support
* largefiles: add error checking to tags conversion (issue3092)
* largefiles: add tests for uncovered codepaths (issue3092)
* largefiles: check if largefile could be found when archiving (issue3193)
* largefiles: correctly download new largefiles when merging
* largefiles: correctly handle dirstate status when rebasing
* largefiles: correctly handle newly added largefile on other side of merge
* largefiles: display remote errors from putlfile (issue3123) (issue3149)
* largefiles: don't reference uninitialized variable (issue3092)
* largefiles: fix caching largefiles from an aliased repo (issue3212)
* largefiles: fix confusion upon removal of added largefile (issue3176)
* largefiles: fix inappropriate locking (issue3182)
* largefiles: fix output of hg summary (issue3060)
* largefiles: cache new largefiles for new heads when pulling
* largefiles: implement addremove (issue3064)
* largefiles: optimize performance of status on largefiles repos (issue3136)
* largefiles: optimize status when files are specified (issue3144)
* largefiles: remove empty directories upon update (issue3202)
* largefiles: fix addremove when no largefiles are specified
* largefiles: fix revert on missing largefile (issue3217)
* largefiles: fix transplant for all cases (issue3192)
* mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
* merge: give a special message for internal:merge failure (issue3105)
* rebase: reinstate old-style rev spec support for the source and base (issue3181)
* ssh: quote remote paths (issue2983)
* sslutil: abort properly if no certificate received for https connection
* sslutil: show fingerprint when cacerts validation fails
* status: support revsets with --change
* subrepo: avoid syncing bookmarks twice on clone (issue3191)
* tag: invalidate tag cache immediately after adding new tag (issue3210)
* util: don't encode ':' in url paths
* bundlerepo: try to find containing repo on creation (issue1812)
* convert: subversion convert abort on revision not found (issue3205)
* discovery: fix regression when checking heads for pre 1.4 client (issue3218)
* merge: defer symlink flag merging to filemerge (issue3200)
* patch: a little bit more robust line counting on diff --stat (issue3183)
* push: return 1 if no changes found (issue3228)
* qpush: avoid trying to manage existing history (issue2218)
* revsets: include the correct first ancestor change for follow(file)
* revsets: filesets now work correctly inside of revsets
Changes from previous:
----------------------
0.06 Jan 3, 2012
- switch from Scope::Guard to Guard, require Guard in deps
0.05 Dec 21, 2011
- remove release directory
0.04 Dec 21, 2011
- don't try to clean up entries during global destruction
Changes from previous:
----------------------
0.09 Tue Nov 1 08:24:00 2011
- Fix previous (broken) release.
0.08 Mon Oct 31 07:59:00 2011
- Support for perlapi of 5.14.2, 5.15.4
0.07 Wed Jul 20 23:44 2011
- Support for perlapi of 5.14.1, 5.15.1, 5.12.4
- Dropped support for 5.13.10
0.06 Sun Jun 5 20:12:00 2011
- Support for perlapi of 5.14.0
- Dropped support for 5.11 series
0.05 Sun Feb 27 17:00:00 2011
- Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
Changes from previous:
----------------------
0.225 20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
0.224 20101031
. Change assignment @ISA = (@ISA, 'new::class')
to use push @ISA, 'new::class'
This should make class creation faster from 5.10 onwards
and reverts a change made in 2.14. If this is critically slow for you
and you can't upgrade your version of Perl, use the old way.
Changes from previous:
----------------------
0.0022 Mar 12, 2011
- no real change
- Fix test again for 5.6 sake
- Improved Makefile.PL / META.yml
0.0021 Mar 12, 2011
- no real change
- New test fix for happy 5.6 testing
0.0020 Mar 10, 2011
- no real change
- Test fixes for keeping 5.6 happy
0.0019 Mar 9, 2011
- Dumper updated to work with Data::Dump 1.16+
Changes from previous:
----------------------
0.20
- use Module::Metadata for better handling of version and package extra
(Tatsuhiko Miyagawa)
0.19
- better packaging
website now, so the tarball is now on MASTER_SITE_LOCAL.
Changes For Version 1.21 (2011-12-13)
* Added side-by-side diffs in the command-line interface
* Automatically enable hyperlinks if the UserAgent string in the HTTP
header suggests that the requestor is a human and not a bot.
* Show only commonly used commands with "fossil help". Use "fossil
help --all" to see the complete list now.
* Improvements to the "stash" command: (1) Stash all files, not just
those below the working directory. (2) Add the --detail option to
"list". (3) Confirm before "drop --all". (4) Add the "help"
subcommand.
* Add an Admin/Access setting to change the number of octets of the
IP address that are saved in login cookies - allowing this setting
to be changed to zero
* Promote the "test-md5sum" command to "md5sum".
* Added the "whatis" command.
* Stop showing the server-code in status outputs - it is no longer
used for anything.
* Added a compile-time option (--with-tcl) to build in the full TCL
interpreter to augment TH1.
* Merged the JSON branch into trunk. Disabled by default. Enabled by
a compile-time option. Probably it will be enabled by default in
some future release.
* Update to use SQLite version 3.7.9 plus the alignment fix for
Sparc. align
Changes For Version 1.20 (2011-10-21)
* Added side-by-side diffs in HTML interface.
* Added support for symlinks. (Controlled by "allow-symlinks"
setting, off by default).
* Fixed CLI annotate to show the proper file version in case there
are multiple equal versions in history.
* Timeline now shows tag changes (requires rebuild).
* Fixed annotate to show "more relevant" versions of lines in some
cases.
* New command: ticket history.
* Disabled SSLv2 in HTTPS client.
* Fixed constant prompting regarding previously-saved SSL
certificates.
* Other SSL improvements.
* Added -R REPOFILE support to several more CLI commands.
* Generated tarballs now have constant timestamps, so they are always
identical for any given checkin.
* A number of minor HTML-related tweaks and fixes.
* Added --args FILENAME global CLI argument to import arbitrary CLI
arguments from a file (e.g. long file lists).
* Fixed significant memory leak in annotation of files with long
histories.
* Added warnings when a merge operation overwrites local copies (UNDO
is available, but previously this condition normally went silently
unnoticed).
* Improved performance when adding many files.
* Improve merges which contain many file renames.
* Added protection against timing attacks.
* Firefox now remembers filled fields when returning to forms.
* Added the --stats option to the rebuild command.
* RSS feed now passes validation.
* Show overridden user when entering commit comment.
* Made rebuilding from web interface silent.
* Now works on MSVC with repos >2GB.
* A number of code cleanups to resolve warnings from various
compilers.
* Update the built-in SQLite to version 3.7.9 beta.
Changes For Version 1.19 (2011-09-02)
* Added a ./configure script based on autosetup.
* Added the "fossil winsrv" command for creating a Fossil service
on windows systems.
* Added "versionable settings" where settings that affect the local
tree can be stored in versioned files in the .fossil-settings
directory.
* Background colors for branches are choosen automatically if no
color is specified by the user.
* The status, changes and extras commands now show pathnames relative
to the current working directory, unless overridden by command line
options or the "relative-paths" setting.
WARNING: This change will break scripts which rely on the current
output when the current working directory is not the repository
root.
* Added "empty-dirs" versionable setting.
* Added support for client-side SSL certificates with "ssl-identity"
setting and --ssl-identity option.
* Added "ssl-ca-location" setting to specify trusted root SSL
certificates.
* Added the --case-sensitive BOOLEAN command-line option to many
commands. Default to true for unix and false for windows.
* Added the "Color-Test" submenu button on the branch list web page.
* Compatibility improvements to the git-export feature.
* Performance improvements on SHA1 checksums
* Update to the latest SQLite version 3.7.8 alpha.
* Fix the tarball generator to work with very log pathnames.
Changelog:
0.8.3 2012-01-21
FEATURES
* The config parser now supports the git-config file format as
described in git-config(1) and can write git config files.
(Jelmer Vernooij, #531092, #768687)
* ``Repo.do_commit`` will now use the user identity from
.git/config or ~/.gitconfig if none was explicitly specified.
(Jelmer Vernooij)
BUG FIXES
* Allow ``determine_wants`` methods to include the zero sha in their
return value. (Jelmer Vernooij)
0.8.2 2011-12-18
BUG FIXES
* Cope with different zlib buffer sizes in sha1 file parser.
(Jelmer Vernooij)
* Fix get_transport_and_path for HTTP/HTTPS URLs.
(Bruno Renié)
* Avoid calling free_objects() on NULL in error cases. (Chris Eberle)
* Fix use --bare argument to 'dulwich init'. (Chris Eberle)
* Properly abort connections when the determine_wants function
raises an exception. (Jelmer Vernooij, #856769)
* Tweak xcodebuild hack to deal with more error output.
(Jelmer Vernooij, #903840)
FEATURES
* Add support for retrieving tarballs from remote servers.
(Jelmer Vernooij, #379087)
* New method ``update_server_info`` which generates data
for dumb server access. (Jelmer Vernooij, #731235)
0.8.1 2011-10-31
FEATURES
* Repo.do_commit has a new argument 'ref'.
* Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)
* New ``Repo.get_walker`` method. (Jelmer Vernooij)
* New ``Repo.clone`` method. (Jelmer Vernooij, #725369)
* ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
(Jelmer Vernooij)
* ``HttpGitClient`` which supports the smart server protocol over
HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)
* Add basic support for alternates. (Jelmer Vernooij, #810429)
CHANGES
* unittest2 or python >= 2.7 is now required for the testsuite.
testtools is no longer supported. (Jelmer Vernooij, #830713)
BUG FIXES
* Fix compilation with older versions of MSVC. (Martin gz)
* Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)
* Smart protocol clients can now change refs even if they are
not uploading new data. (Jelmer Vernooij, #855993)
* Don't compile C extensions when running in pypy.
(Ronny Pfannschmidt, #881546)
* Use different name for strnlen replacement function to avoid clashing
with system strnlen. (Jelmer Vernooij, #880362)
API CHANGES
* ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
(Jelmer Vernooij)
0.8.0 2011-08-07
FEATURES
* New DeltaChainIterator abstract class for quickly iterating all objects in
a pack, with implementations for pack indexing and inflation.
(Dave Borowitz)
* New walk module with a Walker class for customizable commit walking.
(Dave Borowitz)
* New tree_changes_for_merge function in diff_tree. (Dave Borowitz)
* Easy rename detection in RenameDetector even without find_copies_harder.
(Dave Borowitz)
BUG FIXES
* Avoid storing all objects in memory when writing pack.
(Jelmer Vernooij, #813268)
* Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)
* Improve performance of Repo.revision_history(). (Timo Schmid, #535118)
* Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)
* Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)
* Prevent raising ValueError for correct refs in RefContainer.__delitem__.
* Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)
* Fix a bug in reading the pack checksum when there are fewer than 20 bytes
left in the buffer. (Dave Borowitz)
* Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)
* Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)
* ObjectStore.get_graph_walker() now no longer yields the same
revision more than once. This has a significant improvement for
performance when wide revision graphs are involved.
(Jelmer Vernooij, #818168)
* Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)
* Don't send a pack with duplicates of the same object. (Dave Borowitz)
* Teach the server how to serve a clone of an empty repo. (Dave Borowitz)
* Correctly advertise capabilities during receive-pack. (Dave Borowitz)
* Fix add/add and add/rename conflicts in tree_changes_for_merge.
(Dave Borowitz)
* Use correct MIME types in web server. (Dave Borowitz)
API CHANGES
* write_pack no longer takes the num_objects argument and requires an object
to be passed in that is iterable (rather than an iterator) and that
provides __len__. (Jelmer Vernooij)
* write_pack_data has been renamed to write_pack_objects and no longer takes a
num_objects argument. (Jelmer Vernooij)
* take_msb_bytes, read_zlib_chunks, unpack_objects, and
PackStreamReader.read_objects now take an additional argument indicating a
crc32 to compute. (Dave Borowitz)
* PackObjectIterator was removed; its functionality is still exposed by
PackData.iterobjects. (Dave Borowitz)
* Add a sha arg to write_pack_object to incrementally compute a SHA.
(Dave Borowitz)
* Include offset in PackStreamReader results. (Dave Borowitz)
* Move PackStreamReader from server to pack. (Dave Borowitz)
* Extract a check_length_and_checksum, compute_file_sha, and
pack_object_header pack helper functions. (Dave Borowitz)
* Extract a compute_file_sha function. (Dave Borowitz)
* Remove move_in_thin_pack as a separate method; add_thin_pack now completes
the thin pack and moves it in in one step. Remove ThinPackData as well.
(Dave Borowitz)
* Custom buffer size in read_zlib_chunks. (Dave Borowitz)
* New UnpackedObject data class that replaces ad-hoc tuples in the return
value of unpack_object and various DeltaChainIterator methods.
(Dave Borowitz)
* Add a lookup_path convenience method to Tree. (Dave Borowitz)
* Optionally create RenameDetectors without passing in tree SHAs.
(Dave Borowitz)
* Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)
* Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)
* Optionally pass a request object through to server handlers. (Dave Borowitz)
TEST CHANGES
* If setuptools is installed, "python setup.py test" will now run the testsuite.
(Jelmer Vernooij)
* Add a new build_pack test utility for building packs from a simple spec.
(Dave Borowitz)
* Add a new build_commit_graph test utility for building commits from a
simple spec. (Dave Borowitz)
0.7.1 2011-04-12
BUG FIXES
* Fix double decref in _diff_tree.c. (Ted Horst, #715528)
* Fix the build on Windows. (Pascal Quantin)
* Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
(Max Bowsher, #707438)
* BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
(Jelmer Vernooij)
* write_tree_diff() now supports submodules.
(Jelmer Vernooij)
* Fix compilation for XCode 4 and older versions of distutils.sysconfig.
(Daniele Sluijters)
IMPROVEMENTS
* Sphinxified documentation. (Lukasz Balcerzak)
* Add Pack.keep.(Marc Brinkmann)
API CHANGES
* The order of the parameters to Tree.add(name, mode, sha) has changed, and
is now consistent with the rest of Dulwich. Existing code will still
work but print a DeprecationWarning. (Jelmer Vernooij, #663550)
* Tree.entries() is now deprecated in favour of Tree.items() and
Tree.iteritems(). (Jelmer Vernooij)
0.7.0 2011-01-21
FEATURES
* New `dulwich.diff_tree` module for simple content-based rename detection.
(Dave Borowitz)
* Add Tree.items(). (Jelmer Vernooij)
* Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
* Add write_tree_diff(). (Jelmer Vernooij)
* Add `serve_command` function for git server commands as executables.
(Jelmer Vernooij)
* dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
(Dave Borowitz, #568493)
BUG FIXES
* Correct short-circuiting operation for no-op fetches in the server.
(Dave Borowitz)
* Support parsing git mbox patches without a version tail, as generated by
Mercurial. (Jelmer Vernooij)
* Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
* Zero-padded file modes in Tree objects no longer trigger an exception but
the check code warns about them. (Augie Fackler, #581064)
* Repo.init() now honors the mkdir flag. (#671159)
* The ref format is now checked when setting a ref rather than when reading it back.
(Dave Borowitz, #653527)
* Make sure pack files are closed correctly. (Tay Ray Chuan)
DOCUMENTATION
* Run the tutorial inside the test suite. (Jelmer Vernooij)
* Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
#610540)
0.6.2 2010-10-16
BUG FIXES
* HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)
* Don't error when creating GitFiles with the default mode. (Dave Borowitz)
* ThinPackData.from_file now works with resolve_ext_ref callback.
(Dave Borowitz)
* Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)
* Set bare=true in the configuratin for bare repositories. (Dirk Neumann)
FEATURES
* Use slots for core objects to save up on memory. (Jelmer Vernooij)
* Web server supports streaming progress/pack output. (Dave Borowitz)
* New public function dulwich.pack.write_pack_header. (Dave Borowitz)
* Distinguish between missing files and read errors in HTTP server.
(Dave Borowitz)
* Initial work on support for fastimport using python-fastimport.
(Jelmer Vernooij)
* New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
* Delegate SHA peeling to the object store. (Dave Borowitz)
TESTS
* Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
* New tests in test_web with better coverage and fewer ad-hoc mocks.
(Dave Borowitz)
* Standardize quote delimiters in test_protocol. (Dave Borowitz)
* Fix use when testtools is installed. (Jelmer Vernooij)
* Add trivial test for write_pack_header. (Jelmer Vernooij)
* Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)
* Allow overwriting id property of objects in test utils. (Dave Borowitz)
* Use real in-memory objects rather than stubs for server tests.
(Dave Borowitz)
* Clean up MissingObjectFinder. (Dave Borowitz)
API CHANGES
* ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
order. (Dave Borowitz)
* ObjectStore.iter_tree_contents can optionally yield tree objects as well.
(Dave Borowitz).
* Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)
* Change server capabilities methods to classmethods. (Dave Borowitz)
* Tweak server handler injection. (Dave Borowitz)
* PackIndex1 and PackIndex2 now subclass FilePackIndex, which is
itself a subclass of PackIndex. (Jelmer Vernooij)
DOCUMENTATION
* Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)
* Clean up docstrings in dulwich.protocol. (Dave Borowitz)
* Explicitly specify allowed protocol commands to
ProtocolGraphWalker.read_proto_line. (Dave Borowitz)
* Add utility functions to DictRefsContainer. (Dave Borowitz)
0.6.1 2010-07-22
BUG FIXES
* Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)
* Use correct path separators for named repo files. (Dave Borowitz)
* python > 2.7 and testtools-based test runners will now also pick up skipped
tests correctly. (Jelmer Vernooij)
FEATURES
* Move named file initilization to BaseRepo. (Dave Borowitz)
* Add logging utilities and git/HTTP server logging. (Dave Borowitz)
* The GitClient interface has been cleaned up and instances are now reusable.
(Augie Fackler)
* Allow overriding paths to executables in GitSSHClient.
(Ross Light, Jelmer Vernooij, #585204)
* Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)
TESTS
* Add tests for sorted_tree_items and C implementation. (Dave Borowitz)
* Add a MemoryRepo that stores everything in memory. (Dave Borowitz)
* Quiet logging output from web tests. (Dave Borowitz)
* More flexible version checking for compat tests. (Dave Borowitz)
* Compat tests for servers with and without side-band-64k. (Dave Borowitz)
CLEANUP
* Clean up file headers. (Dave Borowitz)
TESTS
* Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
API CHANGES
* dulwich.pack.write_pack_index_v{1,2} now take a file-like object
rather than a filename. (Jelmer Vernooij)
* Make dul-daemon/dul-web trivial wrappers around server functionality.
(Dave Borowitz)
* Move reference WSGI handler to web.py. (Dave Borowitz)
* Factor out _report_status in ReceivePackHandler. (Dave Borowitz)
* Factor out a function to convert a line to a pkt-line. (Dave Borowitz)
pkgsrc changes:
* Fix build on SunOS
* Add proper libtool support
Upstream changes:
1.0.4
* Fix for memcached_dump().
* Additional testing for memcached_stat_execute().
1.0.3
* Increased size of sort buffer used during Ketama.
* Added support for new behavior to handle dead servers.
* Overall haul of UDP IO.
* Fixed C compile issue with memcached_exist()
* Numerous bug fixes.
* Clang support for OSX.
* All commands now using vector send support.
1.0.2
* Dropped libmemcached/memcached_util.h (undocumented header file)
* Added memcached_touch() and memcached_touch_by_key()
* UDP support restructured to toggle on a complete memcached_st structure.
* gitk updates accumulated since early 2011.
* git-gui updated to 0.16.0.
* git-p4 (in contrib/) updates.
* Git uses gettext to translate its most common interface messages
into the user's language if translations are available and the
locale is appropriately set. Distributors can drop new PO files
in po/ to add new translations.
* The code to handle username/password for HTTP transactions used in
"git push" & "git fetch" learned to talk "credential API" to
external programs to cache or store them, to allow integration with
platform native keychain mechanisms.
* The input prompts in the terminal use our own getpass() replacement
when possible. HTTP transactions used to ask for the username without
echoing back what was typed, but with this change you will see it as
you type.
* The internals of "revert/cherry-pick" have been tweaked to prepare
building more generic "sequencer" on top of the implementation that
drives them.
* "git rev-parse FETCH_HEAD" after "git fetch" without specifying
what to fetch from the command line will now show the commit that
would be merged if the command were "git pull".
* "git add" learned to stream large files directly into a packfile
instead of writing them into individual loose object files.
* "git checkout -B <current branch> <elsewhere>" is a more intuitive
way to spell "git reset --keep <elsewhere>".
* "git checkout" and "git merge" learned "--no-overwrite-ignore" option
to tell Git that untracked and ignored files are not expendable.
* "git commit --amend" learned "--no-edit" option to say that the
user is amending the tree being recorded, without updating the
commit log message.
* "git commit" and "git reset" re-learned the optimization to prime
the cache-tree information in the index, which makes it faster to
write a tree object out after the index entries are updated.
* "git commit" detects and rejects an attempt to stuff NUL byte in
the commit log message.
* "git commit" learned "-S" to GPG-sign the commit; this can be shown
with the "--show-signature" option to "git log".
* fsck and prune are relatively lengthy operations that still go
silent while making the end-user wait. They learned to give progress
output like other slow operations.
* The set of built-in function-header patterns for various languages
knows MATLAB.
* "git log --format='<format>'" learned new %g[nNeE] specifiers to
show information from the reflog entries when walking the reflog
(i.e. with "-g").
* "git pull" can be used to fetch and merge an annotated/signed tag,
instead of the tip of a topic branch. The GPG signature from the
signed tag is recorded in the resulting merge commit for later
auditing.
* "git log" learned "--show-signature" option to show the signed tag
that was merged that is embedded in the merge commit. It also can
show the signature made on the commit with "git commit -S".
* "git branch --edit-description" can be used to add descriptive text
to explain what a topic branch is about.
* "git fmt-merge-msg" learned to take the branch description into
account when preparing a merge summary that "git merge" records
when merging a local branch.
* "git request-pull" has been updated to convey more information
useful for integrators to decide if a topic is worth merging and
what is pulled is indeed what the requestor asked to pull,
including:
- the tip of the branch being requested to be merged;
- the branch description describing what the topic is about;
- the contents of the annotated tag, when requesting to pull a tag.
* "git pull" learned to notice 'pull.rebase' configuration variable,
which serves as a global fallback for setting 'branch.<name>.rebase'
configuration variable per branch.
* "git tag" learned "--cleanup" option to control how the whitespaces
and empty lines in tag message are cleaned up.
* "gitweb" learned to show side-by-side diff.
kgio provides non-blocking I/O methods for Ruby without raising exceptions on
EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows!
Rack servers, but may be used by other applications.
(while here, set test target.)
2.2.10:
* slot_rep: Avoid access to deleted object in notify(),
and test case.
(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
* Mention visit_each() in the documentation of sigc::adapts.
(Thomas Rydzynski)
update.
Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.
Config::Grammar supports many advanced features, that you can read
about in its documentation (type 'man Config::Grammar' or 'perldoc
lib/Config/Grammar.pm' in this directory)
* Any of compiler languages are not required to build.
* No need to buildlink with py-wxWidgets, simple DEPENDS is sufficient.
* distutils pkg, use lang/python/distutils.mk, then register egg-info.
Bump PKGREVISION.
* Any of compiler languages are not required to build.
* No need to buildlink with py-Tk, simple DEPENDS is sufficient.
* distutils pkg, use lang/python/distutils.mk.
* install man pages.
Bump PKGREVISION.
Changes from previous:
----------------------
1.5007 Tue Dec 20 10:15:48 PST 2011
[Bug Fixes]
- Fixed to change directory when installing from multiple local directories (motemen)
[Improvements]
- Stop setting AUTOMATED_TESTING (again!) and set PERL_MM_USE_DEFAULT in testing (#138)
- Offer opening the build.log with PAGER when --prompt is enabled (doy)
- Documentation added for --skip-installed option (AlexBio)
1.5006 Tue Nov 29 11:47:15 PST 2011
[Improvements]
- Updated cpanmetadb URL to point to cpanmetadb.plackperl.org
1.5005 Tue Nov 22 13:29:27 PST 2011
[Bug Fixes]
- Fixed a bug where copying meta JSON files fail on Win32 (#133, #135)
1.5004 Tue Nov 8 14:28:20 PST 2011
[Bug Fixes]
- Include version of the main module instead of distribution version in install.json (pfig)
1.5003 Wed Oct 19 16:29:29 JST 2011
[Bug Fixes]
- Use ExtUtils::Install to install meta files and let --sudo run it with sudo #124
1.5002 Tue Oct 18 09:06:17 JST 2011
[Bug Fixes]
- Make sure to include non-core perl modules in -L that are installed in 'perl' by mistake
- Ensure all module names use :: instead of dashes because of EUMM NAME errors (Christian Walde)
1.5001 Fri Oct 14 00:18:33 JST 2011
[New Features]
- Added EXPERIMENTAL --metacpan support (tokuhirom)
[Improvements]
- Do not scan Makefile if MYMETA.yml is found
- Support MYMETA.json with spec 2.0
1.5000 Thu Oct 13 15:31:13 JST 2011
[New Features]
- Added EXPERIMENTAL --mirror-index, --skip-satisfied and --cascade-search options
- Installs MYMETA.json and install.json into $ARCH/.meta library path
[Bug Fixes]
- Use Cwd::chdir to update CWD environment variable
- Fix ExtUtils::ParseXS issue with -L
- Fix CoreList bootstrap issue with perl < 5.8.9 when using -L
- Dump more descriptive error message when configure failed with --installdeps #111
[Improvements]
- Upgraded many fatlib embedded modules
- Support --no-quiet
- Removed ugly @INC dumping hack for -L. This causes modules that has conditional
deps such as Any::Moose not to pull down necessary requirements. This is a known
issue and will be addressed later.
- Support special _ for -l and -L argument to respect local::lib defaults #115
1.49_02 Wed Oct 12 18:53:35 JST 2011
[Improvements]
- Use Cwd::chdir to change PWD (yannk)
[Bug Fixes]
- Unbreak -L with newer ExtUtils::ParseXS installed
[Developers]
- Changed the path to save metadata information
- removed Dist::Metadata use, but instead use Module::Metadata to get provides
- removed the ugly DumpedINC hack for -L
1.49_01 Sun Jun 26 10:56:51 PDT 2011
- A couple of experimental new features (documented in 1.5)
- fixed t/year_imports.t for 5.10 (ANDK and sprout again)
- fixed t/regressions.t for 5.10
- made raw numbers work in import
- fixed for Perl 5.15.5 and later (ANDK and sprout)
- loaded IO::File/IO::Handle to allow methods on lexical filehandles
- added unimporting
- removed use of autodie; moved it to a distribution prerequisite
- enabled unicode_strings by default when your Perl supports it
- migrated to Dist::Zilla
- added autodie dependency/import
Changes:
1.07 2011-10-25
* Fix a spelling mistake in Config::GitLike::Cascaded
(gregoa@debian.org, forwarded by carnil@debian.org)
1.06 2011-10-12
* Allow calling ->load_file as a class method, for simple use cases
(alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
(alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)
Changes:
This package has been merged into p5-Class-XSAccessor by the author in
version 1.04_1
1.04_01 Mon Sep 7 11:35 2009
[..]
- Merge Class::XSAccessor::Array into this distribution.
Changes:
0.13 2011-12-22
- Fix some bugs with our use of Try::Tiny. This could cause warnings on some
systems with Class::Load::XS wasn't installed. Fixes RT #72345.
== 1.1.3 - 2012/01/29
* [GitHub #8] fix test broken by libpng version.
(Patch by Bohuslav Kabrda.)
* Used RbConfig instead of Config.
== 1.1.2 - 2011/07/04
* [GitHub #2] fix test broken.
(Reported by Mamoru Tasaka.)
* [GitHub #4] update project descripton.
(Patch by Antonio Terceiro.)
* [GitHub #4] use setup.rb instead of extconf.rb.
(Patch by Antonio Terceiro.)
* [GitHub #3] add Copyright notice to README.
(Suggested by Antonio Terceiro.)
* [GitHub #7] supported non i386 and amd64 architectures.
(Reported by Antonio Terceiro.)
from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* Set minimum zlib version to 1.2.0
* IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
[RT# 74503]
2.047 28 January 2012
* Set minimum Perl version to 5.6
* IO::Compress::Zip
- In one-shot zip, set the Text Flag if "-T" thinks the file is a
text file.
- In one-shot mode, wrote mod time & access time in wrong order
in the "UT" extended field.
2.046 18 December 2011
* Minor update to bin/zipdetails
* Typo in name of IO::Compress::FAQ.pod
* IO::Uncompress::Unzip
- Example for walking a zip file used eof to control the outer
loop. This is wrong.
* IO::Compress::Zip
- Change default for CanonicalName to false.
[RT# 72974]
2.045 3 December 2011
* Restructured IO::Compress::FAQ.pod
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
* Added bin/zipdetails
* IO::Compress::Zip
- In one-shot mode enable Zip64 mode if the input file/buffer
>= 0xFFFFFFFF bytes.
* IO::Compress::FAQ
- Updates
2.043 20 November 2011
* IO::Compress::Base
- Fixed issue that with handling of Zip files with two (or more)
entries that were STORED. Symptom is the first is uncompressed
ok, but the next will terminate early if the size of the file is
greater than BlockSize.
Regression test added to t/006zip.t
[RT# 72548]
2.042 17 November 2011
* IO::Compress::Zip
- Added exUnixN option to allow creation of the "ux" extra field.
This allows 32-bit UID/GID to be stored.
- In one-shot mode use exUnixN rather than exUnix2 for the UID/GID.
* IO::Compress::Zlib::Extra::parseExtraField
- Fixed bad test for length of ID field
[RT# 72329 & #72505]
Compress::Raw::Bzip2 from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* No Changes
2.047 28 January 2012
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod to IO::Compress
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
Compress::Raw::Zlib from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* Set minimum zlib version to 1.2.0
2.047 28 January 2012
* Allow flush to be called multiple times without any intermediate
call to deflate and still return Z_OK.
In the code below $status was Z_BUF_ERROR before this change.
$def->flush(...);
$status = $def->flush(...);
* Added support for zlibCompileFlags
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod into Zlib.pm
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
1.15 to 1.16.
pkgsrc changes:
- Add USE_LANGUAGES=c to remark it's an XS module requiring a C compiler
Upstream changes:
version 1.16; 2011-11-17
* bugfix: use supported API to put destructor calls on the save stack
(the unsupported way used before was wrong for 64-bit systems on
perl 5.13.1 and later)
* document the behaviour of "alias return" in more detail
* convert .cvsignore to .gitignore
ExtUtils::ParseXS from 3.05 to 3.11.
Upstream changes:
3.11 - Thu Dec 29 17:55:00 CET 2011
- Version/distribution fixes.
3.09 - Wed Dec 28 18:48:00 CET 2011
- Escape double quotes of file names/commands in #line directives.
3.08 - Mon Dec 19 18:03:00 CET 2011
- Silence undefined-value-in-addition warning
(Nothing serious, just happened sometimes when reporting line numbers for
errors. But warning during build process.)
3.07 - Wed Dec 7 14:10:00 CET 2011
- Fix inconsistent versioning in 3.06.
3.06 - Fri Dec 2 08:10:00 CET 2011
- Fix Cygwin issues [Tony Cook]
avoid conflicting static / dllexport on legacy perls too
This probably fixes rt.cpan.org 72313 and 71964.
(3928a66ad4bd8aee704eda1942b7877c0ff1ab2c in core)
- Convert ` to ' [James Keenan]
55bee391aeff3c3b8d22fa4ce5491ee9440028aa and
6dfee1ec62c64d7afe8ced4650596dd9e7f71a63 in core
- Avoid some test-time warnings [Zefram]
97bae9c59cd181b3b54061213ec1fdce0ccb30d4 in core
from 6.02nb3 to 6.03.
Upstream changes:
2011-09-20 File-Listing 6.03
Erik Esterer (1):
Minor mistake in module description
Peter John Acklam (1):
Fixes to the parsing of 'ls -l' file modes [RT#71054]
from 0.98 to 0.99.
Upstream changes:
0.99 Thu 26 Jan 2012
- Updating to Module::Install 1.04
- Removed deprecated interfaces from the documentation
- Don't require music and video directories in FreeDesktop tests
- The use of deprecated %~ now emits a warning
File::Find::Rule::Perl from 1.10 to 1.12.
Upstream changes:
1.12 Mon 31 Oct 2011
- Ignore debian directory in tests (ADAMK)
- Ignore all dot dirs in tests (ADAMK)
1.11 Mon 31 Oct 2011
- Updating to Module::Install::DSL 1.04 (ADAMK)
- Skip MYMETA.json too (CHORNY)
- Do not import from Params::Util (ADAMK)
Based on PR#45738 by Patrick Welche.
Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
* Catalan (Valencian) translations
Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
* Asturian, Italian, Polish, British English, Brazilian Portuguese,
* Korean, Telugu and Kannada Translation
Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
* Hungarian and Swedish translations
Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
* Norwegian, Galician, and Spanish translations
Lutok is a lightweight C++ API library for Lua.
Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua. These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors. The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.
Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments. In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.
==============
version 1.12.1
==============
New And Updated Translations
============================
- Matej Urbančič (sl)
- Vincent Untz (sl)
- Takayuki KUSANO (jp)
- Andika Triwidada (id)
- Roman Mátyus (sl)
- Aron Xu (cn)
- Fran Diéguez
- Gheyret Kenji (ug)
- Jiro MATSUZAWA (jp)
- Javier Jardón (Update README file)
- Jorge González (es)
- noch (am)
- Ivar Smolin (et)
- Thomas Thurman (en@shaw)
- Claude Paroz (fr)
==============
Version 1.12.0
==============
New And Updated Translations
============================
- Thomas Thurman (en@shaw)
- Jorge González (es)
- Ivar Smolin (et)
- Claude Paroz (fr)
- Fran Diéguez (gl)
- Arman Vardanyan (hy)
- Andika Triwidada (id)
- Takeshi AIHANA (ja)
- Roman Mátyus (sk)
- Matej Urbančič (sl)
- Gheyret Kenji (ug)
- YunQiang Su (zh_CN)
==============
Version 1.11.1
==============
What's New
==========
A fix for AT-SPI2 issues (bug #617484). Thanks Mike Gorse!
New And Updated Translations
============================
=============
Version 1.9.3
=============
What's New
==========
Not much, there is a new Simplified Chinese translation of the help docs!
New And Updated Translations
============================
- Gheyret Kenji (ug)
=============
Version 1.8.0
=============
What's New
==========
* Fixed crash when selecting item under pointer. Workaround for
pygtk/gdk bug. (bug #593732).
New And Updated Translations
============================
- Khaled Hosny (ar)
- Joan Duran (ca)
- Lucas Lommer (cs)
- Ask Hjorth Larsen (da)
- Mario Blättermann (de)
- Philip Withnall (en_GB)
- Jorge González (es)
- Mattias Põldaru (et)
- Iñaki Larrañaga Murgoitio (eu)
- Ilkka Tuohela (fi)
- Claude Paroz (fr)
- Antón Méixome (gl)
- Mark Krapivner (he)
- Gabor Kelemen (hu)
- Milo Casagrande (it)
- Gintautas Miliauskas (lt)
- Sangeeta Kumari (mai)
- Kjartan Maraas (nb)
- Tomasz Dominikowski (pl)
- Rui Batista (pt)
- Og Maciel (pt_BR)
- Adi Roiban (ro)
- Matej Urbančič (sl)
- Daniel Nylander (sv)
- Theppitak Karoonboonyanan (th)
- Baris Cicek (tr)
- Maxim Dziumanenko (uk)
- Ray Wang (zh_CN)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)
==============
Version 1.7.91
==============
What's New
==========
- Use correct Name and X-FullName in .desktop file (bug #592732).
New And Updated Translations
============================
- Alexander Shopov (bg)
- Milo Casagrande (it)
==============
Version 1.7.90
==============
New And Updated Translations
============================
- Hendrik Richter (de)
- Mattias Põldaru (et)
- Yaron Shahrabani (he)
=============
Version 1.7.4
=============
What's New
==========
- Removed all libglade-related symbols.
New And Updated Translations
============================
- Eitan Isaacson (he)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)
=============
Version 1.7.2
=============
What's New
==========
- Added accessible name changed listeners to update the view
accordingly (bug #582434).
- Fixed editable text bug (bug #574223).
- Migrated to GtkBuilder from Glade.
New And Updated Translations
============================
None, could you believe it???
=============
Version 1.7.1
=============
What's New
==========
- Removed bonobo and ORBit references, in prep for GNOME 3.0 and D-Bus
AT-SPI (bug #580421).
- Fixed IPython history behavior (bug #578608), thanks Lasagna Davide!
New And Updated Translations
============================
- Joan Duran (ca@valencia)
- Jorge González (es)
- Maxim Dziumanenko (uk)
The goal of IPython is to create a comprehensive environment for interactive and
exploratory computing. To support this goal, IPython has two main components:
* An enhanced interactive Python shell.
* An architecture for interactive parallel computing.
GPR projects ignore LDFLAGS* from pkgsrc, so the GPS project file had to
be modified with new linker switches to X libs in order to make
gnu linker v2.22 happy.
2012-01-13 Andrew McMillan <andrew@morphoss.com>
* [vComponent] Fix handling for vcard peculiarities.
* [vComponent] Don't escape all ; in N or ADR.
* [vComponent] Allow for property parameters to be multiply set.
* [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers.
* Release 0.51
2012-01-04 Andrew McMillan <andrew@morphoss.com>
* Release 0.50
2011-11-09 Andrew McMillan <andrew@morphoss.com>
* [AWLUtilities] Ensure we flush output buffers on abort.
2011-11-02 Andrew McMillan <andrew@morphoss.com>
* [vCalendar] More support for scheduling-related actions.
* [vComponent] Minor performance tweaks.
2011-10-31 Andrew McMillan <andrew@morphoss.com>
* [vCalendar] Add method to scrub a confidential event.
2011-10-24 Andrew McMillan <andrew@morphoss.com>
* [AwlDatabase] Throw an exception when we can't rollback a transaction.
* [vCalendar] New functions for updating organizer/attendee status.
ccache 3.1.7
------------
Release date: 2012-01-08
Bug fixes
~~~~~~~~~
- Non-writable `CCACHE_DIR` is now handled gracefully when
`CCACHE_READONLY` is set.
- Made failure to create files (typically due to bad directory permissions)
in the cache directory fatal. Previously, such failures were silently and
erroneously flagged as "compiler produced stdout".
- Both the `-specs=file` and `--specs=file` forms are now recognized.
- Added recognition and hashing of GCC plugins specified with
`-fplugin=file`.
- `CCACHE_COMPILERCHECK` now also determines how to hash explicit specs
files (`-specs=file`).
- Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
hash to avoid false cache hits when such variables have changed.
- Corrected log message when unify mode is enabled.
- Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
`-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
recent GCC versions.)
Other
~~~~~
- Corrected license header for `mdfour.c`.
- Improved documentation on how to fix bad object files in the cache.
ccache 3.1.6
------------
Release date: 2011-08-21
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Rewrite argument to `--sysroot` if `CCACHE_BASEDIR` is used.
Bug fixes
~~~~~~~~~
- Don't crash if `getcwd()` fails.
- Fixed alignment of ``called for preprocessing'' counter.
ccache 3.1.5
------------
Release date: 2011-05-29
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Added a new statistics counter named ``called for preprocessing''.
- The original command line is now logged to the file specified with
`CCACHE_LOGFILE`.
- Improved error logging when system calls fail.
- Added support for rewriting absolute paths in `-F`/`-iframework` GCC
options.
- Improved order of statistics counters in `ccache -s` output.
Bug fixes
~~~~~~~~~
- The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled
correctly when they are last on the command line.
- ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with
concatenated arguments.
- Fixed a minor memory leak.
- Systems that lack (and don't need to be linked with) libm are now
supported.
Ver 2.0.23 - Sat Dec 3 22:55:04 PST 2011
* Updated sources to resolve some splint (static code analysis)
issues
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
itsnotabigtruck)
* Added OSX Xcode3+ template files to Other Builds collection
(contributed by Vasyl)
* Added various fixes and improvements contributed by folks on
sourceforge (thanks contributors).
* Switched library and test code to zlib license.
2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
* SDL_ttf is now under the zlib license
Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
* Improved font glyph caching for non-latin languages
Erik Snoek - Wed Jan 12 09:10:15 PST 2011
* Added API to get kerning info: TTF_GetFontKerningSize()
Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
* Added Android.mk to build on the Android platform
General Notes
* Fixed assembly register clobbering in CPU info routines
* Fixed memory stomp when using stretch blit on large images
* Fixed pixel corruption with overlapping blits
* SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices
* Disabled MMX blitters since they don't compile on modern compilers
Unix Notes
* Fixed crash in joystick code on newer Linux kernels
* Fixed channel swizzling for ALSA target with 6-channel output
* Use the OpenGL GLX_EXT_swap_control extension if available
* XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1
environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df
Windows Notes
* Fixed SDL_GL_ACCELERATED_VISUAL handling
* Fixed application state handling with ALT-Tab
* Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code
* Fixed UTF-8 decoding of Russian characters
Mac OS X Notes
* Fixed building and running on Mac OS X 10.7 (Lion)
BUG FIXES
* Fix test suite on Cygwin. (Ronald Blaschke)
* Support windows-cryptoapi on Cygwin. (Ronald Blaschke)
* Include wc.h in wc.c. FIxes build on NetBSD 5.1/amd64.
(#894659)
Changes:
Updated to 0.33
Changes:
0.33 Monday 19th September, 2011
Fixes the case where name("foo(*") hits an error with mismatched
parentheis. Reported by Jan Engelhardt.
Changes:
= 2011/03/22 1.9016
Fix bug #46996: warnings issued for bad input.
Fix bug #43348: use POSIX::floor() instead of int()
Rewrite netmask.t to use Test::More
Changes:
2011-10-15 Gisle Aas <gisle@ActiveState.com>
Release 1.21
Make dump($1) work when $1 was integer [RT#63883]
Dump floats without quoting
2011-10-02 Gisle Aas <gisle@ActiveState.com>
Release 1.20
Add depth() method to FilterContext
Make dump($1) work [RT#63883]
Limit our temp listen socket to localhost [RT#63534]
Changes:
1.45 2011-03-09T20:00:59
* Removed Module::Build from `build_requires`, since it does nothing
out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
`PM_PREREQ`. Per gripe from Peter Scott.
Changes:
0.14 2011-01-28 09:40:36 EST5EDT
[BUG FIXES]
- fix error writing to undef handle on MSWin32 in some circumstances
[OTHER]
- converted distribution to Dist::Zilla
Changes:
==============================
2011-11-05 23:14:37 +0000 0.62
==============================
commit 3cb8b66ade12cf01ab420a29f5f65797786f0df0
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Sat Nov 5 23:14:37 2011 +0000
Update FreeBSD hints to support FreeBSD 10.0
==============================
2011-10-24 15:21:34 +0100 0.60
==============================
commit b737b8521ffd34bf91438add2ff0073d9e01b65a
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Mon Oct 24 15:21:34 2011 +0100
Autoguessing perl versions was broken, it is fixed now.
Thanks to Tom Molesworth and Paul Evans for helping to spot this.
==============================
2011-10-03 21:24:45 +0100 0.58
==============================
commit 2057805e5129dcde0a88ae81f5936547ad5a3484
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Mon Oct 3 21:24:45 2011 +0100
Fix v5.14-ism in regex. Reported by Gregor Herrmann [rt.cpan.org
#71416]
==============================
2011-10-03 13:40:19 +0100 0.56
==============================
commit e698b95b579df68d5bf7fef933269019fecf2e2c
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Mon Oct 3 13:40:19 2011 +0100
Fix previous update
==============================
2011-10-03 13:02:08 +0100 0.54
==============================
commit 6f7b6eafb637fcf30c7e8a21c9e3a4c2908f266c
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Mon Oct 3 13:02:08 2011 +0100
Add patching of make_ext.pl for virtualisation fixes
Changes:
1.04 Thu 20 Oct 2011
- Fixed _cmp to compare properly (MIYAGAWA)
- Fixed the automated MakeMaker dependency addition (MIYAGAWA)
- Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
1.03 Wed 19 Oct 2011
- META.yml flag dynamic_config is now always generated (ADAMK)
- Added the convenience command static_config, as the default is to be
dynamic (ADAMK)
- Module::Install::DSL will automatically set static_config unless it
can see an 'if' or 'unless' suffix (ADAMK)
1.02 Thu 29 Sep 2011
- Support for installdeps_target in Module::Install::AutoInstall and
Module::AutoInstall (Caelum)
- Support for installdeps_notest, upgradedeps and upgradedeps_notest,
listdeps and listalldeps targets in Module::AutoInstall (Caelum)
ChangeLog:
At the request Michael Schwern, do not "require threads" any longer as
it can upset Test::Builder. Anyone using threads should already have
done that themselves. Anyway not, doesn't need it.
ChangeLog:
1.04 Thu 1 Dec 2011 - Adam Kennedy
- Added the experimental :early debugging pragma to cause warnings
to be emitted immediately. This should stay off otherwise (ADAMK)
1.03 Tue 2 Aug 2011 - Adam Kennedy
- Test::Builder and Test::Tester dependencies were the wrong way
around, corrected (ADAMK)
ChangeLog:
2.83 2011-10-29T00:19:07Z
- Added the `smtp_port` parameter and accompanying `--smtp-port` option.
Patch from Gustavo Leite de Mendonça Chaves.
- Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which
handles TLS and non TLS and auth and non-auth in any combintation.
Based on patches from Dawood Sangameshwari and Marino Miculan (RT #
40188).
- Added `--smtp-tls` option to enable TLS. Based on patch from Marino
Miculan.
- Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS
determins the auth type to use by asking the SMTP server.
ChangeLog:
6.13 Thu Jan 12 07:27:01 CET 2012
- AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
- AnyEvent::Handle::push_read (line => did pass $1 directly, so
regex-matching inside the callback would change the parameter, despite
$1 being dynamically scoped per-block. this perl bug is now being
worked around (testcase by Cindy Wang).
6.12 Mon Dec 12 13:21:10 CET 2011
- $! was clobbered by subsequent calls in tcp_connect, due to
the postpone not saving/restoring it (analyzed by Richard Garnish).
6.11 Tue Nov 22 10:36:05 CET 2011
- Tk cannot create windows when tainted unless you set a title, so
set a dummy title for AnyEvent's dummy mainwindow. How dummy.
- escape any nonprintable/nonascii characters when stringifying
backtraces.
- log the reason loading an interface module fails to load at level debug.
6.1 Tue Oct 4 19:44:30 CEST 2011
- INCOMPATIBLE CHANGE: the default log level is now "4" (error
and above), and some messages inside AnyEvent have been elevated
to higher log levels to print by default.
- AnyEvent::log, unlike AnyEvent::Log::log, did not always exit on fatal.
- work around yet another signal race bug, newly introduced by POE. My
how that module sucks.
- add google public ipv6 dns as fallback servers, so AE::DNS can finally
support ipv6-only operation even with defaults (also use ::1 instead
of 127.0.0.1).
- give better guidelines on how to chose a logging level.
- AnyEvent::Log can now cap (limit) log message priority by context.
- AE::log will now save and restore $! and $@, so callers don't have to.
- AE::Strict now checks that registered fds are still valid at regular
intervals.
- skip frequently called 'require' calls if the module appears loaded.
- increase signal latency test timer considerably for poor little osx,
which can't be bothered with basic posix functionality such as signal
delivery.
- mention some debugging aids in the tutorial.
- new env variable PERL_ANYEVENT_MAX_SIGNAL_LATENCY.
- private (%namespace) log contexts in PERL_ANYEVENT_LOG now have the name
of the context as title.
- AnyEvent::Strict would not restore read-write access to $_ when a callback
died - this is a user bug, but since AE::Strict exists to help dbeugging...
- detect the extremely evil IO::Async::Loop::AnyEvent module and refuse
to work with it - the author is well aware of the issues but refuses
to fix them. This extreme step has been taken because the module actively
attacks the goals of AnyEvent and makes it harder for module authors to use
AnyEvent.
6.02 Fri Aug 26 20:08:31 CEST 2011
- log_to_syslog now accepts facility strings.
- log_to_syslog would not allow facilities - "$facility|$level"
*literally* means that string. sheesh.
- the CPAN parser got confused and thought we provide Sys::Syslog, try
to work around.
- renamed AnyEvent::Impl::FLTK2 to FLTK.
6.01 Fri Aug 26 07:04:11 CEST 2011
- INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
the TTL as fourth element - this affects ->resolve, ->request
and ->dns_unpack indirectly. Convenience functions such as
AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
AnyEvent::Socket.
- INCOMPATIBLE CHANGE: backend authors now should not implement
one_event or loop, but instead the AnyEvent::CondVar::_wait and _poll
methods.
- INCOMPATIBLE CHANGE: verbosity levels have been redefined, see
AnyEvent (PERL_ANYEVENT_VERBOSE) and AnyEvent::Log for details.
- DEPRECIATION: please change
"use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
"AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
in your programs, for future compatibility.
- *blush* idle watcher emulation was borked.
- AnyEvent::Strict now checks the AE::xxx functions as well.
- querying too long domain names would barf deep inside AnyEvent::DNS - since
this is hard to avoid for applications, AnyEvent:.DNS::request now checks for
for too long domain names explicitly and passes an undef to the callback
instead (reported by James Bromberger).
- make AnyEvent::Util more robust against EINTR (analyzed by Andrew Suffield).
- new functions: AnyEvent::postpone, AnyEvent::log.
- new module: AnyEvent::Log, for simple logging needs.
- new env variable, PERL_ANYEVENT_LOG, for fine-grained logging config.
- new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
a debug shell.
- new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
- new env variable, PERL_ANYEVENT_HOSTS, to override the place where
/etc/hosts can be found.
- an empty PERL_ANYEVENT_RESOLV_CONF now selects the default
configuration.
- env variables can now be specified using AE_xyz instead of
PERL_ANYEVENT_xyz, subject to some rules.
- lots of new AnyEvent::Debug functionality.
- AnyEvent::Strict now checks for modifications $_ by the callback
(by setting it to readonly while executing the callback, if possible).
- IO::Async sometimes cancels the wrong timer when you call cancel_timer.
Invest extra overhead to work around this peculiar behaviour.
- split the pure perl backend into a loop module and an impl
module (AnyEvent::Loop and AnyEvent::Impl::Perl).
- some read types (regex, netstring, json, storable) could
errornously keep an AE::Handle object alive on their own
(reported by Mohammad Toossi).
- AnyEvent::Socket::resolve_sockaddr and all functions using it now
supports /etc/hosts overrides.
- add more workarounds around child watcher bugs in IO::Async
and (newly introduced) in POE.
- use glib child watchers and try to work around its limitations,
if possible (based on a patch by Kevin Ryde).
- add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.
- many read types in AnyEvent::Handle would malfunction during
transitions to TLS because of a "delete $self->{rbuf}".
(reported by Gerald Galster).
- improve condvar blocking wait performance (probably only noticable
with faster backends), also make it easier for event loops that
do not support blocking waits.
- PERL_ANYEVENT_MODEL now also allows full module names, although
the usefulness of this feature is not yet clear.
- add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
- add t/80_ssltext.t.
- no longer use AUTOLOAD for the initial loading (for no very good reason).
- tcp_server now tries to unlink unix domain sockets when it gets destroyed.
- do not run event loop detection multiple times when programs call their cached
copies of AnyEvent::detect.
- parse_hostport now accepts absolute paths als unix domain sockets.
- suppress the idiotic warning inside POE by patching the POE::Kernel
run flags instead of asking the user to jump through contortions.
- add Task::Weaken as dependency (as recommends only at this time).
- replace PF_UNSPEC by 0, for good old minix.
6.0 (not officially released, but was on CPAN for about 15 minutes :/)
ChangeLog:
4.10 Thu Jan 19 18:54:23 CET 2012
- (libev) fix a race where the workaround against the epoll fork
bugs caused signals to not be handled anymore.
- (libev) correct backend_fudge for most backends, and implement
a windows specific workaround to avoid looping because we call
both select and Sleep, both with different time resolutions.
- e_new wasn't declared static (causing very minor .so bloat).
- replace more old api names by new ones.
* cmdlex.cc needs to include <cstdio> for the EOF macro.
* Search $(srcdir) before directorys in CXXFLAGS so that the "FlexLexer.h"
in $(srcdir) is found before the one under PREFIX (from CXXFLAGS).
techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.
pip is meant to improve on easy_install. Some of the improvements:
* All packages are downloaded before installation.
Partially-completed installation doesn't occur as a result.
* Care is taken to present useful output on the console.
* The reasons for actions are kept track of. For instance, if
a package is being installed, pip keeps track of why that package
was required.
* Error messages should be useful.
* The code is relatively concise and cohesive, making it easier
to use programmatically.
* Packages don't have to be installed as egg archives, they can
be installed flat (while keeping the egg metadata).
* Native support for other version control systems (Git, Mercurial
and Bazaar)
* Uninstallation of packages.
* Simple to define fixed sets of requirements and reliably
reproduce a set of packages.
Overview of changes in Glib 1.242
=================================
* Glib::GenPod: fix typo in default pspec values
(https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
(https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)
Overview of changes in Glib 1.241
=================================
* Register the boxed type Glib::GString, based almost completely on a patch by
Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
after the 5.8.0 we require.
Overview of changes in Glib 1.240
=================================
Since 1.22x (the previous stable series)
----------------------------------------
* Add Glib::Param::GType support.
* Add Glib::Log->set_default_handler() and
Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Support the fundamental type Glib::GType.
* Correctly handle variables with "magic" attached, like tied
variables.
* Don't copy boxed objects when passing from Perl to C.
Since 1.233
-----------
* Nada.
Overview of changes in Glib 1.233
=================================
* Change the way we handle objects with floating references again, to be more
compatible.
Overview of changes in Glib 1.232
=================================
* In the documentation generated by Glib::GenPod, show default values for
properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
magic", which occurs for example for tied variables. Add gperl_sv_is_ref for
other bindings to use.
Overview of changes in Glib 1.231
=================================
* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.
Overview of changes in Glib 1.230
=================================
* Don't copy boxed objects when passing from Perl to C. This mainly affects
Perl subclasses which have signal handlers that involve boxed objects and use
signal_chain_from_overridden() to call parent signal handlers. With this
change, the parent's handlers will now operator on the same object that the
Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.
* The code to look up attributes for paths reused entries from a wrong
directory when two paths in question are in adjacent directories and
the name of the one directory is a prefix of the other.
* A wildcard that matches deeper hierarchy given to the "diff-index" command,
e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
matching files even when there is no change.
* When producing a "thin pack" (primarily used in bundles and smart
HTTP transfers) out of a fully packed repository, we unnecessarily
avoided sending recent objects as a delta against objects we know
the other side has.
* "git send-email" did not properly treat sendemail.multiedit as a
boolean (e.g. setting it to "false" did not turn it off).
* Also contains minor fixes and documentation updates.
libgsf 1.14.22
Damien Lespiau:
* Fix thumbnailer manual install problem.
Morten:
* Fix error messages on win32.
* Fix resource limiting in thumbnailer.
* Ensure GsfOutput::name and GsfInput::name notifications.
* Cleanup old code.
* Drop support for gnome-vfs and bonobo.
* Fix ole2 entry sorting based on patch from Junping Zhang. [#665712]
Vincent Untz:
* New installation method for thumbnailer. [#651187]
Fixes since v1.7.7.2
--------------------
* Adjust the "quick-install-doc" procedures as preformatted
html/manpage are no longer in the source repository.
* The logic to optimize the locality of the data in a pack introduced in
1.7.7 was grossly inefficient.
* The logic to filter out forked projects in the project list in
"gitweb" was broken for some time.
* "git branch -m/-M" advertised to update RENAME_REF ref in the
commit log message that introduced the feature but not anywhere in
the documentation, and never did update such a ref anyway. This
undocumented misfeature that did not exist has been excised.
Fixes since v1.7.7.3
--------------------
* A few header dependencies were missing from the Makefile.
* Some newer parts of the code used C99 __VA_ARGS__ while we still
try to cater to older compilers.
* "git name-rev --all" tried to name all _objects_, naturally failing to
describe many blobs and trees, instead of showing only commits as
advertised in its documentation.
Fixes since v1.7.7.4
--------------------
* After fetching from a remote that has very long refname, the reporting
output could have corrupted by overrunning a static buffer.
* "git checkout" and "git merge" treated in-tree .gitignore and exclude
file in $GIT_DIR/info/ directory inconsistently when deciding which
untracked files are ignored and expendable.
Fixes since v1.7.7.5
--------------------
* The code to look up attributes for paths reused entries from a wrong
directory when two paths in question are in adjacent directories and
the name of the one directory is a prefix of the other.
* A wildcard that matches deeper hierarchy given to the "diff-index" command,
e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
matching files even when there is no change.
* When producing a "thin pack" (primarily used in bundles and smart
HTTP transfers) out of a fully packed repository, we unnecessarily
avoided sending recent objects as a delta against objects we know
the other side has.
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
* build: Fix parallel Windows builds.
* libidn: Fix potential infloop in pr29 code.
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
* Sync glib NFKC code and improve copyright/license statements.
* Update gnulib files and translations.
* API and ABI is backwards compatible with the previous version.