Changelog:
What's new in 1.509.1 (2013/05/01)
FilePath.installIfNecessaryFrom routes download over remoting channel (issue 17330)
Add 'Are you sure' on Reload configuration from disk (issue 15340)
MavenAbstractArtifactRecord.doRedeploy should require POST (SECURITY-69)
Hover-over "Build Now" broken for parameterized jobs: "This page expects a form submission" (issue 17110)
XSS issue, where an internal attacker can cause a remote stylesheet to be loaded and containing scripts executed. (SECURITY-67)
CVE-2013-1808 stapler-adjunct-zeroclipboard: XSS via copying XSS payload into buffer (SECURITY-71)
Jenkins.doEval checks ADMINISTER rather than RUN_SCRIPTS; doScript CSRF (SECURITY-63)
Jenkins is no more WinXP compliant : CreateSymbolicLinkW is not available (issue 17343)
Upstream changes:
2.0802 Tue, May 07, 2013
* fix incompatibilities with Test::Builder 1.005+ (Karen Etheridge)
* Moose::Manual::Contributing updated to reflect the change of primary
repository from git.moose.perl.org to github.com
Upstream changes:
1.002000 - 2013-05-04
- add 'moosify' attribute key to provide code for inflating to Moose
- fix warnings about unknown attribute parameters on metaclass inflation
- don't pass 'handles' down when doing 'has +' to avoid unDWIMmy explosions
- throw a useful exception when typemap doesn't return a value
- avoid localising @_ when not required for Sub::Quote
- successfully inflate a metaclass for attributeless classes (RT#86415)
- fix false default values used with non-lazy accessors
- stop built values that fail isa checks still getting stored in the object
- stop lazy+weak_ref accessors re-building their value on every call
- make lazy+weak_ref accessors return undef if built value isn't already
stored elsewhere (Moose compatibility)
- stop isa checks being called on every access for lazy attributes
- bump Devel::GlobalDestruction dependency to fix warning on cleanup
when run under -c (RT#78617)
- document Moose type constraint creation for roles and classes
(actually fixed in 1.001000)
Upstream changes:
1.48 - 2013-05-06T04:47:00Z
* Fixed test failure with versions of Pod::Simple lower than 3.24. Thanks
to Martin Holste and Tatsuhiko Miyagawa for the reports.
1.47 - 2013-05-05T03:14:25Z
* Fixed failing test on Pod::Simple 3.27 and higher.
1.46 - 2013-02-16T19:46:17Z
* Fixed a crash when `all_pod_files_ok()` finds no files to test. Thanks
to H.Merijn Brand.
* Switched from custom file searching code to File::Find. Suggested by
H.Merijn Brand.
* Fixed failing test on Pod::Simple 3.24.
* Added lib/repo, for support for repo (as used in Android) Closes:
#705652 Thanks, Peter Eisentraut.
* Better cvs status. Closes: #694037 Thanks, Paul Wise
0.19 (2013-04-19)
=================
Features added
--------------
* New directives ``c_string_type`` and ``c_string_encoding`` to more easily
and automatically convert between C strings and the different Python string
types.
* The extension type flag ``Py_TPFLAGS_HAVE_VERSION_TAG`` is enabled by default
on extension types and can be disabled using the ``type_version_tag`` compiler
directive.
* EXPERIMENTAL support for simple Cython code level line tracing. Enabled by
the "linetrace" compiler directive.
* Cython implemented functions make their argument and return type annotations
available through the ``__annotations__`` attribute (PEP 3107).
* Access to non-cdef module globals and Python object attributes is faster.
* ``Py_UNICODE*`` coerces from and to Python unicode strings. This is
helpful when talking to Windows APIs, which use compatible wchar_t
arrays for strings. Note that the ``Py_UNICODE`` type is otherwise
deprecated as of CPython 3.3.
* ``isinstance(obj, basestring)`` is optimised. In Python 3 it only tests
for instances of ``str`` (i.e. Py2 ``unicode``).
* The ``basestring`` builtin is mapped to ``str`` (i.e. Py2 ``unicode``) when
compiling the generated C code under Python 3.
* Closures use freelists, which can speed up their creation quite substantially.
This is also visible for short running generator expressions, for example.
* A new class decorator ``@cython.freelist(N)`` creates a static freelist of N
instances for an extension type, thus avoiding the costly allocation step if
possible. This can speed up object instantiation by 20-30% in suitable
scenarios. Note that freelists are currently only supported for base types,
not for types that inherit from others.
* Fast extension type instantiation using the ``Type.__new__(Type)`` idiom has
gained support for passing arguments. It is also a bit faster for types defined
inside of the module.
* The Python2-only dict methods ``.iter*()`` and ``.view*()`` (requires Python 2.7)
are automatically mapped to the equivalent keys/values/items methods in Python 3
for typed dictionaries.
* 2-value slicing of unknown objects passes the correct slice when the ``getitem``
protocol is used instead of the ``getslice`` protocol (especially in Python 3),
i.e. ``None`` values for missing bounds instead of ``[0,maxsize]``. It is also
a bit faster in some cases, e.g. for constant bounds. This fixes trac ticket 636.
* Slicing unicode strings, lists and tuples is faster.
* list.append() is faster on average.
* ``raise Exception() from None`` suppresses the exception context in Py3.3.
* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
* Keyword arguments are supported for cdef functions.
* External C++ classes can be declared nogil. Patch by John Stumpo. This fixes
trac ticket 805.
Bugs fixed
----------
* Cascaded assignments of None values to extension type variables failed with
a ``TypeError`` at runtime.
* The ``__defaults__`` attribute was not writable for Cython implemented
functions.
* Default values of keyword-only arguments showed up in ``__defaults__`` instead
of ``__kwdefaults__`` (which was not implemented). Both are available for
Cython implemented functions now, as specified in Python 3.x.
* ``yield`` works inside of ``with gil`` sections. It previously lead to a crash.
This fixes trac ticket 803.
* Static methods without explicitly named positional arguments (e.g. having only
``*args``) crashed when being called. This fixes trac ticket 804.
* ``dir()`` without arguments previously returned an unsorted list, which now
gets sorted as expected.
* ``dict.items()``, ``dict.keys()`` and ``dict.values()`` no longer return lists
in Python 3.
* Exiting from an ``except-as`` clause now deletes the exception in Python 3 mode.
* The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect.
This is a regularly scheduled feature release.
addremove: improve performance
amend: support amending merge changesets (issue3778)
ancestor: a new algorithm that is faster for nodes near tip
annotate: increase refcount of each revision correctly (issue3841)
applyupdates: assign variable before we try to use it (issue3855)
archive: raise error.Abort if the file pattern matches no files
bash_completion: allow remove to complete normal files
blackbox: new extension
bookmarks: don't allow integers as bookmark/branch/tag names
bookmarks: allow (re-)activating a bookmark on the current changeset
bookmarks: allow moving a bookmark forward to a descendant
bookmarks: moving the active bookmark deactivates it
bookmarks: fix bug that activated a bookmark even with -r passed
bookmarks: resolve divergent bookmark when moving across a branch
bookmarks: resolve divergent bookmarks when moving active bookmark forward
commit: allow closing "non-head" changesets
commit: show active bookmark in commit editor helper text
config: discard "%unset" values defined in the other files read in previously
convert/git: catch errors from modern git-ls-remote (issue3428)
convert: add closesort algorithm to mercurial sources
dates: support 'today' and 'yesterday' in parsedate (issue3764)
destroyed: invalidate phraserevs cache in all case (issue3858)
diff: fix binary file removals in git mode
dirstate: performance improvements
dispatch: exit with status 1 for an InterventionRequired exception (BC)
dispatch: print 'abort:' when a pre-command hook fails (BC)
export: clobber files with -o (BC) (issue3652)
export: export working directory parent by default
export: show 'Date' header in a format that also is readable for humans
extensions: obsolete and remove interhg extension
filesets: add eol predicate
grep: use re2 if possible
hgk: add support for phases
hgk: don't use fixed format for dates
hgk: update backgroud colour when Ttk is available
hgweb: generate HTML documentation
hgweb: teach archive how to download a specific directory or file
histedit: allow "-" as a command file
histedit: handle multiple spaces between action and hash (issue3893)
histedit: make "hg histedit" sensitive to branch in URL
histedit: properly handle --continue on empty fold
histedit: support editing of the first commit (issue3767)
httppeer: avoid large dumps when we don't see an hgweb repo
icasefs: rewrite case-folding collision detection (issue3452)
import: don't rollback on failed import --exact (issue3616)
largefiles: don't cache largefiles for pulled heads by default
largefiles: improve reuse of HTTP connections
largefiles: introduce lfpull command for pulling missing largefiles
largefiles: introduce pull --lfrev option
largefiles: introduce pulled() revset expression for use in --lfrev
largefiles: quiet (and document) undefined name errors (issue3886)
largefiles: stat all largefiles in one batch before downloading
largefiles: use repo.wwrite for writing standins (issue3909)
log: fix behavior with empty repositories (issue3497)
merge: apply non-interactive working dir updates in parallel
mergetools: avoid losing the merged version with meld
mergetools: vimdiff issues a warning explaining how to abort
mq: comply with filtering when injecting fake tags (issue3812)
mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)
outgoing: fix possible filtering crash in outgoing (issue3814)
pager: catch ctrl-c on exit (issue3834)
date: understand "now" as a shortcut for the current time
parsers: a C implementation of the new ancestors algorithm
pull: list bookmarks before pulling changesets (issue3873)
push: make locking of source optional (issue3684)
rebase: check no-op before checking phase (issue3891)
rebase: fix --collapse when a file was added then removed
record: abort on malformed patches instead of crashing
revset: change ancestor to accept 0 or more arguments (issue3750)
revset: don't abort when regex to tag() matches nothing (issue3850)
sadclown: another test failure eluded bos
scheme: don't crash on invalid URLs
scmutil: rewrite dirs in C, use if available
setup: make error message for missing Python headers more helpful
smtp: use 465 as default port for SMTPS
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
sshpeer: store subprocess so it cleans up correctly
sslutil: abort if peer certificate is not verified for secure use
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
subrepo: do not push mercurial subrepos whose store is clean
subrepo: fix exception on revert when "all" option is omitted
summary: make "incoming" information sensitive to branch in URL (issue3830)
summary: make "outgoing" information sensitive to branch in URL (issue3829)
summary: show active bookmark even if not at current changeset
tags: update tag type only if tag node is updated (issue3911)
templatekw: add default styles for hybrid types (issue3887)
templater: add get() function to access dict element (e.g. extra)
unionrepo: read-only operations on a union of two localrepos
win32: use explicit path to "python.exe" only if it exists
Update DEPENDS
Upstream changes:
[0.24]
- Properly skip debugger test when optional deps not available
- Make sure pure-perl tests pass correctly on space-containing
paths (RT#77528)
- Remove all the pure-perl fallback code and depend on PP-capable
B::H::EOS 0.12
Update DEPENDS
Upstream changes:
0.12 Tue, 4 Dec 2012 20:13:00 +0000
* Complete pure-perl implementation in addition to the one based on
Variable::Magic. You can specify the implementation explicitly by
use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or
by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS'
or 'PP'
* Switch from using Sub::Exporter to the more conservative
Sub::Exporter::Progressive
Upstream changes:
0.10010 2013-04-24 02:58 (UTC)
- Fix bug with identically-named 'simple' accessors in different
classes set to access *differently named fields* getting their
field access mixed up
- Fix subtle pessimization when having identically-named accessors
in different classes leads to 'simple' implementations not being
replaced by Class::XSAccessor where appropriate
Upstream changes:
3.27 2013-04-30
- Dramatically reduce memory usage (Nick Clark, RT #84939)
- Store test_num (in Grammar.pm) as a number instead of a string.
Reduces memory usage (Nick Clark, RT #84939)
- PERL5LIB is always propogated to a test's @INC, even with taint more
(Schwern, RT #84377)
3.26 2013-01-16
- Renamed env.opts.t to env_opts.t (for VMS)
- Skipped some TAP::Formatter::HTML tests due to this bug: #82738