summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Allow depending to more newer version of ruby-thor package.taca3-6/+12
Bump PKGREVISION.
2013-02-06Update ruby-rdoc to 3.12.1.taca2-5/+8
=== 3.12.1 / 2013-02-05 * Bug fixes * Fixed an XSS exploit in darkfish.js. This could lead to cookie disclosure to third parties. See CVE-2013-0256[rdoc-ref:CVE-2013-0256.rdoc] for full details including a patch you can apply to generated RDoc documentation. * Ensured that rd parser files are generated before checking the manifest.
2013-02-05add patch from upstream to fix insuficcient validation of UTF-8 stringsdrochner1-1/+3
which is considered a security problem bump PKGREV for the affected header, didn't check yet where this header is compiled into (boost-1.53 is out, just added the patch for a possible pullup)
2013-02-03Update to 0.18:wiz3-7/+8
0.18 (2013-01-28) ================= Features added -------------- * Named Unicode escapes ("\N{...}") are supported. * Python functions/classes provide the special attribute "__qualname__" as defined by PEP 3155. * Added a directive ``overflowcheck`` which raises an OverflowException when arithmetic with C ints overflow. This has a modest performance penalty, but is much faster than using Python ints. * Calls to nested Python functions are resolved at compile time. * Type inference works across nested functions. * ``py_bytes_string.decode(...)`` is optimised. * C ``const`` declarations are supported in the language. Bugs fixed ---------- * Automatic C++ exception mapping didn't work in nogil functions (only in "with nogil" blocks).
2013-02-03Update to 2.5:wiz3-7/+18
This is a regularly-scheduled feature release. 1.1. Core features branchmap: improved performances bundle: add revset expression to show bundle contents (issue3487) dirstate: implement unix statfiles in C hgweb: add (Atom) subscribe links to the repository index hgweb: add "URL breadcrumbs" hgweb: add branches RSS and Atom feeds hgweb: secret changeset are excluded from html view (3614 ) serve: use chunked encoding in hgweb responses pathencode: implement both basic and hashed encoding in C subrepo: append subrepo path to subrepo error messages validate: check for spurious incoming filelog entries hgweb: allow hgweb's archive to recurse into subrepos 1.2. Changeset Evolution Major progress toward ChangesetEvolution were done. hidden changesets are now properly ignored by all commands a global --hidden flag is added to give access to hidden changesets rewriting a changeset but not its descendants is now allowed; this leaves unstable changeset behind we now detect *divergent* changesets. The third and last kind of obsolescence related troubles. divergent() revset is added a troubled() revset have been added branchmap for of *visible* and *served* changeset are now cached on disk. This is a major performance improvements performance improvements of most evolution related algorithm 1.3. Extension features color: add template label function convert: add config option to use the local time zone convert: add support for converting git submodule (issue3528) hgk: use Ttk instead of plain Tk inotify: don't fall over just because of a dangling symlink largefiles: fix revert removing a largefile from a merge largefiles: fix update from a merge with removed files largefiles: make log match largefiles in the non-standin location too largefiles: make update with backup files in .hglf slightly less broken largefiles: rename 'admin' to more descriptive 'lfstoredir rebase: performance improvements rebase: rebase set with multiple roots are now handled by the --rev option record: use patch.diffopts to account for user diffopts share: always set default path to work with subrepos (issue3518) zsh_completion: add completion of branch names 1.4. Fixes commands: 'hg bookmark NAME' should work even with ui.strict=True copies: do not track backward copies, only renames (issue3739) destroyed: keep the filecache in sync with __dict__ (issue3335, issue3693, issue3743) grep: don't search past the end of the searched string hgweb: properly returns 404 for unknown revision (instead of 500) histedit: proper phase conservation (issue3724) histedit: prevents obsolescence cycle (issue3681) hook: disable demandimport before importing hooks mq: don't fail when removing a patch without patch file from series file mq: fix qpop of working directory parent patch when not at qtip zeroconf: use port from server instead of picking port from config (issue3746) update: update to current bookmark if it moved out from under us (issue3682) bookmarks: show active bookmark even if not at working dir largefiles: let wirestore._stat return stats as expected by remotestore verify largefiles: adapt verify to batched remote statlfile (issue3780) largefiles: don't allow corruption to propagate after detection largefiles: don't verify largefile hashes on servers when processing statlfile largefiles: allow use of urls with #revision largefiles: fix commit when using relative paths from subdirectory largefiles: fix cat when using relative paths from subdirectory histedit: prevent parent guessed via --outgoing from being a revset (issue3770) rebase: delete divergent bookmarks on destination (issue3685) hgwebdir: use web.prefix when creating url breadcrumbs (issue3790) subrepo: allow skipping courtesy phase sync (issue3781) merge: .hgsubstate is special as merge destination, not as merge source merge: improved handling of symlinks
2013-02-03Whoops, rerun "make mps" after adding patch comments.schmonz1-3/+3
2013-02-03Use system vsnprintf() as intended (fixes build on OS X 10.6).schmonz3-1/+33
2013-02-03Use COMPILER_RPATH_FLAG instead of -Wl,-rpath.ryoon1-2/+2
2013-02-03Remove obsolete patches.ryoon10-265/+5
Noticed by Jan Beich. These patches are not used or already fixed in another way.
2013-02-03Update to 2013.02.02:wiz3-8/+9
* Noteworthy changes in release 2013.02.02 (2013-02-02) [stable] Support for AIX has been improved in AX_PTHREAD. Further details are available at <http://savannah.gnu.org/patch/index.php?7911>. AX_BOOST_FILESYSTEM has been improved to work more reliable on non-GNU systems. See <http://savannah.gnu.org/patch/?7921> for further details. The new macro AX_LIB_EV has been added, which checks for libev in a pkg-config-like manner. The purpose of the macro is to unifty behaviour between distros that come with libev.pc and systems (e.g. upstream) that don't. Further details are at <http://savannah.gnu.org/patch/?7938>. The portability of AX_PYTHON has been improved. Also, the macro now recognizes more recent versions of the Python interpreter, too. See <http://savannah.gnu.org/patch/?7897> for further details. Support for cross-compilation in AX_PROG_CC_FOR_BUILD has been improved. See <http://savannah.gnu.org/patch/index.php?7890> for further details. The new macro AX_PROG_CXX_FOR_BUILD has been added. Further details are available at <http://savannah.gnu.org/patch/?7891>. Mac OS X support in AX_OPENMP has been improved. Further details are available at <http://savannah.gnu.org/patch/?7893>.
2013-02-01Document .tar.bz2 requirement, requested by wiz.hans1-1/+3
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz10-20/+20
2013-02-01Use .tar.bz2 distfile so that no extra dependency on archivers/xz ishans2-6/+6
needed when building lang/gcc* with option gcc-inplace-math.
2013-02-01Update to 1.04wen2-6/+6
Upstream changes: 1.04 2013-01-11 01:46:18 [FEATURES] - Implement $attr->default($instance) for compatibility with Moose 1.03 2013-01-11 01:10:38 [FEATURES] - Add maybe_type() from Moose::Util::TypeConstraints (schwern)
2013-02-01Update to 1.5021wen2-6/+6
Upstream changes: 1.5021 Thu Jan 31 00:42:28 PST 2013 [Improvements] - Added new --verify option that enables verifying CHECKSUM and SIGNATURE for distributions from CPAN/PAUSE 1.5020 Tue Jan 29 10:29:08 PST 2013 [Bug Fixes] - Fixed a bug in --cascade-search that was checking a wrong version from 02packages file (Bryce Baril) - Added a workaround for older version of File::Temp bug (kentnl)
2013-02-01Update to 1.10wen2-6/+6
Upstream changes: 1.10 Fri Feb 1 08:53:00 2012 - Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod in Build.PL and Makefile.PL. This means Test::Pod is not used at all if it is not installed. As per RT#83077.
2013-01-31Use /usr/bin/bash on all SunOS 5.11 variants if it exists. Fall back tohans1-4/+2
shells/pdksh in all other cases, native /bin/ksh is not good enough.
2013-01-31Changes 0.18.2:adam27-116/+96
* xgettext now understands the block comment syntax of Guile 2.0. * libgettextpo library: - The initial msgstr of a new message is now "", not NULL. - Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. * Installation options: The configure options --with-xz and --with-bzip2 can be used to specify alternate compression methods for the archive used by the 'autopoint' program. These options, together with --with-git, allow to trade dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. * Autoconf macros: - The autoconf macros installed by 'gettextize' now work with the forthcoming Automake 1.14 and require Autoconf version 2.60 or newer. * Portability: - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is now supported.
2013-01-31Changes 5.1.0:adam14-805/+29
BUGS FIXED * When reading a C++ number (like mpz_class) in an istream reaches the end of the stream, the eofbit is now set. * The result sign of mpz_rootrem's remainder is now always correct. * The mpz_remove function now handles negative divisors. * Contains all fixes from release 5.0.5. SPEEDUPS * The n-factorial and n-over-k functions have been reimplemented for great speedups for small and large operands. * New subquadratic algorithm for the Kronecker/Jacobi/Legendre symbol. * Major speedup for ARM, in particular ARM Cortex-A9 and A15, thanks to broad assembly support. * Significant speedup or POWER6 and POWER7 thanks to improved assembly. * The performance under M$ Windows' 64-bit ABI has been greatly improved thanks to complete assembly support. * Minor speed improvements of many functions and for many platforms. FEATURES * Many new CPUs recognised. * New functions for multi-factorials, and primorial: mpz_2fac_ui, mpz_mfac_uiui and mpz_primorial_ui. * The mpz_powm_sec function now uses side-channel silent division for converting into Montgomery residues. * The fat binary mechanism is now more robust in its CPU recognition. MISC * Inclusion of assembly code is now controlled by the configure options --enable-assembly and --disable-assembly. The "none" CPU targets is gone. * In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and mpf_class->mpq_class are now explicit. * Includes "mini-gmp", a small, portable, but less efficient, implementation of a subset of GMP's mpn and mpz interfaces. Used in GMP bootstrap, but it can also be bundled with applications as a fallback when the real GMP library is unavailable. * The ABIs under AIX are no longer called aix32 and aix64, but mode64 and 32. This is more consistent with other powerpc systems. * The coverage of the testsuite has been improved, using the lcov tool. See also http://gmplib.org/devel/lcov/. * It is now possible to compile GMP using a C++ compiler. * K&R C compilers are no longer supported. * The BSD MP compatibility functions have been removed.
2013-01-31* Fix typo in MESSAGE.ryoon4-79/+3
* Remove obsolete patches and regen distinfo.
2013-01-30Changes 1.8.1.2:adam4-14/+10
* An element on GIT_CEILING_DIRECTORIES list that does not name the real path to a directory (i.e. a symbolic link) could have caused the GIT_DIR discovery logic to escape the ceiling. * Command line completion for "tcsh" emitted an unwanted space after completing a single directory name. * Command line completion leaked an unnecessary error message while looking for possible matches with paths in <tree-ish>. * "git archive" did not record uncompressed size in the header when streaming a zip archive, which confused some implementations of unzip. * When users spelled "cc:" in lowercase in the fake "header" in the trailer part, "git send-email" failed to pick up the addresses from there. As e-mail headers field names are case insensitive, this script should follow suit and treat "cc:" and "Cc:" the same way.
2013-01-30Fix fetch: MASTER_SITES is just ${HOMEPAGE} (no :Q).schmonz1-2/+2
2013-01-30Add scmgit-gitk to meta package.wiz1-1/+3
Bump PKGREVISION.
2013-01-30+ csvps3.wiz1-1/+2
2013-01-30Set MAINTAINER as me.ryoon1-2/+2
2013-01-30Fix PR pkg/47363.ryoon5-0/+78
Import 3.2 version of cvsps as devel/cvsps3. From README, The 3.x versions have changed significantly. In 2012, CVS use is declining swiftly (GNU CVS hasn't been updated since 2004) and the original use case for this tool - browsing change sets in a live CVS repository - is obsolete. The 3.x versions are more focused on the --fast-export mode.
2013-01-30Update to 1.8.3.1:wiz3-8/+8
Changes Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by the tag files name but via new option EXTERNAL_SEARCH_ID giving a bit more flexibility. Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching. id 691607: Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search'. Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility. New features You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch). To make navindex section inside a layout file that links to a specific URL you can use usergroup with the url attribute. To make navindex section without any link inside a layout file you can use usergroup with special title [none]. And lots of bugfixes.
2013-01-29Update ruby-railties to 3.0.20.taca1-4/+4
No change except version.
2013-01-29Update ruby-activemodel to 3.0.20.taca1-4/+4
Fix CVE-2013-0333. There is a vulnerability in the JSON code for Ruby on Rails which allows attackers to bypass authentication systems, inject arbitrary SQL, inject and execute arbitrary code, or perform a DoS attack on a Rails application. ## Rails 3.0.20 (unreleased) * Fix XML serialization of methods that return nil to not be considered as YAML (GH #8853 and GH #492)
2013-01-29Update ruby-activesupport3 to 3.0.20.taca2-5/+6
Fix CVE-2013-0333. There is a vulnerability in the JSON code for Ruby on Rails which allows attackers to bypass authentication systems, inject arbitrary SQL, inject and execute arbitrary code, or perform a DoS attack on a Rails application. ## Rails 3.0.20 (unreleased) * Fix XML serialization of methods that return nil to not be considered as YAML (GH #8853 and GH #492)
2013-01-29Update to 0.6.34. Replace some interpreter paths.wiz2-6/+10
Changes: + Issue #341: 0.6.33 fails to build under python 2.4
2013-01-29Update to 0.17.4:wiz2-7/+7
0.17.4 (2013-01-03) =================== Bugs fixed ---------- * Garbage collection triggered during deallocation of container classes could lead to a double-deallocation.
2013-01-29Update to 0.28:wiz2-6/+7
pkg-config 0.28 === - Fixed a pair of long-standing and intertwined bugs involving unwanted removal of flags. The first is that other Libs flags like -Wl are now kept in context order with -l flags. The second is that aggressive removal of all duplicate arguments has been scaled back so that just consecutive duplicate arguments are removed. One result of this change is that some flags could be repeated in the final output, especially flags from non-pkg-config packages like -lm. Since pkg-config rarely has enough knowledge here about the right thing to do, we throw the duplicate arguments at the compiler/linker and trust it will do the right thing. - Fixed an old bug to allow circular Requires. This fix brings along a small behavior change in that pkg-config resolves requires depth first, causing some lower level flags to show up earlier in the output than previously. - Cleaned up many corner-case bugs and ambiguous behavior in pkg-config's interface. Thanks to Michał Górny for finding so many of these. - New autoconf macro PKG_CHECK_VAR for reading variables from .pc files. - Default to suppressing -L/lib and/or -L/lib64 like their /usr counterparts. - To help support multiarch scenarios out of the box, $host-pkg-config is now installed unless --disable-host-tool is passed to configure. ***disabled in pkgsrc*** - Added optional gcov usage through the --with-gcov configure option. As a result, many more tests were added to greatly increase the coverage of the code to 86% of executed lines on a Fedora 18 machine. - Bugs fixed: 130, 7331, 16101, 17053, 19950, 34504, 48098, 54231, 54271, 54379, 54384, 54386, 54388, 54389, 54390, 54391, 54427, 54463, 54716, 57078, 58363, 59435.
2013-01-28Remove outdated comment.schmonz1-3/+1
2013-01-28Changes 1.8.1.1:adam2-6/+6
* The attribute mechanism didn't allow limiting attributes to be applied to only a single directory itself with "path/" like the exclude mechanism does. * When attempting to read the XDG-style $HOME/.config/git/config and finding that $HOME/.config/git is a file, we gave a wrong error message, instead of treating the case as "a custom config file does not exist there" and moving on. * After failing to create a temporary file using mkstemp(), failing pathname was not reported correctly on some platforms. * http transport was wrong to ask for the username when the authentication is done by certificate identity. * The behaviour visible to the end users was confusing, when they attempt to kill a process spawned in the editor that was in turn launched by Git with SIGINT (or SIGQUIT), as Git would catch that signal and die. We ignore these signals now. * A child process that was killed by a signal (e.g. SIGINT) was reported in an inconsistent way depending on how the process was spawned by us, with or without a shell in between. * After "git add -N" and then writing a tree object out of the index, the cache-tree data structure got corrupted. * "git apply" misbehaved when fixing whitespace breakages by removing excess trailing blank lines in some corner cases. * A tar archive created by "git archive" recorded a directory in a way that made NetBSD's implementation of "tar" sometimes unhappy. * When "git clone --separate-git-dir=$over_there" is interrupted, it failed to remove the real location of the $GIT_DIR it created. This was most visible when interrupting a submodule update. * "git fetch --mirror" and fetch that uses other forms of refspec with wildcard used to attempt to update a symbolic ref that match the wildcard on the receiving end, which made little sense (the real ref that is pointed at by the symbolic ref would be updated anyway). Symbolic refs no longer are affected by such a fetch. * The "log --graph" codepath fell into infinite loop in some corner cases. * "git merge" started calling prepare-commit-msg hook like "git commit" does some time ago, but forgot to pay attention to the exit status of the hook. * "git pack-refs" that ran in parallel to another process that created new refs had a race that can lose new ones. * When a line to be wrapped has a solid run of non space characters whose length exactly is the wrap width, "git shortlog -w" failed to add a newline after such a line. * The way "git svn" asked for password using SSH_ASKPASS and GIT_ASKPASS was not in line with the rest of the system. * "gitweb", when sorting by age to show repositories with new activities first, used to sort repositories with absolutely nothing in it early, which was not very useful. * "gitweb", when sorting by age to show repositories with new activities first, used to sort repositories with absolutely nothing in it early, which was not very useful. * When autoconf is used, any build on a different commit always ran "config.status --recheck" even when unnecessary. * Some scripted programs written in Python did not get updated when PYTHON_PATH changed. * We have been carrying a translated and long-unmaintained copy of an old version of the tutorial; removed. * Portability issues in many self-test scripts have been addressed.
2013-01-27Add and enable p5-FindBin-libs, p5-Ouch, p5-Test-BDD-Cucumber.schmonz1-1/+4
2013-01-27Add p5-Test-BDD-Cucumber:schmonz3-0/+51
Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. This is a sane, feature-complete Cucumber implementation in Perl. In almost all cases, where the behaviour of this module is different from the real Cucumber, the plan is to move it to be more similar to that.
2013-01-27Add p5-Ouch:schmonz3-0/+29
Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you.
2013-01-27Add p5-FindBin-libs:schmonz4-0/+55
An all-too-common occurrance managing perly projects is being unable to install new modules becuse "it might break things", and being unable to test them because you can't install them. The usual outcome of this is a collection of hard-coded use lib qw( /usr/local/projectX ... ) code at the top of each #! file that has to be updated by hand for each new project. To get away from this you'll often see relative paths for the lib's, which require running the code from one specific place. All this does is push the hard-coding into cron, shell wrappers, and begin blocks. With FindBin::libs you need suffer no more.
2013-01-27Updated to 0.11rhaen2-7/+6
Changes: 0.11 + fixed RT #81922: tests no longer hang on Win32. Didn't get to the bottom of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely), but worked around it. + fixed a bug on Win32 where default js_uris & css_uris were being mangled: "C:%5C..." vs "C:\". May have affected other Win32 URIs too. 0.10 + fixed RT #82738: color method was not implemented. + fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC, now it is set to parent directory TAP::Formatter::HTML was loaded from.
2013-01-27Updated to 0.003002rhaen2-7/+6
Changelog: 0.003002 2012-11-17 16:20:07 CST6CDT - Put MetaYAML back in dist
2013-01-26Revbump after graphics/jpeg and textproc/icuadam100-184/+200
2013-01-26updated to 2.35rhaen2-6/+6
ChangeLog: 2.35 2013-01-20 - Added a big warning about the potential for deadlocks in the documentation for Log::Dispatch::File::Locked (ether). 2.34 2012-12-08 - Fix a test bug that caused the tests to fail on all Perls before 5.16.0.
2013-01-26Updated to 1.21rhaen2-7/+6
no upstream changelog
2013-01-26- Updated to 1.30rhaen2-7/+6
ChangeLog: 1.30 2012-11-19 - There was an eval which did not first localize $@ and $SIG{__DIE__}. This broke Plack::Middleware::StackTrace (and possibly other tihngs). 1.29 2012-11-16 - The Devel::StackTrace->frames() method is now read-write. This allows you to do more complex filtering of frames than is easily possible with the frame_filter argument to the constructor. Patch by David Cantrell. 1.28 2012-11-16 - Allow arguments to a trace's as_string method, specifically max_arg_length Patch by Ricardo Signes. - Added a no_args option to the constructor in 1.26 but forgot to mention it in Changes. Requested by Scott J. Miller. RT #71482.
2013-01-26Updated to 0.20rhaen2-7/+6
ChangeLog: 0.20 2012-12-30 * Documentation fixes 0.19 2012-12-30 * Deprecated in favor of Moo. Good night, sweet prince.
2013-01-26Updated to 1.7019rhaen2-7/+6
ChangeLog Error.pm #0.17019 - Change to Shlomi Fish's new E-mail and web address. - Clarify the licence of lib/Error/Simple.pm . - https://rt.cpan.org/Ticket/Display.html?id=81277 - Thanks to Marcela
2013-01-26- Updated to 0.99rhaen2-7/+6
ChangeLog: Release 0.99 - 31 December 2012 - Improve documentation (Olaf Alders) (github 34). - Thank Bytemark for the cpancover server. - Test against 5.17.7. - Provide coverage for subs removed from the symbol table (rt 13207). Release 0.98 - 25 November 2012 - Fix links on html_basic report. - Fix setting Inc under taint mode (Guillaume Aubert) (guthub 26, 33). - Test against 5.17.6. - Improve warnings from Devel::Cover and reduce duplicates. - Make cover -test -nodelete work. - Run cpancover with 5.16.2. - Prefer bugs on github rather than RT. Release 0.97 - 10 November 2012 - Filter paths contained in CWD out of @Inc (Christian Walde) (github 32). - Test against 5.12.5, 5.14.3, 5.16.2, and 5.17.5. - Improve parallelism for cpancover. Release 0.96 - 24 September 2012 - JSON:PP should have been JSON::PP (Paul Hirst) (github 28). - Correct when some new tests should be skipped. - Quieten some debugging output. - Fix infinite loop during global destruction (github 29). Release 0.95 - 22 September 2012 - Fix loss of condition coverage data when first operand calls into ignored file (Celogeek, Christian Walde) (rt 63090) (github 15, 20). - Fix similar problem with branch coverage (Robert Freimuth) (rt 72027). - More similar problems (Brian Cassidy, Florian Ragwitz, Heikki J Laaksonen) (rt 63698). - Test against 5.17.4. Release 0.94 - 18 September 2012 - Officially support 5.16.1. - Manage mod_perl2 setting $^X to httpd. - Make changes to support 5.17.3. Release 0.93 - 4 August 2012 - Fix up start and finish times in text report. - Make summary cover report respect options given. - Make vim report respect specified criteria (rt 38258). - Only collect time and condition coverage when requested. - Fix some "ignoring extra $criterion" errors. - Don't stop reports at __END__ with AutoLoader. - Add perl version and OS to html_basic. - Make html_minimal summary more like html_basic. - Time coverage is no use in the vim report. - Keep descriptions to a single line. Release 0.92 - 17 July 2012 - Fix inc directories when working with local::lib (Olivier Mengué) (github 25) Release 0.91 - 15th July 2012 - Generate inc directories at runtime (rt 68991, 76528, 66881, 37349). - Get the tests running again on Windows. Release 0.90 - 13th July 2012 - Fix cover -test on Windows (Christian Walde) (github 24) (rt 75565). - Better document coverage options (github 23). - Run in directories containing spaces (rt 62423). - Add moose_constraint test (rt 57173). Release 0.89 - 15th June 2012 - Fix POD syntax error (gregor herrmann <gregoa@debian.org>) (rt 77599). - Handle RE metachars in build directory (rt 75633 & 77598) (dcoupal@cisco.com & Niko Tyni <ntyni@debian.org>). - Return to starting directory after cover report (John Lightsey) (rt 61515). - Relax permissions on DB directories (github 22). Release 0.88 - 8th June 2012 - Add -launch option to open report in appropriate viewer (Stephen Thirlwall). - Move ignored filename list into DB module (rt 77163 and github 12). - Don't complain about Mouse accessors (rt 71680). - Turn off $^W when calling B::Deparse (fixes perl #113464). - Update cpancover. Release 0.87 - 21st May 2012 - Major documentation overhaul (Pau Amma). - Cleanup Data::Dumper usage (localise settings) (Olivier Mengué) (rt 76531). - Ignore more generated filenames - Moose and Template Toolkit. - Improve results for chained logical operators. - Officially support 5.16.0. Release 0.86 - 9th April 2012 - Add all coverage criteria to the Vim report. Release 0.85 - 1st April 2012 - Add customisable thresholds to HTML reports (Xavier Caron). - Improve Vim report. Release 0.84 - 31th March 2012 - Add Vim report (based on discussion with Tatsuhiko Miyagawa). Release 0.83 - 30th March 2012 - Prefer JSON::XS for faster operation (Audrey Tang (唐鳳)). - Rework testing framework (Xavier Caron). Release 0.82 - 19th March 2012 - Do not distribute MYMETA.json (Olivier Mengué) (rt 75883). Release 0.81 - 18th March 2012 - Fix up dzil release process. Release 0.80 - 18th March 2012 - Don't be so noisy with Moose code. - Move to Dist:Zilla (Christian Walde). - Test against 5.14.2 and 5.15.2 - 5.15.8. - Select gcov2perl from the same directory as cover. - Print warnings to STDERR so $SIG{__WARN__} isn't called (Christian Walde). - Manage coverage reporting errors before an exec (Daisuke Maki). - Don't run fork tests on Windows (Christian Walde). - Add more documentation about cover --test (Kirk Kimmel). - Remove race conditions around mkdir. - Add travis config file. - Add word "Warning" to MD5 digest message.
2013-01-26Updated to 2.00rhaen2-6/+6
ChangeLog 2.00 2012-12-29 New 'fresh' modifier (Aaron Crane)
2013-01-26Added p5-Safe-Isarhaen1-1/+2