User-visible changes:
- Client-side bugfixes:
* svn: fix crash when saving credentials in kwallet (r1700740, r1700951)
* checkout/update: fix "access denied" error on Windows (r1701064 et al)
* update: fix crash when updating a conflicted tree (r1702198, r1702200)
* commit: fix possible crash (r1702231)
* ra_serf: do not crash on unexpected 'X-SVN-VR-Base' headers (r1702288)
* merge: fix crash when merging to a local add (r1702299 et al)
* svnmucc: fix error during propset+put for existing file (r1702467 et al)
* update: fix crash without .svn/tmp folder (r1701838, r1702203)
* checkout: remove unnecessary I/O operation (r1701638)
* merge: fix possible crash (r1701997)
* update: fix crash with some of the incoming deletes (r1702247)
* upgrade: fix crash for pre-1.3 wc with externals (r1702218 et al)
* revert: fix crash when reverting the root of a move (r1702237 et al)
* svn: do not crash upon specific database corruptions (r1702974, r1702991)
* svn: show utf8proc version in svn --version --verbose (r1702533, r1702891)
- Server-side bugfixes:
* fix reporting for empty representations in svnfsfs stats (r1698312 et al)
Developer-visible changes:
- General:
* fix svnfsfs_tests.py in fsfs-v4 and fsfs-v6 modes (r1700215 et al)
- API changes:
* disable unsupported operations for standard streams
Changelog: highlights only
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Fri Feb 7 00:55:18 2014 +0000
pstream.h (basic_ipstream::basic_ipstream(argv_type, pmode): Use
basic_ipstream::readable(pmode) to correctly set input mode.
test_pstreams.cc: Test execve-style construction for ipstream.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Fri Jul 12 00:20:21 2013 +0100
pstream.h: Add initializer-list constructors.
Make unary constructors explicit.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Thu Jul 11 23:27:43 2013 +0100
pstream.h: Add newpg pmode flag. Version 0.8.1.
test_pstreams.cc: Test newpg flag.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Fri Mar 29 17:42:22 2013 +0000
pstream.h: Doc tweak
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Wed Jan 23 00:43:11 2013 +0000
pstream.h: Put child in new process group and define pstreambuf::killpg()
Thanks to Hein-Pieter van Braam for the suggestion.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Sun Jan 20 19:15:41 2013 +0000
pstream.h: Retry interrupted writes
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Sun Jan 20 17:11:27 2013 +0000
pstream.h: Overload constructors for convenience.
Bump version to 0.7.3
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Mon Jun 25 22:57:26 2012 +0100
pstream.h: Update copyright years and remove RCSID.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Mon Jun 25 22:48:53 2012 +0100
pstream.h (pstreambuf::xsputn): Optimize.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Sun Jun 24 13:03:43 2012 +0100
pstream.h (basic_pstreambuf::open): Work with _FORTIFY_SOURCE.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Tue Nov 15 11:12:10 2011 +0000
(basic_pstreambuf::wpipe, basic_pstreambuf::rpipe): Fix for clang.
(PSTREAMS_VERSION): Bump to 0.7.2
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Thu Oct 14 19:57:41 2010 +0000
* pstream.h, test_pstreams.cc: Update copyright dates.
Author: Jonathan Wakely <pstreams@kayari.org>
Date: Thu Oct 14 19:55:19 2010 +0000
* pstream.h (pstreams_common::pstreams_common): Use basic_ios::rdbuf
to set the streambuf, basic_ios::init(0) has already been called.
py-pkgconfig is a Python wrapper for the pkg-config program. It
simplifies checking for libraries and the necessary compiler and linker
flags.
Add during the freeze as it is a prerequirement for fixing
devel/py-h5df.
Incompatible change in the newer ExtUtils-MakeMaker:
It places .o files where the source file lives (lib/File/ in this case),
whereas the older MakeMaker placed it in the current working dir
(toplevel in this case).
Thanks Matthias Ferdinand
http://mail-index.netbsd.org/pkgsrc-users/2015/09/19/msg022238.html
$ hg log --style changelog -b 3.6 -r 3.6.3:3.6.2
2015-09-08 Cédric Krier <ced@b2ck.com>
* CHANGELOG:
Prepare release 3.6.3
[12ad2caf0b4a] [3.6.3] <3.6>
2015-07-28 Cédric Krier <ced@b2ck.com>
* doc/usage.rst, tryton/gui/main.py:
opt-in for Mac integration
The Mac integration is not fully stable for now.
issue4595 review19341002 (grafted from
b00d6918cc6acee02921bb92e2c0ddbe1788c95c)
[0a41df770987] <3.6>
* tryton/config.py:
Decode windows HOME using the file system encoding
GTK requires to have string encoded in utf-8.
issue4870 review16471002 (grafted from
3a832b0ccf86fd80fb58f0e32f18647c4612b744)
[d8b7956f1fe4] <3.6>
* tryton/gui/window/view_form/model/record.py:
Check if field is loaded before adding its timestamp
issue4876 review20331003 (grafted from
4adab6dc64fa312664c6dfadce62f38cc065dacd)
[20357c8c7814] <3.6>
* tryton/common/common.py:
Don't decode file name from get_preview_filename
The file name received from get_preview_filename is already encoded
in utf-8.
issue4871 review8251002 (grafted from
19ac99adc0b71c99478f7510d10c8aab50fcbefd)
[facaf37c52cb] <3.6>
2015-07-09 Cédric Krier <ced@b2ck.com>
* tryton/common/domain_parser.py,
tryton/gui/window/view_form/screen/screen.py:
Add support of TimeDelta to DomainParser
issue4851 review20321002 (grafted from
6d3ea9bff014927d9073a892e1d02ce3eb5c5852)
[0458be2d858c] <3.6>
2015-07-07 Cédric Krier <ced@b2ck.com>
* doc/usage.rst:
Remove Tabs Position documenation
issue1014 (grafted from 97e4356ed90b91ff253ab30887c45a38c2b7f00f)
[6fd0b418e185] <3.6>
2015-07-01 Cédric Krier <ced@b2ck.com>
* tryton/common/datetime_.py,
tryton/gui/window/view_form/view/list_gtk/editabletree.py:
Call activate on Date, Time cell before getting value
The focus-out event is not yet triggered when editing is done which
result of the content of the cell not yet being parsed. So the
parsing must be forced by calling activate.
issue4826 review18341002 (grafted from
1f55c2dbde245703ff89d3a68f0aa90a8a27db8c)
[71e137fa3ddf] <3.6>
2015-07-01 David Harper <google@unicode2013.org>
* tryton/gui/window/view_form/model/field.py:
Fix set_client of new datetime from editable tree
issue4850 review20311002 (grafted from
67d552d629c7ea2bfedd93d1c0bf22b6f33ef98a)
[acf96fab06be] <3.6>
2015-07-01 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/form.py:
Display date and microsecond in logs
create and write dates should be formatted the same way as the
revisions.
issue4808 review18351002 (grafted from
ad74340d5c82480adef6115ba08677be8457c500)
[0b59dd061a53] <3.6>
2015-06-28 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/view_form/view/list.py:
Fix behaviour of TreeModel when record is None
issue4831 review16381002 (grafted from
1c35fe52323832015370d4831f3b09bdacdb27ed)
[39744a792077] <3.6>
2015-07-13 Cédric Krier <ced@b2ck.com>
* tryton/__init__.py:
Increase version number
[f0042c7ffa0a] <3.6>
* .hgtags:
Added tag 3.6.2 for changeset 94c93cbb7dd4
[4dbcf91f53fc] <3.6>
* CHANGELOG:
Prepare release 3.6.2
[94c93cbb7dd4] [3.6.2] <3.6>
$ hg log --style changelog -b 3.6 -r 3.6.3:3.6.2
2015-09-08 Cédric Krier <ced@b2ck.com>
* CHANGELOG:
Prepare release 3.6.3
[8a2f9afeb713] [3.6.3] <3.6>
2015-07-14 Cédric Krier <ced@b2ck.com>
* trytond/model/modelsql.py:
Get all eligible records when writting many values
The call to trigger_write_get_eligibles must be done with all the
records and not only the first set.
issue4863 review23311002 (grafted from
e87ffbe12522d4abe7565bb44f2ca0add34e171e)
[674cb62177cc] <3.6>
* trytond/model/modelview.py:
Always test field presence in initial value when computed changed
values
The value could be None which is also the default value returned by
dict.get. So it will fail to detect change in such case.
issue4839 review23281002 (grafted from
e54306367a05a86e94020c325529e91911393488)
[54a9317d3ede] <3.6>
2015-07-13 Cédric Krier <ced@b2ck.com>
* trytond/__init__.py:
Increase version number
[485c13d4e861] <3.6>
* .hgtags:
Added tag 3.6.2 for changeset 95f7272b4410
[2ce2d2ece951] <3.6>
* CHANGELOG:
Prepare release 3.6.2
[95f7272b4410] [3.6.2] <3.6>
3.29: 2015-09-02
Now included: git aliases that allow git to work with action stamps.
The new repomapper tool helps prepare contributor maps.
Use of branchify/branchify_map is now less likely to produce invalid resets.
branchify_map has been changed to handle subdirectories better.
"branchify_map reset" actually works now.
Prevent a crash on empty SVN comments produced by dumpfiltering.
'assign' command with no selection set or arguments lists assignments.
New --user-ignores option on Subversion reads passes through .gitignores.
'repotool initialize' now generates an easier-to-read conversion makefile.
Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec
This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.
Shim to load environment variables from `.env` into `ENV` in *development*.
Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.
But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.
# News
## 3.1.3 - 2015-07-26 {#version-3-1-3}
It's a bug fix release.
### Improvements
* Removed unused `TODO` file. [GitHub#108][Patch by takiy33]
### Fixes
* `--location`: Fixed a bug that `--location LINE` doesn't work when
test script is specified as relative path. [Reported by TOMITA Masahiro]
The following doesn't work:
% ruby ./test.rb --location 10
The following works:
% ruby test.rb --location 10
### Thanks
* takiy33
* TOMITA Masahiro
### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.1...v3.3.2)
Bug Fixes:
* Prevent thread deadlock errors during proxy creation (e.g. when using
`before_verifying_doubles` callbacks). (Jon Rowe, #980, #979)
### 3.3.1 / 2015-06-19
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Fix bug in `before_verifying_double` callback logic that caused it to be called
once for each class in the ancestor list when mocking or stubbing a class. Now
it is only called for the mocked or stubbed class, as you would expect. (Sam
Phippen, #974)
### 3.3.1 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Fix `be >`, `be <`, etc so that it fails rather than allowing an
argument error to be raised when compared against an object of the
wrong type. This allows it to be used in composed matcher expressions
against heterogeneous objects. (Dennis Günnewig, #809)
* Fix `respond_to` to work properly on target objects
that redefine the `method` method. (unmanbearpig, #821)
### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)
Bug Fixes:
* Fix formatters to handle exceptions for which `backtrace` returns `nil`.
(Myron Marston, #2023)
* Fix duplicate formatter detection so that it allows subclasses of formatters
to be added. (Sebastián Tello, #2019)
### 3.3.1 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Correctly run `before(:suite)` (and friends) in the context of an example
group instance, thus making the expected RSpec environment available.
(Jon Rowe, #1986)
2015-12 Release 0.5.1
Horst Duchene <monora@gmail.com>
* Changed edge sequence to match example picture (daa88e)
Chase <chase.gilliam@gmail.com>
* updated algorithms to 6.1 and added test unit to support newer rubies (fbd874)
2015-07-22 version 0.6.2:
* Fix release workflow: Ruby 2.1 and 2.2 are supported for Windows (2.0 is
omitted)
* Fix to encode symbols along its encoding
* Fix segmentation fault in minor case
2015-07-01 version 0.6.1:
* Added :compatibility_mode option to Packer#initialize. Default is false. If it
is set to true, str8 format and bin format family will not be used.
Release 2.2.1
* Fix executable resolution on Windows when a directory exists with the same
name as the command to run
Release 2.2.0
* Remove windows-pr dependency
=== 5.8.0 / 2015-08-06
* 2 minor enhancements:
* Add optional delegation mechanism to extend object with a mock. (zamith)
* Return early if there are no filtered methods. (jeremyevans)
* 1 bug fix:
* Don't extend io with pride if io is not a tty. (toy)
2.2.2 (07/15/2015)
Bugs fixed
* Fix uninitialized constant StringIO error in C extension
2.2.1 (07/13/2015)
Bugs fixed
* Aaron Lasseigne: Thanks for fixing my bad .travis.yml
* Kouhei Sutou: Numerous circular argument reference fixes, method redefined,
assigned but unused warnings, superclass mismatch warnings, etc.
* Fixed uninitialized variable when using C-ext.
* Fixed README require
* Fixed superclass mismatch in rbx when using C-ext.
* Lots of rubocop fixes, and added rubocop to travis
Version 0.1.8
Move flush into own method
Version 0.1.7
Don't use closed fobj
Add makefile
Version 0.1.6
Actually call fsync
Remove useless file
Simplify CI setup
Adapt to internal tox changes
Fix docs
Fix link
Split alternatives and credit
Update alternatives
Fix comment
TortoiseHg 3.5.1
TortoiseHg 3.5.1 is a regularly scheduled bugfix release.
Bugs Fixes
visdiff: preserve the executable bit after editing a file
Installer
setup: exclude setup.py and distutils from py2exe build
wix: add mercurial/help/scripting.txt (fixes#4264)
------
18.3.1
------
* Issue #425: Correct regression in setuptools.findall.
----
18.3
----
* Setuptools now allows disabling of the manipulation of the sys.path
during the processing of the easy-install.pth file. To do so, set
the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
anything but "rewrite" (consider "raw"). During any install operation
with manipulation disabled, setuptools packages will be appended to
sys.path naturally.
Future versions may change the default behavior to disable
manipulation. If so, the default behavior can be retained by setting
the variable to "rewrite".
* Issue #257: ``easy_install --version`` now shows more detail
about the installation location and Python version.
Fixes since v2.5.1
------------------
* "git init empty && git -C empty log" said "bad default revision 'HEAD'",
which was found to be a bit confusing to new users.
* The "interpret-trailers" helper mistook a multi-paragraph title of
a commit log message with a colon in it as the end of the trailer
block.
* When re-priming the cache-tree opportunistically while committing
the in-core index as-is, we mistakenly invalidated the in-core
index too aggressively, causing the experimental split-index code
to unnecessarily rewrite the on-disk index file(s).
* "git archive" did not use zip64 extension when creating an archive
with more than 64k entries, which nobody should need, right ;-)?
* The code in "multiple-worktree" support that attempted to recover
from an inconsistent state updated an incorrect file.
* "git rev-list" does not take "--notes" option, but did not complain
when one is given.
* Because the configuration system does not allow "alias.0foo" and
"pager.0foo" as the configuration key, the user cannot use '0foo'
as a custom command name anyway, but "git 0foo" tried to look these
keys up and emitted useless warnings before saying '0foo is not a
git command'. These warning messages have been squelched.
* We recently rewrote one of the build scripts in Perl, which made it
necessary to have Perl to build Git. Reduced Perl dependency by
rewriting it again using sed.
* t1509 test that requires a dedicated VM environment had some
bitrot, which has been corrected.
* strbuf_read() used to have one extra iteration (and an unnecessary
strbuf_grow() of 8kB), which was eliminated.
* The codepath to produce error messages had a hard-coded limit to
the size of the message, primarily to avoid memory allocation while
calling die().
* When trying to see that an object does not exist, a state errno
leaked from our "first try to open a packfile with O_NOATIME and
then if it fails retry without it" logic on a system that refuses
O_NOATIME. This confused us and caused us to die, saying that the
packfile is unreadable, when we should have just reported that the
object does not exist in that packfile to the caller.
* An off-by-one error made "git remote" to mishandle a remote with a
single letter nickname.
* A handful of codepaths that used to use fixed-sized arrays to hold
pathnames have been corrected to use strbuf and other mechanisms to
allow longer pathnames without fearing overflows.
Also contains typofixes, documentation updates and trivial code
clean-ups.
--------------
Version 1.94b:
--------------
- Changed allocator alignment to improve support for non-x86 systems (now
that llvm_mode makes this more feasible).
- Fixed a minor typo in afl-cmin. Spotted by Jonathan Neuschafer.
- Fixed an obscure bug that would affect people trying to use afl-gcc
with $TMP set but $TMPDIR absent. Spotted by Jeremy Barnes.
--------------
Version 1.93b:
--------------
- Hopefully fixed a problem with MacOS X and persistent mode, spotted by
Leo Barnes.
1.9.10
* Simplify clean list and add libtest build files.
* methodHandleParamTypes needs to refer to valid memory after rbffi_MethodHandle_Init
* tweak travis to allow failure in 2.2 on osx
* allow failure on osx 2.2 and head builds
* CLEAN tweak [ci skip]
1.9.9
* workaround bundler problem
* fix struct specs on 1.8 sets them to pending rather than checking for a raise but...
* better clean/clobber config
* Simplify cross build tasks and add rake-compiler-dock for building Windows binary gems.
* Added Platform.solaris? singleton method.
* fix library load... forever
* better native_type
* enable and fix warnings in specs.
* add compiler and platform based tests
* Fix compatibility with newer libffi on Windows/MSVC
* Handle better RUBY_VERSION.
New features and improvements
* Added support for compiler option -gsplit-dwarf.
Bug fixes
* Support external zlib in nonstandard directory.
* Avoid calling exit() inside an exit handler.
* Let exit handler terminate properly.
* Bail out on compiler option --save-temps in addition to -save-temps.
* Only log "Disabling direct mode" once when failing to read potential include files.
1.967_010 Sun Jul 7 11:23:53 2013
- Base the standalone precompiled parser's runtime name on the
parser's class, rather than use the fixed
"Parse::RecDescent::_Runtime". This prevents "already defined"
warnings when two standalone precompiled parsers are used.
- Add support for allowing precompiled parsers to share a common
runtime via the Precompile({-runtime_class}) option and the
PrecompiledRuntime() function.
- Warn on creation of Precompiled parsers that depend on
Parse::RecDescent.
- *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change global the
<skip:> directive to eval similar to other <skip:> directives,
rather than being single-quoted in the resulting parser.
1.967011 Sat Sep 12 16:42:01 2015
- Correct some typos in the documentation. (RT.cpan.org #87185,
thanks dsteinbrunner!)
- Sort hash keys and rulenames when generating code. This keeps
the output text for a given input text the same, reducing
differences in automated builds. (RT.cpan.org #102160, thanks
Reiner!)
- Precompiled parsers now document which
$Parse::RecDescent::VERSION was used to generate
them. (RT.cpan.org #77001)
# Changelog
## 1.0.8 (August 6, 2015)
* fix kqueue assertion failed, postpone ArmKqueueWriter until all events are processed [#51, #176, #372, #401, #619]
* fix Rubinius GC, crank the machine from Ruby space when running Rubinius [#201, #202, #617]
* test to show that LineText2 preserves whitespace and newlines [#32, #622]
* bump up compiler warnings and resolve them [#616]
* fix Windows x64 use uintptr_t instead of unsigned long for binding pointers [#612, #615]
* fix linetext2 unroll tail recursion to avoid stack level too deep [#609]
* fix for compilation with SSL on windows [#601]
* open file descriptors and sockets with O_CLOEXEC where possible [#298, #488, #591]
* fix SmtpClient: send second EHLO after STARTTLS. [#589]
* fix nul-terminated strings in C, use StringValueCStr instead of StringValuePtr
Packaged by Timo Buhrmester in PR 50234.
Bam is a fast and flexible build system. Bam uses Lua to describe the
build process. It's takes its inspiration for the script files from
scons. While scons focuses on being 100% correct when building, bam
makes a few sacrifices to acquire fast full and incremental build times.
1.6.0
-----
* Strip comments in requirements files
1.5.0
-----
* Handle git being entirely absent
* We require the use of setuptools
* Fix retrieval of commit data and most recent tag
1.4.0
-----
* Fix docs for environment markers in extras
* Export ChangeLog and AUTHORS in install
* Updated from global requirements
* Updated from global requirements
* Show how long the git querying takes
* Add wsgi_scripts support to PBR
* Updated from global requirements
--------------
Version 1.92b:
--------------
- Yet another C++ fix (namespaces). Reported by Daniel Lockyer.
--------------
Version 1.91b:
--------------
- Another fix to make 1.90b actually work properly with C++ (d'oh).
Problem spotted by Daniel Lockyer.
--------------
Version 1.90b:
--------------
- Fixed a minor typo spotted by Kai Zhao; and made several other minor updates
to docs.
- Updated the project URL for python-afl. Requested by Jakub Wilk.
- Fixed a potential problem with deferred mode signatures getting optimized
out by the linker (with --gc-sections).
--------------
1.27 2015-09-06
- readline-7.0 support
new function
rl_callback_sigcleanup
- improve POD documents
- Gnu.xs: not to use obsoleted typedefs which were obsoleted
by ReadLine 6.3
- fix a wrong fix on 1.21 to let completion_function do case
insensitive match. [rt.cpan.org #72378]
- fix rl_display_match_list to show the first entry of the
array. The bug caused segmentation fault with readline-7.0.
- some improvement of Makefile.PL:
- add support homebrew on Mac OS X. [rt.cpan.org #104389]
- print an error string when system() fails.
- specify 'int' on 'main()'.
- use -O when -D_FORTIFY_SOURCE is defined.
--------------
0.36 2015-07-17 22:15 UTC
+ Fix : [RT #104312] : fatal hides perl errors in modules
no indirect 'fatal' will no longer hide compilation errors
occurring before indirect constructs.
Thanks Lukas Mai for reporting.
- Add following line for make test
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
(upstream)
- Update 2.01 to 2.03
----------------------
2.03 2015-06-29
- Remove annoying warnings when version_ok called by itself GH #5 (DROLSKY)
2.02 2015-06-17
- Production release identical to 2.01_01 release
2.01_01 2015-06-15
- Added 'multiple' option to check each version inside a .pm file
with multiple packages.
-------------------
0.33 2015-06-06T03:36:58Z
- Tell Test::Stream::IPC to poll for results
0.32 2015-06-04T16:14:57Z
- Update for newer Test::Stream
- REmove some old Test::Stream support
-------------------
1.44 2015-07-06T00:29:56Z
* Fix file_has_* tests to work on Windows (RJBS) GitHub #13
1.43_02 2015-06-24T15:21:57Z
* check file_mode_has tests for Windows
1.43 2015-06-22T21:44:37Z
* Don't install README.pod
1.42 2015-06-16T17:58:11Z
* Fix problem with META* specifying requirements (RT #105210)
-----------------
0.22 2015-08-21
- The test_all_dependents() sub now lets you pass a filter subroutine instead
of an exclude regex. This is a lot simpler to implement in many cases.
- Remove following line, see 6th line of 1.04
INTERACTIVE_STAGE= test
(upstream)
- Update 1.03 to 1.05
-------------------
1.05 2015-06-06 JSTOWE
- Use sysread instead of getc() from ruittenb@cpan.org
- Set cursor visibility as per patch javibarroso@gmail.com
- Set isig/-isig to stty to allow signals as per javibarroso@gmail.com
- Simplify Makefile.PL slightly as metacpan appears to dislike it
- Use direct object notation for constructor in examples
- Use strict and warnings in examples/test.pl
1.04 2015-06-05 JSTOWE
- Now use strict and warnings, and drop use of vars.
- Specified min version of perl in code and metadata
- Moved Screen.pm to lib/Term/Screen.pm as per convention
- Reformatted this file as per CPAN::Changes::Spec
- Added github repo to metadata and pod
- make test will work non-interactively
- preserve exit code
- Fix regression caused by last resort change
- Add support for capabilities of more than 2 characters
1.17: Mon 17 Aug 08:30:54 BST 2015
- No changes version bounce
--------------
0.03 2015-06-28
- move to ExtUtils::MakeMaker and add author tests
- rewrite Changes according to CPAN::Changes::Spec
- improve standard doc parts in pod
- add newly introduced functions in LMU 0.408+
---------------
1.112 Sat Jul 25 2015
[ENHANCEMENTS]
- the 'trace' option now also outputs some information about process
termination and status (as requested by TIMB in RT #106046)
-------------------
0.11- B. Estrade (1):
Adding new test for signatures as part of Feb 2015 PRC.
Rafael Garcia-Suarez (8):
Bump version to 0.10
Merge pull request #6 from estrabd/Issue-5-add-signature-test
Fix skipping tests on earliers perls
Add new test to MANIFEST
Do not let get_code_location() segfault on XSUBs
Add a test for calling get_code_location on XSUBs
Add a pure-perl version of last test
Bump version
-------------------
1.99 2015-08-26
This release provides support for Elasticsearch 2.0.0-beta1 and above,
but the default client is still '1_0::Direct' and will remain so until
version 2.00 is released.
New features:
* Added default_qs_params, which will be added to every request
* Added max_time to the Bulk helper, to flush after a max elapsed time
* Added filter_path parameter to all methods which return JSON
* Added indices.flush_synced()
* Added render_search_template()
* Added cat.nodeattrs()
* Added human flag to indices.get and indices.get_settings
* Added rewrite flag to indices.validate_query
* Added rewrite flag to indices.analyze
* Added fields param to bulk()
* Added update_all_types to indices.create and indices.put_mapping
* Added request_cache to indices.put_warmer and indices.stats
* Added request to indices.clear_cache
* Added RequestTimeout exception for server-side timeouts
* Updated Plugin::Watcher with 1.0 API
Removed:
* Removed id and id_cache from indices.clear_cache
* Removed filter and filter_cache from indices.clear_cache
* Removed ignore_conflict from indices.put_mapping
Bugfixes:
* Fixed error handling in Hijk
* Fixed live test to non-existent IP address
--------------
0.28 2015-08-18 15:00 UTC
+ Chg : SUB() and EVAL() will now warn if they cannot find an
appropriate context in the current stack. They will still
return undef in this case, which is interpreted as the current
context when combined with other words.
+ Fix : [RT #104751] : Scope::Upper does not handle exotic stack types
Trying to target a scope above the current perl scope will now
result in a warning. In that case, the topmost context in the
current stack will still be returned.
Thanks Rafaël Garcia-Suarez for the report.
+ Fix : Test failures of threads tests on systems with harsh resource
constraints causing the threads to exit() during run.
+ Opt : Some internal structures were shrunk, resulting in memory
savings and small speedups.
- Add following line for make test
BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
(upstream)
- Update 1.125 to 1.126
------------------------
1.126 2015-08-10
[New Policies]
* Added a policy: ControlStructures::ProhibitYadaOperator - Never use ...
in production code.
[Bug Fixes]
* Fixed problems arising from having -b in your .perltidyrc file. Thanks
@hjkatz.
* Removed extra newline from policy names returned by P::C::Config->policies.
Thanks @ratsbane.
* `fc` and `say` are now covered by ProhibitUselessTopic. Thanks @JRaspass.
[Miscellanea]
* Add more strict/warnings importer modules. Thanks @oalders.
* Path::Tiny is now recommended over File::Slurp
* Micro-optimize by calling ->content() directly instead of going
through the overloads. Thanks @JRaspass.
* Square brackets are now allowed around your `## no critic` policy
list. Thanks @zdm.
-------------------
0.21 Wed Sep 2 18:00:00 2015
- Use compressed Sereal for encoding instead of Data::Dumper.
Reduces the disk footprint after installation by 4x.
The compressed tarball on the other hand is marginally bigger
because it means that we double-zlib compress the data.
0.20 Wed Sep 2 14:40:00 2015
- Perl 5.22.0 support.
-----------------------
1.4417 2015-06-09 16:19:41-06:00 America/Denver
- No changes from 1.4416
1.4416 2015-05-19 11:11:47-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Minimum Perl was inadvertently set to v5.10.0. Now back to v5.8.1.
1.4415 2015-04-28 11:29:52-04:00 America/New_York (TRIAL RELEASE)
[TESTS]
- Outputs the version of backends used
[META]
- Updated repo metadata and boilerplate files
- Pointed issue tracker to the Perl-Toolchain-Gang Github repo
----------------------
0.041 2015-07-02 T. R. Wyant
No changes since 0.041_02.
0.040_02 2015-06-25 T. R. Wyant
Report \C (match octet) as removed in 5.23.0.
0.040_01 2015-06-20 T. R. Wyant
Accept non-ASCII whitespace under /x. The Whitespace object can be
multiple characters; the perl_version_introduced() becomes
'5.021001' if any of them is a code point above 127.
The perl_version_removed() method now returns '5.021001' when called
on a PPIx::Regexp object produced by parsing '?foo?' (match once
without explicit 'm'). The object produced by parsing 'm?foo?' still
returns the minimum Perl version.
0.040 2015-05-31 T. R. Wyant
No changes since 0.039_02.
0.039_02 2015-05-24 T. R. Wyant
Do not parse unadorned parentheses as capture groups when /n is in
effect. Instead, they are parsed as PPIx::Regexp::Structure. Named
captures appear to be unaffected by /n.
Made a verbose dump a little more so. Specifically, dump
max_capture_group where relevant, and display dumped values a bit
more informatively.
0.039_01 2015-05-23 T. R. Wyant
Report /n (no captures) as having been added in 5.21.8.
- Add following line for make test
BUILD_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
BUILD_DEPENDS+= p5-Package-Constants-[0-9]*:../../devel/p5-Package-Constants
BUILD_DEPENDS+= p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager
BUILD_DEPENDS+= p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
- (Be careful, not all the dependent packages pass for 'make test', followings are suspect)
p5-MooseX-App-Cmd-0.31
git-base-2.5.1
p5-SQL-Abstract-Limit-0.14.1nb6
p5-IO-tty-1.12nb1
(upstream)
- Update 2.0.4 to 2.2.0
---------------------
2.2.0 2015-08-09
[ BUG FIXES ]
- Allow git to prompt user when calling sendemail (GH#25, Arthur Axel
fREW Schmidt)
- Tags were printed with the warning "at line blah". (GH#22)
[ ENHANCEMENTS ]
- Improve error message. (GH#24, frioux)
[ NEW FEATURES ]
- Store module name in config instead of relying on commit messages
(frioux, GH#26)
[ STATISTICS ]
- code churn: 8 files changed, 219 insertions(+), 438 deletions(-)
2.1.0 2015-06-01
[ ENHANCEMENTS ]
- Be a little more clever about finding out if the META repo is
git-based.
[ STATISTICS ]
- code churn: 3 files changed, 22 insertions(+), 4 deletions(-)
User-visible changes:
- Client-side bugfixes:
* Fix crash with GPG-agent with non-canonical $HOME
* Fix checkout errors with svn+ssh:// on Windows
* svn: expose expat and zlib versions in svn --version --verbose
* svn: improve help text for 'svn info --show-item'
- Server-side bugfixes:
* svnserve: fixed minor typo in help text
* Enable caching with memcached on Windows
* Fix an error leak in FSFS verification
* Fix incomplete membuffer cache initialization
* svnfsfs: fix some bugs and inconsistencies in load-index
- Client-side and server-side bugfixes:
* Fix alignment fault in ra_svn on 32 bit SPARC machines
- Bindings bugfixes:
* Fix memory corruption in copy source SWIG bindings
---------------------
(below is compiled from CHANGES)
================================
2015-06-03 10:10:18 -0400 v1_367
================================
- Version bump for release.
- Merge pull request #22 from zhouzhen1/prchallenge
- Some trivial changes for the CPAN PR challenge.
- rt.cpan.org 96039. Avoid close() on a FIFO until the reader is done.
- Cygwin seems to block on close() if a FIFO contains data. This test
deadlocks because it expects the ability to read from the FIFO
asynchronously later.
- rt.cpan.org 100499. Fix SuccessEvent values for AF_INET6.
- Applied ketas' micro patches, and updated an example in the docs.
- rt.cpan.org 101227. Comment on an unused assertion.
- rt.cpan.org 103842. Skip YAML line ending test on contemporary YAML.
- a couple of pod typo fix
- add 'use strict' to POE/Queue.pm and POE/Resource.pm
- Merge pull request #20 from nanis/nanis-fix-for-nmake
- Hard coded Unix-style directory separator causes problems on Windows
with nmake
- Enable bind for IN6ADDR_ANY
- Use File::Spec->catfile to compose certain paths
- Surrounding them with double quotes worked on Windows, but created
problems on other systems.
- Quote paths to fix errors with nmake on Windows
- C:\...\POE-1.366> nmake test
- "C:\opt\perl-5.20.1\bin\perl.exe" mylib/gen-tests.perl lib/POE.pm
Can't open perl script "mylib": Permission denied NMAKE : fatal error
U1077: 'C:\opt\perl-5.20.1\bin\perl.exe' : return code '0xd' Stop.
- This happens because perl ends up seeing mylib and /gen-tests.perl as
two separate thingies. It seemed to me that the most straightforward
solution which I do not think should effect any other platforms is to
quote the filename arguments. Hope this makes sense.
- Make loop discovery O(M+N) instead of O(M*N) stat() operations.
- fix typo ("Consier" => "Consider")
---------------------
1.010 2015-07-13
- Fix#101800 "[PATCH] Reinstate files to inc dir if deleted by external process"
Periodic temp directory cleaning programs (eg. "tmpwatch") may remove some
(older) files from $PAR_TEMP/inc, but keep others. This causes the packed
program to fail.
- When extracting a .par file to $PAR_TEMP/inc do NOT restore the original
modified timestamps of the file (so that the extracted files have
the time of extraction as their modified time).
- Add a "canary" file in $PAR_TEMP and back-date it 1 day. Hence any process
removing files in $PAR_TEMP based on timestamps should remove
the "canary" before others.
- If the canary file is missing, extract the .par to $PAR_TEMP/inc
as previously was done only when $PAR_TEMP/inc was missing.
+BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
# for make test
-#BUILD_DEPENDS+= p5-Types-Standard-[0-9]*:../../devel/p5-Types-Standard
+BUILD_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
+BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
---------------
0.328 2015-09-03 20:37:50-04:00 America/New_York
- get command description from Pod by default (Jakob Voss)
- add a "--help" option to all commands by default (Jakob Voss)
- add "command_groups" to group commands in listing (Jakob Voss)
- fix the handling of "exit" in App::Cmd::Tester (Matthew Astley)
- add 'show_version_cmd' option to enable display of 'version'
command in command list. (John Anderson)
- minor documentation improvements (Alberto Simoes, rjbs)
issues (crashes, hangs) when building SDL packages in a session which
isn't logged into the console.
Tested in a full bulk build, some packages issue warnings for it being
an unrecognized option but I cannot see any failures due to it, and it
fixes a reasonable number of package builds.
- Update required version:
-DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
+DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
- Add following line for make test
BUILD_DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
(upstream)
- Update 0.41 to 0.43
---------------------
0.43 2015-08-16 03:29:28Z
- add some diagnostics to a test that is failing occasionally
0.42 2015-06-04 06:17:43Z
- eliminate remaining uses of List::MoreUtils
- increase required version of namespace::autoclean to 0.16 to avoid test
failures
- Add following lines for make test
BUILD_DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
(upstream)
- Update to 0.34
----------------
0.34 2015-08-16 02:39:14Z
- bump namespace::clean prereq
---------------
0.003 2015-06-27
- switch to ExtUtils::MakeMaker
- improve META information
- fix bug when MooX::Roles::Pluggable is used multiple times in similar
context
- Update copyright year
- Add following line for make test
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
(upstream)
- Update 0.013 to 0.015
---------------------
0.015 2015-05-29
- fix breaking tests on Win32 due stacked Capture::Tiny::_capture_tee
(thanks Alexandr Ciornii for reporting)
0.014 2015-05-27
- switching from IO::TieCombine to stacked Capture::Tiny in
MooX::Cmd::Tester to avoid breaking commands in test (only)
when relying on fileno of STD{OUT,ERR}
- Add following line for make test
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
(upstream)
- Update 1.18 to 1.19
----------------------
1.19 2015-05-27
- add %Preload rule for LWP::MediaTypes: data file LWP/media.types
- add %Preload entry for MIME::Types: data file MIME/types.db
- add %Preload rule for AnyEvent
- always add Encode.pm when fix encountering constructs like
decode("klingon", ...)
open FH, "<:encoding(klingon)", ..
- add license
- update OpenFoundry repository URL
--------------
2.50 2015-09-02
- Changed how the Screen output handles UTF-8 data once more. The Screen
module has gone back to printing output directly to the global STDOUT and
STDERR handles. The previous changes broke the tests for several modules,
including Log::Dispatch::Config. This change should fix them.
Convert to github.mk while here.
Changes:
March 2015 update 0.12.1.5 (0.12-stable)
-------------------------------------------------
This is bug fix release based on 0.12.1.
Bug fixes:
change the tunable for fetching history when not found in file history cache fixes#917
rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
fallback to newer file if genre for older file is null fixes#832
fix Solaris package install to depend on JRE 7
January 2015 update 0.12.1.4 (0.12-stable)
-------------------------------------------------
This is bug fix release based on 0.12.1.
Bug fixes:
check write object to be non null before calling close on it
filter repositories based on list of directories before invalidating when doing partial reindex fixes#880
January 2015 update 0.12.1.3 (0.12-stable)
-------------------------------------------------
This is bug fix release based on 0.12.1.
Bug fixes:
change indexpart command in the OpenGrok shell script to require SRC_ROOT
January 2015 update 0.12.1.2 (0.12-stable)
-------------------------------------------------
This is bug fix release based on 0.12.1.
Functional changes:
add support for parallel indexing #876
November 2014 update 0.12.1.1 (0.12-stable)
-------------------------------------------------
This is bug fix release based on 0.12.1.
Bug fixes:
support branches for Mercurial repository #865
Search link does not contain project #835
Regularly-scheduled bugfix release.
convert: fix git copy file content conversions
filesets: ignore unit case in size() predicate for single value
help: fix typo familar -> familiar
help: fix typo in scripting documentation
hg: avoid auto sharing when the clone destination is remote
hgweb: fix trust of templates path (BC)
histedit: backout ebb5bb9bc32e
largefiles: ensure lfutil.getstandinmatcher() only matches standins
match: fix a case-only rename + explicit path commit on icasefs (issue4768)
parsers: fix memory leak in compute_phases_map_sets
rebase: lock the repo during the full rebase operation
revset: prevent crash caused by empty group expression while optimizing "and"
revset: prevent crash caused by empty group expression while optimizing "or"
strip: use the 'finally: tr.release' pattern during stripping
update: wlock the repo for the whole 'hg update' command
wix: avoid an abort with 'hg help -k foo'
-------------------
version 1.07: Tue Jul 21 17:38:01 CEST 2015
Fixes:
- remove superfluous blank lines, when (translated) message
ends on \n. Reported by [Andrew Beverley]
- Dancer2::Plugin:: deep recursion in ERROR handler [Andrew Beverley]
Improvements:
- document HASH for ::Syslog::new(logsocket).
Idea of [Andrew Beverley]
- add Log::Report::DBIC::Profiler [Andrew Beverley]
- loads of documentation on using Log::Report in Dancer2,
written by [Andrew Beverley]
- protect against two instances of ::Syslog at the same time: its
impossible.
version 1.06: Mon Jun 15 17:30:33 CEST 2015
Fixes:
- t/60mojo.t will not run on old mojo's: requires 2.16 (2011)
[cpantesters]
- ::Dispatcher::File do not use %F/%T in strfime, which is not
supported by Windows.
- make ::Die understand multiline 'die()' messages.
rt.cpan.org#101389 [Ken Neighbors]
Improvements:
- add Dancer::Log::Report and examples/dancer/
- add Dancer2::*, contributed by [Andrew Beverly]
-------------------
0.87 Released at 2015-06-16.
- Implemented new option skip_message.
0.86 Released at 2015-06-12.
- Quick fix for dateext and fileopen.
0.85 Released at 2015-06-12.
- Added parameter dateext to Output::File.
-------------------
2.49 2015-08-21
- The Screen output now enables autoflush on the handle it uses to send output
to STDOUT or STDERR every time it sends a message. This does not affect the
global STDOUT or STDERR, as the Screen module makes its own handle for
output. This fixes a bug reported by Karen Etheridge that caused this module
to not play nicely with Capture::Tiny in some cases. RT #106605.
2.48 2015-08-07
- Fixed (I hope) tests that were added in the last release that fail on
Windows.
2.47 2015-08-06
- Really, really make per-thread locking work. Depending on when threads and
threads::shared were loaded, you might get an error like 'Type of arg 1 to
threads::shared::share must be one of $@% at .../Log/Dispatch/Syslog.pm line
67, near "$thread_lock)"'. Reported by David Schweikert.
- Added support for auth-related parameters and replyto to
Log::Dispatch::Email::MailSender. Implemented by Rohan Carly. Based on
GitHub #10.
- Added a utf8 flag for Log::Dispatch::Screen. If this is true, then it sets
the ":encoding(UTF-8)" flag on the handle it uses for output (without
affecting STDOUT or STDERR elsewhere). Suggested by Ivan Baidakou.
rudiments 0.53
- exposed codetreegrammar class and updated codetree class so that
successive parses/writes can use the same grammar without having to reload
- added insert/appendXml(File) methods to xmldomnode to parse and
insert/append xml strings or files to a node
- fixed FILE->fileno detection for solaris 11.2, which doesn't have it at all
- llabs() is detected and preferred to abs()
- added partial xml namespace support (namespaces for tags)
- added partial support for extended ascii character set to character class
- added setgroups() call before setuid() call to drop extraneous groups
- updated rudiments-config man page, slightly
- removed outdated and unused dtd class
- updated file::resolveSymbolicLink() to use
directory::maxPathLength(filename) as a starting point
- updated directory::getCurrentDirectory() to use MAX_PATH
as a starting point
- serialport/serialportprofile, modemserver/modemclient classes are disabled
in the default build now
- updated intro docs
rudiments 0.52
- tweaked codetree's recursive break logic a bit
- added compiler class
- added case-insensitive methods to xmldomnode
- added methods to xmldomnode that operate on descendents (as opposed
to just operating on direct children)
- added methods to xmldomnode for deleting, wrapping, unwrapping
- fixed dynamiclib::getError() bug on windows
- tweaked -Werror detection in configure script
- removed rpcentry class
- added file::setPermissions() methods
rudiments 0.51
- added missing inline qualifiers to dynamicarray/staticarray method
implementations
- added test for clock_settime, datetime class uses it if other set-time
functions aren't available, returns false and sets errno=ENOSYS if
no set-time function is available
- directory::fpathConf now falls back to MAX_PATH code if fpathconf exists
but there's dirfd() or anything like it
- file::createFifo returns false and sets errno=ENOSYS on platforms that
don't support fifo's now
- file::generateKey returns -1 and sets errno=ENOSYS on VMS now
- file::createHardLink returns -1 and sets errno=ENOSYS on platforms
don't support hard links now
- fixed missing breaks in stdio::flush
- userentry::getPassword/getRealName return NULL on VMS now
- unix sockets are faked on VMS now
- threadmutex is built and installed now whether or not threads are
supported, but if threads are not supported, its methods are degenerate
and return success
- filesystem::getCurrentProperties() returns false and sets errno=ENOSYS
on VMS now
- implemented degenerate groupentry for VMS
- fixed file::getBlockCount() crash that could occur if the filesystem's
block size was reported as 0
- tweaked copy constructors and = operators in staticarray/dynamicarray
classes to work with older compilers
- disabled -Werror for gcc < 2.7
- filedescriptor::printf uses fprintf or fdopen/vfprintf when possible,
in leiu of falling back to charstring::printf
- charstring::printf tries the null device before falling back
to a scratch file
- the rate at which charstring::printf expands its buffer is now
exponential up to 1024 bytes
- added sys::getDirectorySeparator()
- fixed trailing-slash-followed-by-quote issue when building windows
command lines
- added --enable-enosys-notify configure option for runtime notifcations
when methods set ENOSYS
- cleared errno before each EINTR loop
- fixed sys::sync() segfault
- fixed ssl tests
- removed intervaltimer class
- updated sys::getPhysicalPageCount/getAvailablePhysicalPageCount for Windows
- added sys::getAllocationGranularity, updated code to use it instead
of getPageSize, in most cases
- fixed copy-constructor/=-operator bugs in dynamicarray class
- added config_vs2013.h for VS 2013
- fixed several permissions-related issues for WinNT 4
- allowShortReads/useBlockingMode are set by default for stdinput now
- added wrapper for atexit()
- changed process::getRealUser/GroupId to getUser/GroupId to match
setUser/Groupid
- added process::setEffectiveUser/Group methods
- fixed and documented auto-resume behavior in snooze methods
- fixed detection of double-dashed command line parameters without values
- removed redundant charstring::rightPad()
- renamed charstring::padString() to charstring::pad()
- added safePrint methods that take unsigned char arguments
- fixed bytestring::findFirst() with unsigned char needle, when needle is 0
- fixed bugs in linkedlist::moveBefore/moveAfter
- fixed bugs in singlylinkedlist::removeAll()
- removed arg parameter from thread::setFunction(), added
thread::setArgument(), and added thread::create(arg)
- changed thread::create() to thread::run()
- wrote lots of example code and updated the programming docs
- removed unused shmfile class
- fixed several LocalFree's that should have been delete[]'s
--------------
0.10 2015/07/16 19:22:00
[CHANGES]
* Added 'extract_first_by'
* Updated documentation:
+ Added 'since' version to all functions
+ Use =head2 barename for nicer indexing
--------------------
7.06 Mon Aug 31 18:54:14 BST 2015
Enhancements:
- version ranges are now supported for PREREQS, etc.
- Metadata is now represented internally as Meta Spec 2.0
- Use intermediate files to store META.* and *.ppd files
- ExtUtils::Command has been re-incorporated at 1.19 of that module
- Refactored XS handling
- XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
for refined control of XSMULTI
- can do "make test" without first doing "make"
Bug fixes:
- Handle new warnings from File::Path
- Resolve RT#106572 specifying AUTHOR via command-line is broken
- Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
- Sanitise make_type on Win32
- Cygwin rebase fixes
- Makefile starting comments reflect decoded @ARGV, not raw
- Add various targets to .PHONY to avoid disk IO with dmake
- Fixed race condition in realclean
- improve static-build lib detection
- Eliminate non-error STDERR
- Make WriteEmptyMakefile Makefile functional when called in subdir
- manifypods fixes
- perllocal.pod generation "Perl in Space" fix
- PASTHRU fixes
- Fix distsignature dependencies for parallel make
- Check exit status for commands in "make ci" target
Dist fixes:
- Made %ExtraPrereqs match bundled prereqs
- Included MANIFEST.SKIP from ExtUtils::Manifest
- The bundled Encode::Locale has been updated to 1.04
Test fixes:
- test PL_FILES of a "module"
- Various tests no longer require a separate .pm file for testing
- Support v5.6.1 in various tests
- test static build if $ENV{AUTHOR_TESTING}
- XS tests now pluggable
- test for "Perl in Space"
Doc fixes:
- better document for PL_FILES, oneliner method
- FAQ updated
=head1 VERSION 6.51 2015-09-01
Changes suggested by perlcritic
Played with perlcritic and made a few minor changes based on it's suggestions.
I doubt I will use perlcritic significantly.
Date::Manip::Delta::value now returns an empty string
If a delta has an error, or no valid delta in it, the value method returns
an empty string instead of undef. This is to be consistent with the
Date::Manip::Date::value method which returns an empty string.
Bug fixes
Fixed a bug where date/delta calculations with deltas that are too
large was not working correctly. They now set an error condition
and fail. RT 105737
Fixed a bug introduced by the previous patch and luckily discovered
pre-release by Tom Wyant.
Fixed code that produced a warning in 5.22.0. Tom Wyant
Improved DM6 ParseDate and ParseDateString
Added C<@opts> argument. Based on RT 105622.
Time zone fixes
Newest zoneinfo data (tzdata 2015f)
Now uses /etc/localtime as a method to determine the local timezone.
Patch supplied in RT 105159 (modified by me). The patch uses some
code derived from DateTime::TimeZone .
Clearer message when the date is not valid in the timezone.
Test fixes
Added a number of new tests based on Devel::Cover. Over the next several
releases, I intend to continue to add tests until coverage is 100%.
Documentation fixes
Fixed a typo. RT 105546
--------------
Version 1.89b:
--------------
- Revamped the support for persistent and deferred forkserver modes.
Both now feature simpler syntax and do not require companion env
variables. Suggested by Jakub Wilk.
- Added a bit more info about afl-showmap. Suggested by Jacek Wielemborek.
- Add following line for make test
BUILD_DEPENDS+= p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb
- (but still one fails) as:
not ok 26 - ->failure [3] gives EAI_NONAME
# Failed test '->failure [3] gives EAI_NONAME'
# at devel/p5-IO-Async/work/IO-Async-0.68/t/50resolver.t line 323.
# got: '7'
# expected: '8'
(upstream)
- Update 0.66 to 0.68
--------------------------
0.68 2015/07/31 20:07:48
[CHANGES]
* Allow IO::Async::Function body to 'die' with an ARRAYref to set
more details on failed Future
* Have IO::Async::Resolver calls indicate the failed resolver name
* Have IO::Async::Resolver's getaddrinfo and getnameinfo resolvers
give error numbers in failure result
* Added 'init_code' parameter to IO::Async::Function (RT104127)
* Added IO::Async::Channel->encode, ->send_encoded; deprecate the old
->send_frozen method
* Added IO::Async::Test::wait_for_future
[BUGFIXES]
* Clean up after 'on_hangup' loop tests (RT106061)
* Make ->stop + ->start on IO::Async::Timer::Periodic not forget the
first_interval (RT100927)
0.67 2015/06/01 15:06:13
[CHANGES]
* Add a ->post_fork method to IO::Async::Loop in case subclasses
should take specific action (RT104130)
* Remove IO::Async::MergePoint entirely
* Add debug_printf() calls to IO::Async::Process
* Various documentation additions
[BUGFIXES]
* Remember to actually delete unused filehandles from the pollmask
(RT103922)
This resolves an issue where binaries from this package are linked to libraries
from the native compiler on the system. The generated binaries are subsequently not executable
because the path to the compilers library directory is not in the linkers search
path. Observed on OmniOS with this package linking to libgomp from native GCC
Reviewed by wiz@
- Update 0.08 to 0.09
----------------------
0.09 2015-08-16 05:34:14Z
- update some distribution tooling
(pkgsrc)
- Add following line
# Tie::RefHash::Weak was not in CORE (or so I think)
DEPENDS+= p5-Tie-RefHash-Weak>=0.08:../../devel/p5-Tie-RefHash-Weak
---------------------
0.045 2015-07-19 09:46:07-07:00 America/Los_Angeles
And this time let's actually use a non-trial release, dummy...
0.044_92 2015-07-19 09:45:11-07:00 America/Los_Angeles (TRIAL RELEASE)
No changes since last development release
0.044_91 2015-07-13 18:12:05-07:00 America/Los_Angeles (TRIAL RELEASE)
Uncoditionally set no_abbrev option to improve raw log parsing [#67] (John Anderson)
0.044_90 2015-05-06 15:08:17-07:00 America/Los_Angeles (TRIAL RELEASE)
- Document 'modifications' method on G::W::Log (John Anderson)
- Parse raw logs correctly (John Anderson)
- Set modifications properly in constructor (John Anderson)
---------------------
1.315 Wed Jul 29 2015
[ENHANCEMENTS]
- Show exit status in 'unknown git error' message (TIMB)
1.314 Sat May 23 2015
[ENHANCEMENTS]
- simplified the internals of version comparisons
- give the correct result for comparisons involving 1.0.0a and 1.0.0b
-------------------
3.30 - Mon Aug 31 10:35:00 CET 2015
- Promote to stable CPAN release.
3.29_01 - Mon Aug 10 10:45:00 CET 2015
- Support added for XS handshake API introduced in 5.21.6.
- Backported S_croak_xs_usage optimized on threaded builds
- Fix INCLUDE_COMMAND $^X for Perl In Space
- Remove 'use lib' left over from refactoring
- Document + improve ancient optimization in ParseXS
- Improve RETVAL code gen
Packaged for pkgsrc-wip by nros.
Asio is a cross-platform C++ library for network and low-level I/O
programming that provides developers with a consistent asynchronous
model using a modern C++ approach.
Git v2.5.1 Release Notes
========================
Fixes since v2.5
----------------
* Running an aliased command from a subdirectory when the .git thing
in the working tree is a gitfile pointing elsewhere did not work.
* Often a fast-import stream builds a new commit on top of the
previous commit it built, and it often unconditionally emits a
"from" command to specify the first parent, which can be omitted in
such a case. This caused fast-import to forget the tree of the
previous commit and then re-read it from scratch, which was
inefficient. Optimize for this common case.
* The "rev-parse --parseopt" mode parsed the option specification
and the argument hint in a strange way to allow '=' and other
special characters in the option name while forbidding them from
the argument hint. This made it impossible to define an option
like "--pair <key>=<value>" with "pair=key=value" specification,
which instead would have defined a "--pair=key <value>" option.
* A "rebase" replays changes of the local branch on top of something
else, as such they are placed in stage #3 and referred to as
"theirs", while the changes in the new base, typically a foreign
work, are placed in stage #2 and referred to as "ours". Clarify
the "checkout --ours/--theirs".
* An experimental "untracked cache" feature used uname(2) in a
slightly unportable way.
* "sparse checkout" misbehaved for a path that is excluded from the
checkout when switching between branches that differ at the path.
* The low-level "git send-pack" did not honor 'user.signingkey'
configuration variable when sending a signed-push.
* An attempt to delete a ref by pushing into a repository whose HEAD
symbolic reference points at an unborn branch that cannot be
created due to ref D/F conflict (e.g. refs/heads/a/b exists, HEAD
points at refs/heads/a) failed.
* "git subtree" (in contrib/) depended on "git log" output to be
stable, which was a no-no. Apply a workaround to force a
particular date format.
* "git clone $URL" in recent releases of Git contains a regression in
the code that invents a new repository name incorrectly based on
the $URL. This has been corrected.
(merge db2e220 jk/guess-repo-name-regression-fix later to maint).
* Running tests with the "-x" option to make them verbose had some
unpleasant interactions with other features of the test suite.
(merge 9b5fe78 jk/test-with-x later to maint).
* "git pull" in recent releases of Git has a regression in the code
that allows custom path to the --upload-pack=<program>. This has
been corrected.
* pipe() emulation used in Git for Windows looked at a wrong variable
when checking for an error from an _open_osfhandle() call.
Also contains typofixes, documentation updates and trivial code
clean-ups.
13.1.2 (2015-08-23)
~~~~~~~~~~~~~~~~~~~
* Upgrade pip to 7.1.2.
13.1.1 (2015-08-20)
~~~~~~~~~~~~~~~~~~~
* Upgrade pip to 7.1.1.
* Upgrade setuptools to 18.2.
* Make the activate script safe to use when bash is running with ``-u``.
Version 5.1
-----------
(bugfix release, released on 17th August 2015)
- Fix a bug in `pass_obj` that would accidentally pass the context too.
Version 5.0
-----------
(codename "tok tok", released on 16th August 2015)
- Removed various deprecated functionality.
- Atomic files now only accept the `w` mode.
- Change the usage part of help output for very long commands to wrap
their arguments onto the next line, indented by 4 spaces.
- Fix a bug where return code and error messages were incorrect when
using ``CliRunner``.
- added `get_current_context`.
- added a `meta` dictionary to the context which is shared across the
linked list of contexts to allow click utilities to place state there.
- introduced `Context.scope`.
- The `echo` function is now threadsafe: It calls the `write` method of the
underlying object only once.
- `prompt(hide_input=True)` now prints a newline on `^C`.
- Click will now warn if users are using ``unicode_literals``.
- Click will now ignore the ``PAGER`` environment variable if it is empty or
contains only whitespace.
- The `click-contrib` GitHub organization was created.
v1.2.1
Nothing changed from v1.2.0.
v1.2.0
Out-of-line mode: int a[][...]; can be used to declare a
structure field or global variable which is, simultaneously,
of total length unknown to the C compiler (the a[] part) and
each element is itself an array of N integers, where the value
of N is known to the C compiler (the int and [...] parts around
it). Similarly, int a[5][...]; is supported (but probably less
useful: remember that in C it means int (a[5])[...];).
PyPy: the lib.some_function objects were missing the attributes
__name__, __module__ and __doc__ that are expected e.g. by some
decorators-management functions from functools.
Out-of-line API mode: you can now do from _example.lib import
x to import the name x from _example.lib, even though the lib
object is not a standard module object. (Also works in from
_example.lib import *, but this is even more of a hack and will
fail if lib happens to declare a name called __all__. Note that
* excludes the global variables; only the functions and constants
make sense to import like this.)
lib.__dict__ works again and gives you a copy of the dictâassuming
that lib has got no symbol called precisely __dict__. (In
general, it is safer to use dir(lib).)
Out-of-line API mode: global variables are now fetched on demand
at every access. It fixes issue #212 (Windows DLL variables),
and also allows variables that are defined as dynamic macros
(like errno) or __thread -local variables. (This change might
also tighten the C compilerâs check on the variablesâ type.)
Issue #209: dereferencing NULL pointers now raises RuntimeError
instead of segfaulting. Meant as a debugging aid. The check is
only for NULL: if you dereference random or dead pointers you
might still get segfaults.
Issue #152: callbacks: added an argument ffi.callback(...,
onerror=...). If the main callback function raises an exception
and onerror is provided, then onerror(exception, exc_value,
traceback) is called. This is similar to writing a try: except:
in the main callback function, but in some cases (e.g. a signal)
an exception can occur at the very start of the callback
functionâbefore it had time to enter the try: except: block.
Issue #115: added ffi.new_allocator(), which officializes
support for alternative allocators.
--------------
Version 1.88b:
--------------
- Made AFL_EXIT_WHEN_DONE work in non-tty mode. Issue spotted by
Jacek Wielemborek.
--------------
Version 1.87b:
--------------
- Added QuickStartGuide.txt, a one-page quick start doc.
- Fixed several typos spotted by Dominique Pelle.
- Revamped several parts of README.
Fri, Jun 19, 2015 - xdebug 2.3.3
= Fixed bugs:
- Fixed issue #1130: Escaping issues with docrefs and HTML characters in
error messages
- Fixed issue #1133: PDO exception code value type is changed
- Fixed issue #1137: Windows does not support %zu formatting for sprintf
- Fixed issue #1140: Tracing with __debugInfo() crashes Xdebug due to a stack
overflow
- Fixed issue #1148: Can't disable max_nesting_function
- Fixed issue #1151: Crash when another extension calls call_user_function()
during RINIT
- Fixed crash with code coverage (Antony Dovgal)
- Fixed usage of virtual_file_ex and STR_FREE (Remi Collet)
- Reset overloaded opcodes at the end of each request (Eran Ifrah)
= Improvements:
- Fixed issue #686: Not possible to inspect SplObjectStorage instances with
Xdebug
- Fixed issue #864: No attributes are shown if an object extends
ArrayIterator
- Fixed issue #996: Can't evaluate property of class that extends ArrayObject
- Fixed issue #1134: Allow introspection of ArrayObject implementation's
internal storage
- Get rid of setlocale hack, by using %F instead of %f (and speed up tracing
by 15-20%)
- Allow specification of extra step files and directories in `pherkin`
- Don't require Devel::FindRef
- Fixed the Test::Builder wrapping issue discussed at:
https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/61
Output from Test::Exception should now be properly captured.
- Updated git repository all over the places
Changes:
I've tagged a new release of Ninja, version v1.6.0
== Release notes
* rules are now scoped to the subninja they're in. See thread
"RFC: allow scoping rules via subninja"
(https://groups.google.com/forum/#!topic/ninja-build/q8esdaNErjo)
for discussion. (#921)
* dupe edges with multiple outputs now uses first edge
instead of last (#867)
+ can make this warning optionally an error (-w dupbuild=err),
which will hopefully become the default one day
(this release is step 1 of #931)
* pools actually work now (#959)
* no longer print "Recompacting..." when recompacting –
it's very fast in practice anyway
* generators can now run more often than twice if needed (#908)
* unexpected output names now cause a rebuild instead of
a hard error (#417)
* POSIX-specific changes
+ child processes get detached from terminal (#909)
+ check for SIGINT after ppoll/pselect -> faster Ctrl-C (#893)
+ add an explicit SIGTERM signal handler (#743)
* Windows-specific changes
+ `-t graph` now produces working dot files on Windows
when files contain backslashes
+ ninja now uses the full width in cmd.exe
(it was one column short previously)
+ Ctrl-s (or pause key) in cmd.exe now pauses ninja
+ ninja now builds with MSVS2015
+ run more than 34 child processes if there are
more than 32 cores. (#958)
* Ran ninja under afl-fuzz and fixed all crashes and bugs it found
(see new afl-fuzz section in HACKING)
+ fix crashes on cyclic graphs with multiple outputs (#875, #867)
+ failing stat() now aborts build (#830, #904)
+ cyclic rule bindings no longer crash (#902)
+ dependency cycles with multiple outputs no longer get
ninja into a stuck state (#934)
* Tweaks to configure.py
(only relevant if you compile ninja itself)
+ configure.py now works with Python 3
+ configure.py now has a --verbose mode
+ configure.py now passes -fdiagnostics-color, so ninja's build
is now colored with both new enough clangs (3.3+)
and gccs (4.9+)
* Improvements to zsh completion to work better on OS X
* Documentation updates
+ the target^ syntax is now documented
+ the rule scoping change mentioned above is documented
Update DEPENDS
Upstream changes:
2.1603 2015-08-28
- No changes from 2.1602-TRIAL (other than a minor documentation tweak).
2.1602 2015-08-14 (TRIAL RELEASE)
[BUG FIXES]
- Replaced uses of overload::Overloaded with the new
Devel::OverloadInfo::is_overloaded (thanks, ilmari!) to work around more
issues with overload handling in older versions of perl.
2.1601 2015-08-10 (TRIAL RELEASE)
[BUG FIXES]
- Explicit boolean overload handling has been added to Class::MOP::Method
and Moose::Meta::Role::Method::Required, to work around a bug with the
handling of overload fallbacks on perl 5.8.x. In particular this fixes
issues observed in MooseX::MethodAttributes.
New features in 1.5 since 1.4:
- regular expressions (with Oniguruma)
- a library/module system
- many new builtins
- datetime builtins
- math builtins
- regexp-related builtins
- stream-related builtins (e.g., all/1, any/1)
- minimal I/O builtins (`inputs`, `debug`)
- new syntactic features, including:
- destructuring (`. as [$first, $second] | ...`)
- try/catch, generalized `?` operator, and label/break
- `foreach`
- multiple definitions of a function with different numbers of
arguments
- command-line arguments
- --join-lines / -j for raw output
- --argjson and --slurpfile
- --tab and --indent
- --stream (streaming JSON parser)
- --seq (RFC7464 JSON text sequence)
- --run-tests improvements
- optimizations:
- tail-call optimization
- reduce and foreach no longer leak a reference to .
0.53 2015-08-24
* Fixed bug in Linux occurring if process name is empty (RT#106571)
* Added missing includes on AIX (RT#39748)
* Some minor changes on tests and documentation
JD-GUI is a standalone graphical utility that displays Java source codes
of ".class" files. You can browse the reconstructed source code with the
JD-GUI for instant access to methods and fields.
0.23.1 (2015-08-22)
===================
Bugs fixed
----------
* Invalid C code for generators. This fixes ticket 858.
* Invalid C code for some builtin methods. This fixes ticket 856.
* Invalid C code for unused local buffer variables.
This fixes ticket 154.
* Test failures on 32bit systems. This fixes ticket 857.
* Code that uses "from xyz import *" and global C struct/union/array
variables could fail to compile due to missing helper functions.
This fixes ticket 851.
* Misnamed PEP 492 coroutine property ``cr_yieldfrom`` renamed to
``cr_await`` to match CPython.
* Missing deallocation code for C++ object attributes in certain
extension class hierarchies.
* Crash when async coroutine was not awaited.
* Compiler crash on ``yield`` in signature annotations and default
argument values. Both are forbidden now.
* Compiler crash on certain constructs in ``finally`` clauses.
* Cython failed to build when CPython's pgen is installed.
Version 1.0.0 (2015-08-22)
- Don't print args with suppressed help by default; add
argcomplete.autocomplete(print_suppressed=True) to control this behavior.
Version 0.9.0 (2015-07-03)
- Fix always_complete_options=False support.
details found here (http://www.tryton.org/posts/new-tryton-release-36.html)
Major changes for the developer
It is now allowed to have many times the same field in list/tree view.
There is no more a datetime widget for list/tree, two columns with one
widget date and one widget time should be used instead.
A new field TimeDelta appears in this release to represent a duration. It
replace the float_time widget which had some rounding issue. This new
field is already used in the timesheet and project modules.
The One2Many widget can be configured to use a Cartesian product with the
selections of many values for Many2One or Reference fields.
A method restore_history_before is added to ModelSQL which behaves like
the existing restore_history but restore the records just before the datetime.
The on_change methods have been migrated to a behaviour more consistent
with the Active Record Pattern used in Tryton. Instead of returning a
dictionary with the values to change, now the instance is directly changed.
This allow to chain easily the on_change methods or reuse them in other
methods reducing the duplication.
The method save on ModelStorage is now a dualmethod which means that it
can be called as usual as an instance method but also as a class method
with a list of records. Saving many records at once this way improves the
performance as the method will minimize the number of queries to the
database and will validate the result by bunch.
The Dict field received a translated method to create descriptors which
translate the values or the keys like the same method on Selection field.
It is now allowed to use the dotted notation in the order clause of a search.
The ORM will automatically generate the needed joins.
The API of the Report class has been reworked to improve the customization
of the engine. The formatting methods are now more strict to prevent silent
failure.
The safe_eval (which was not sure to be safe) has been completely removed.
In the places where the evaluated code was any way safe, the standard eval
is used. For evaluated code from outside, a JSON notation is now used. Some
utilities have been developed to ease the creation of JSON from XMl or in
the views.
A new kind of button has been added which works on non-saved record. They
are quite similar to on_change but they are triggered by a click on a
button instead of a change of field.
Accounting
A new method reverse_compute has been added to Tax which allow to compute
the base amount from the taxed amount.
The sign of the second currency amount is enforced to be the same as
debit - credit.
The analytic account management has been reworked to use a really One2Many
instead of the pseudo-field. This simplification was possible thanks to the
recent new features like the usage of Reference field on One2Many.
Party
The vat number is now stored in its compact format.
Product
The number of decimal for internal price calculations is now a configuration
parameter price_decimal. This parameter is used everywhere to ensure
consistency between all modules.
Purchase/Sale
Their lines support both mixed invoice type (Invoice vs Credit Note) per
line when computing the invoiced quantity.
Stock
A new state staging is added to the move. Such state doesn't impact at all
the computation of the stock level. It is used for supply on sale, to
create moves in advance.
Inactive products are still computed for the stock level.
The computation of assigned move has been improved to take only in
consideration outgoing move assigned not the incoming. This result in a
less optimistic for the stock level and thus prevent to assign a move with
an incoming one that is just assigned but not yet done.
Forecasts are now automatically deactivated when their period is in the past.
pkgsrc related updates:
update to tryton-3.6.0
update to trytond-3.6.0 including UTC check patch for SunOS
update trytond modules to latest 3.6
add meta-pkgs/py-tryton-platform
add misc/py-trytond-party-relationship
add misc/py-trytond-product-attribute
add misc/py-trytond-production
add misc/py-trytond-stock-inventory-location
add misc/py-trytond-stock-product-location
add finance/py-trytond-account-invoice-line-standalone
add finance/py-trytond-account-invoice-history
add finance/py-trytond-account-invoice-stock
add finance/py-trytond-account-payment-clearing
add finance/py-trytond-account-stock-continental
add finance/py-trytond-analytic-invoice
add finance/py-trytond-analytic-purchase
add finance/py-trytond-analytic-sale
add finance/py-trytond-product-price-list
add finance/py-trytond-product-cost-fifo
add finance/py-trytond-product-cost-history
add finance/py-trytond-purchase
add finance/py-trytond-purchase-invoice-line-standalone
add finance/py-trytond-sale
add finance/py-trytond-stock-supply
add time/py-trytond-company-work-time
A cached-property for decorating methods in classes.
History:
1.2.0 (2015-04-28)
Overall code and test refactoring, thanks to @gsakkis
Allow the del statement for resetting cached properties with ttl instead
of del obj._cache[attr], thanks to @gsakkis.
Uncovered a bug in PyPy, https://bitbucket.org/pypy/pypy/issue/2033/
attributeerror-object-attribute-is-read, thanks to @gsakkis
Fixed threaded_cached_property_with_ttl to actually be thread-safe, thanks
to @gsakkis
1.1.0 (2015-04-04)
Regression: As the cache was not always clearing, we've broken out the
time to expire feature to its own set of specific tools, thanks to
@pydanny
Fixed typo in README, thanks to @zoidbergwill
1.0.0 (2015-02-13)
Added timed to expire feature to cached_property decorator.
Backwards incompatiblity: Changed del monopoly.boardwalk to del
monopoly['boardwalk'] in order to support the new TTL feature.
-----------------------------------------
version 2.32 at 2015-08-22 23:16:21 +0000
Updated for v5.20.3-RC1
- Update to 2.30 (previous commit log was wrong, so list here, sorry)
Updated for v5.23.2
--------------
0.52 2015-08-23
* Incorporated mainly bugfixes (see github repor for details);
OS affected: NetBSD, cygwin, AIX, bsdi, Linux
* Added test for another odd command name ([])
* Added some scripts for process tracking. Still in beta-phase.
This release brings:
- improvements to simulator(1) (device chooser, button emulation...)
- improvements to sequel(1) (console log, user interface...)
- spanish translation
Unfortunately gdeasm(1) is still not packaged yet, as some dependencies are
still missing in pkgsrc. This is also true for the new debugger(1)
interface (still in its infancy though).
Among the changes:
- extended String API (trimming)
- reworked the Array and Config classes
- build with SSP and PIE by default
- fixes and improvements to the build system
- additional tests
libgphoto2 2.5.8 release
all:
* Missing COPYRIGHT headers added.
* Bug fixes for issues detected by Coverity.
ptp2:
* Canon Powershot/IXUS CHDK support
Install the CHDK firmware and then use "gphoto2 --set-config chdk=On" to enable.
* Canon EOS: Implemented new capture method for new Canon EOS to avoid hangs.
* Canon EOS: New configuration variable: continuousaf
* Canon EOS: event output for focusinfo / focusmask
* Nikon DSLR: New configuration variables: movieiso, movieshutterspeed, moviehighisonr
* Nikon Coolpix A: also manually add override opcodes for capture (please report if it works)
* New USB ids:
Sony: DSC-HX60V, Alpha-A7S, Alpha-A77 M2, Alpha A5100
Panasonic: DMC-LS2
Canon EOS 7D Mark II, Canon EOS M3
Canon Powershot SX520 HS
Fuji Fujifilm X-E2
Samsung NX1
* Media Player IDs synced with the libmtp ID database.
* Lots of bugfixes.
libgphoto2_port/libusb1:
* Prefer libusb1 over libusb0 if both are present.
* Asynchronous interrupt handling, to avoid losing usb interrupts during other
operations.
------------------------------------------------------------------------------
libgphoto2 2.5.7 release
ptp2:
* Canon EOS focusinfo crash fixed (affected all config operations)
* wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms)
* Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better
* Nikon: WLAN GUID setting
* Sony: tighten event loop to avoid loss of objectadded events
* New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP).
pentax:
* added Pentax K100Ds
* added raw capture support
packaging:
* fixed missing libexif in pkgconfig
translations:
* updated ukrainian, vietnamese, french, polish
------------------------------------------------------------------------------
libgphoto2 2.5.6 release
ptp2:
* Nikon D3000/D3100/D3200: It hides the "good" capture opcodes from the
DeviceInfo. Override and add them. If you see capture bugs, please report
with debuglogfile.
* "exposurecompensation" now in correct size (-3.0 <-> 3.0 usually)
* Canon EOS: decode and report "focusinfo" variable that outputs the focus information of the camera.
* Canon EOS: autofocusdrive=0 and cancelautofocus=1 added to cancel autofocusing,
to avoid blocking the camera.
* Canon EOS: "eosviewfinder" renamed to "viewfinder"
* Sony SLT: Make property setting work for "iso", "exposurecompensation",
"f-number", "shutterspeed"
* Canon EOS: crash on 700D fixed
* Nikon DSLR: race condition on object addition handled better
* Nikon DSLR: make sure we make a pause a bit during polling after capture.
* IDs added:
Nikon: Coolpix P7800, S1, J4
Nikon: D3300, D610, D4s, D810, D750
Canon: IXUS 125HS, PowerShot Elph340HS
Leica M9
* various bugfixes
libgphoto2_port/usb1:
* fixed a memory leak
* api changed for gp_log_data to make smaller debuglogs possible
------------------------------------------------------------------------------
libgphoto2 2.5.5.1 release
This is a regression fix release.
ptp2:
* fixed all Nikon S* coolpix that are not Nikon 1
* Nikon: exit from potential endless loop on trigger capture
canon:
* On EOS/Rebel DSLR do not query or set "zoom" as its manual always
translations:
* updated polish, ukrainian, vietnamese
------------------------------------------------------------------------------
libgphoto2 2.5.5 release
ptp2:
* Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org.
* Nikon: liveview capture without autofocus enhanced, now also for card
* Nikon: restart liveview after capture
* Canon EOS: New property reporting method (OLC Info) implemented.
* Print read-only values in configuration table lookup (for Canon EOS mostly)
* Sony: Fixed Sony SLT-A900v capture
* Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS
to hopefully work better. --set-config datetime=now sets the camera to the current time.
* CHDK: some changes
* New ids:
Nikon DSC D3x, D5300
Nikon Coolpix P330
Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS
Canon EOS 1200D
Sony DSC-A900, Alpha 6000, DSC-HX5V
Casio EX-ZR700,
Fuji FinePix AV-150, T200
* Massive logging and error handling cleanup by Axel Waggershauser
* cleanup of the USB data handling
* Bugfixes
st2205:
* add support for a new type of 240x320 picture frames
all:
* Massive logging and error handling cleanup by Axel Waggershauser.
* Various cleanups from David Berrange for mingw32 builds.
* fixed libgd detection and linking.
print-camera-list
* add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk),
needed additional to HWDB databases.
translations:
* updated ukrainian, vietnamese, polish, french, finish, chinese, danish, dutch,
------------------------------------------------------------------------------
libgphoto2 2.5.4 release
ptp2:
* Sony SLT DSLR support: SDRAM capture, Tethering, Triggering movie capture, property reading
* Nikon DSLR: bulb mode implemented in newer DSLRs (D600/D7100/D5200 and later)
* Nikon capture adjustments (always set controlmode before capture).
* Nikon capture in "live view mode" no longer does autofocus, use "autofocusdrive".
* Nikon "applicationmode" setting added.
* Nikon Coolpix capture failure on empty cards fixed.
* Some Canon EOS 5D Mark III config adjustments/additions.
* Canon EOS: enable trigger capture
* Olympus E-series capture: some improvements.
* ptp2: implemented device property description caching
* New IDs
- Sony DSC-W510, SLT-A58 (control)
- Nikon P80 v1.1
- Canon A3500IS, A1400, SX170IS, SX510HS, A2200
- Fuji FinePix S4850, JX370, S4850
- Apple iPhone 5
ax203:
* support for picture frame with id 1.
sierra:
* Reimplemented a libusb based mass storage tunneling driver to support
non-Linux systems (e.g. Mac OS X).
libusb1:
* fixed timeout detection for USB interrupts
all:
* Lots of small fixes to build with mingw32.
Translations updates:
* Danish, Spanish, French, Dutch, Polish, Russian, Serbian, Ukrainian,
Vietnamese
------------------------------------------------------------------------------
libgphoto2 2.5.3.1 release
packaging:
* "print-camera-list hwdb" output mode added for udev versions >= 201.
Put this to /usr/lib/udev/hwdb/20-gphoto.hwdb (your udev hwdb directory might be different)
Added a missing "i" in the PTP matcher.
------------------------------------------------------------------------------
libgphoto2 2.5.3 release
packaging:
* "print-camera-list hwdb" output mode added for udev versions >= 201.
Put this to /usr/lib/udev/hwdb/20-gphoto.hwdb (your udev hwdb directory might be different)
* "print-camera-list html" output mode added for http://gphoto.org/proj/libgphoto2/support.php
all:
* Lots of Coverity fixes merged
ptp2:
* Nikon: added a new PTP capture opcode function, allows capture to card during liveview
* Nikon: rewrote some of the wait logic in the capture routines
* Nikon: enable --trigger-capture support
* Nikon: hook up some more configuration variables (funcbutton, previewbutton, menusandplayback, changeafarea)
* canon: hook up configuration variables (colortemperature)
* ptpip: several contributed bugfixes, and event handling
* panasonic: allow deleting files by setting MTP Responder code.
* new ids:
* Kodak Z8612 IS
* Sony DSC-S780, SLT-A57, SLT-A58, SLT-A99v, DSC-RX100M2, Alpha A3000, NEX 6
* Nikon Coolpix S3200, DSLR D3200, J3, V2, S02, 2200v1.1, S4300, S2700, L27, S02, V2, J3
* Panasonic TZ-8
* Olympus E-M5
* Canon Rebel G15, EOS 70D, A1000IS, SX150IS, A810
* Canon Rebel T3, EOS 1Dx, EOS 70D
* Fuji FinePix SL1000, S2980
* merged ids from libmtp
* lots of bugfixes
canon:
* label PowerShot S110 from 2001 differently than the 2012 PowerShot S110.
* fixed "new / downloaded" logic
* disable unconditional "clear halt" calls as they confuse newer controllers
ax203:
* support Nantronics N25S80 chipset
directory:
* support NRW files
sierra:
* capture fixed for Olympus C-3030
pentax:
* Various fixes from Jiri Pinka
jd11:
* enhanced de-bayering a bit
translations:
* new czech translation by Pavel Borecki.
* updated czech, danish, dutch, polish, russian, seribian, ukrainian,
french, vietnamese, taiwanese
libgphoto2:
* use generic macros to check for libGD and libxml2 to allow better handling.
libgphoto2_port/disk:
* check the right fstab field for ignoring filesystems (avoids autofs scans)
------------------------------------------------------------------------------
libgphoto2 2.5.2 release
ptp2:
* Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
* Experimental Olympus E-series (not Pen) remote control support. Try in "Control" mode.
* Nikon DSLR: real movie capture! (use --set-config movie=1/0 and --wait-event)
* New ids:
Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N
Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600
Nikon Coolpix A
Nikon DSLR: D2Xs, D4, D7100
Nikon J2
Canon Powershot: S100, A1300IS, A2300IS,
Canon EOS: 700D, 100D
Fuji FinePix: H20EXR, X20
Samsung: NX1000, EK-GC100
Also various MTP device ids merged from libmtp.
* ptpip: major/minor number was switched in init packet.
* Nikon DSLR: out of focus during capture fixed, various bugfixes
* Nikon "controlmode" config for unlocking the camera.
* Canon DSLR: "keepdeviceon" pinging in get_config, liveview
* Canon thumbnail retrieval fixed.
* Lots of work on getting Olympus E-series DSLRs in Control mode
to run.
canon:
* wait-for-event: handle when camera goes offline during waiting.
* fixed mtime 0 (Jan 1 1970) issue when downloading files and using --filename
sierra:
* Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode.
* Ignore register 4 read errors after capture as Nikon does not supply them.
* added commented code on how to switch the Coolpix 2500 to RAW DIAG mode.
libgphoto2_port:
* gp_port_reset functionality to do a port reset.
libgphoto2_port/usbscsi:
* Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon sierra capture).
translations:
* updated ukrainian, finish, dutch, polish, russian, french, vietnamese, german
build:
* specify lots of _BSD_SOURCE et.al. to make the strict MacOS ports
build happier. Might break non Linux platforms, please report this.
* libxml2 needed for Olympus E series capture support.
* cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both of them together.
------------------------------------------------------------------------------
libgphoto2 2.5.1.1 release
ptp2:
* fixed 32bit architectures
------------------------------------------------------------------------------
libgphoto2 2.5.1 release
translations updates
* lots of translations synced to 2.5.0 release
ptp2:
* Lots of new USB ids added
- Sony RX100, SLT-A65V, HX200V
- Nikon Coolpix S01, S3300, P7700, S8200, P510, J1
- Nikon DSLR D600, D800E, D800, D5200
- Panasonic DMC LX7
- Olympus SP-720UZ, E-PL5
- Canon PowerShot D10, IXUS 310IS, SX220HS, G1 X, SX40HS,
A4000IS, SX240HS, A2400IS, S110, SX500IS
- Canon EOS M, EOS 650D, EOS 6D
- Fuji FinePix S2950, S4300, X-S1, HS30EXR, XF1
* wait-for-event also for Canon PowerShot (capture capable ones)
now waits for "shutter press" signal and triggers a capture.
* Canon Powershot Preview mode fixes
* various Nikon configurations added: angle, flickerreduction,
rawcompression, remotemode.
* Nikon DSLR to-ram capture fixes
* merged music player ids from libmtp. Includes big Samsung devices rename.
* EOS preview capture bugfixes: some waiting reduced to allow higher
preview / regular capture speed on Canon EOS, understand newer EOS.
* some more bug fixes
ax203:
* SST25VF080 and SST25VF016 support added.
* ax206 support enhanced.
canon:
* decode "zoom" settings better
* "shootingmode" fix
libgphoto2_port/libusb1:
* bugfixes
examples:
* focus.c, sample-justfocus.c: focusing example added
------------------------------------------------------------------------------
libgphoto2 2.5.0 release
libgphoto2 API:
* gp_context* functions no longer get varargs, but preprocessed
strings. This makes hooking them into other language bindings
easier.
* gp_file_new_from_handler(): Allow passing data in and out via
handler functions (to allow streaming). See also CameraFileHandler
function pointers.
* CameraFileInfoFile: removed "name" structmember and GP_FILE_INFO_NAME
flags.
Use direct passing in of the filename to the API functions.
* New: gp_camera_autodetect(CameraList *list, GPContext*);
Simple autodetection function returning all current detected cameras.
* (TODO: not yet New: gp_camera_open (Camera *camera, const char *name, const char *port, GPContext *context);
Simple open function without needing to involve libgphoto2_port.
)
* gp_file_set_name() and _get_name() passing in is no longer needed
and the API will go away.
* New gp_file_get_name_by_type() will convert a regular filename ("normal")
into one depending on type (e.g. "raw_" prefix) and adjusted suffix
(like ".ppm" turning into ".pgm" for grayscale previews).
* gp_file_set_type() and gp_file_get_type() are gone, these functions
are now implicit passed via arguments to the the put_file and
set_file_noop() functions.
* gp_filesystem_set_info_noop(), gp_filesystem_set_file_noop(),
gp_filesystem_put_file(), gp_camera_folder_put_file():
Added "filename" argument to pass in the filename. The one
from CameraFileInfoFile and CameraFile are no longer used.
Added "type" argument to pass in the filetype (GP_FILE_TYPE_*).
* Adjusted to new GPPortInfo handling.
* Rewrote gphoto2-filesys.c to be directory based (in a tree structure).
Change should not be visibile outside of gphoto2-filesys.c.
libgphoto2_port API:
* GPPortInfo is now abstracted and internal.
If you need to retrieve name, path or type, use
gp_port_info_get_xx (info, &x);
to get the value.
Name and path strings continue to be owned by libgphoto2_port,
do not modify and do not free.
You are not supposed to create / append new ones to GPPortInfoList.
* Disk Settings have been removed from the Settings union. Should
not affect frontends at all.
* Started using symbol versions.
PTP2 driver:
* Lots of improvements.
* PTP Object management rewritten, able to do "on demand" loading.
Directory driver:
* Use GPPortInfo instead of settings to pass basepath in.
* Abstracted common functionality.
Build:
* Removed dummy README file from SVN.
* Ship README.packaging in dist tarball for the first time.
* Allow building "all plus non-default" camlibs.
* Fix libltdl test compile for cases with LDFLAGS defined.
Documentation:
* Optionally (--enable-internal-docs) build internal doxygen docs
with call graphs and all the dirty details.
* Improved docs on how to selectively build camlibs.
Test cases:
* Test camlib loading of both uninstalled and installed camlibs.
Upstream changes:
1.6.2 (2015-02-15)
Changes:
Added check for breaking around a binary operator. (Issue #197, Pull #305)
Bugs:
Restored config_file parameter in process_options(). (Issue #380)
1.6.1 (2015-02-08)
Changes:
Assign variables before referenced. (Issue #287)
Bugs:
Exception thrown due to unassigned local_dir variable. (Issue #377)
1.6.0 (2015-02-06)
News:
Ian Lee <ianlee1521@gmail.com> joined the project as a maintainer.
Changes:
Report E731 for lambda assignment. (Issue #277)
Report E704 for one-liner def instead of E701. Do not report this error in the default configuration. (Issue #277)
Replace codes E111, E112 and E113 with codes E114, E115 and E116 for bad indentation of comments. (Issue #274)
Report E266 instead of E265 when the block comment starts with multiple #. (Issue #270)
Report E402 for import statements not at the top of the file. (Issue #264)
Do not enforce whitespaces around ** operator. (Issue #292)
Strip whitespace from around paths during normalization. (Issue #339 / #343)
Update --format documentation. (Issue #198 / Pull Request #310)
Add .tox/ to default excludes. (Issue #335)
Do not report E121 or E126 in the default configuration. (Issues #256 / #316)
Allow spaces around the equals sign in an annotated function. (Issue #357)
Allow trailing backslash if in an inline comment. (Issue #374)
If --config is used, only that configuration is processed. Otherwise, merge the user and local configurations are merged. (Issue #368 / #369)
Bug fixes:
Don’t crash if Checker.build_tokens_line() returns None. (Issue #306)
Don’t crash if os.path.expanduser() throws an ImportError. (Issue #297)
Missing space around keyword parameter equal not always reported, E251. (Issue #323)
Fix false positive E711/E712/E713. (Issues #330 and #336)
Do not skip physical checks if the newline is escaped. (Issue #319)
Flush sys.stdout to avoid race conditions with printing. See flake8 bug: https://gitlab.com/pycqa/flake8/issues/17 for more details. (Issue #363)
Upstream changes:
0.3.1 - 2015-06-14
Include test_mccabe.py in releases.
Always coerce the max_complexity value from Flake8’s entry-point to an integer.
Upstream changes:
0.9.2 (2015-06-17):
- Fix a traceback when a global is defined in one scope, and used in another.
0.9.1 (2015-06-09):
- Update NEWS.txt to include 0.9.0, which had been forgotten.
0.9.0 (2015-05-31):
- Exit gracefully, not with a traceback, on SIGINT and SIGPIPE.
- Fix incorrect report of undefined name when using lambda expressions in
generator expressions.
- Don't crash on DOS line endings on Windows and Python 2.6.
- Don't report an undefined name if the 'del' which caused a name to become
undefined is only conditionally executed.
- Properly handle differences in list comprehension scope in Python 3.
- Improve handling of edge cases around 'global' defined variables.
- Report an error for 'return' outside a function.
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=89513.
- Should have done that earlier :)
- This changes the format for accepted float numbers:
<optional sign>
<optional mantissa>
<optional dec.point and fraction>
<optional "e" and exponent>
- Mantissa and decimal fraction may not both be omitted.
- Underscores are permissible virtually anywhere in numbers for clarity.
-------------------
0.33 2015/07/29 16:15:55
[CHANGES]
* Added ->catch and ->catch_with_f
* Add catch-handler semantics to ->then / ->then_with_f
* Also pass fmap* items via $_ (RT105558)
* Undocument ->done_cb / ->fail_cb / ->cancel_cb
* Entirely delete ->and_then / ->or_else
* New barename documentation style including "since" versions
* Further document the idea of failure categories as used by catch*
[BugFix]
- Declare a minimum version for a working Capture::Tiny::capture_stderr
[Dependencies::Stats]
- Dependencies changed since 1.000007, see misc/*.deps* for details
- develop: +4 -1 (2)
- test: (suggests: +1)