* Version 1.32 (released 2015-08-01) [beta]
** libidn: Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz.
This problem was introduced in 1.31. Reported by Adam Sampson.
** API and ABI is backwards compatible with the previous version.
--------------
Version 1.85b:
--------------
- Fixed a garbled sentence in notes on parallel fuzzing. Thanks to Jakub Wilk.
- Fixed a minor glitch in afl-cmin. Spotted by Jonathan Foote.
--------------
Version 1.84b:
--------------
- Made SIMPLE_FILES behave as expected when naming backup directories for
crashes and hangs.
- Added the total number of favored paths to fuzzer_stats. Requested by
Ben Nagy.
- Made afl-tmin, afl-fuzz, and afl-cmin reject negative values passed to
-t and -m, since they generally won't work as expected.
- Made a fix for no lahf / sahf support on older versions of FreeBSD.
Patch contributed by Alex Moneger.
Upstream changes:
2.46 2015-08-05
- Really make the per-thread locking in the Syslog output work. Based on a
patch by David Schweikert. GitHub #9.
2.45 2015-06-14
- Don't include threads and threads::shared in list of dependencies. This is
only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
(which has its own issues but ...). Reported by Kent Fredric. RT #103392.
Remove PKGREVSION line
Upstream changes:
0.117 2015-06-21
- do not lose argument(s) to import
(fixes https://github.com/rjbs/Test-Deep/issues/29 )
0.116 2015-06-20
- on its own, :preload options uses default group of exports
Upstream changes:
Release 1.20 - 6 July 2015
- Document setting PerlSwitches for mod_perl (jpsalvesen) (github 128).
Release 1.19 - 5 July 2015
- Get things working with 5.22.0.
- Test against 5.23.0.
- Remove dependency on Test::Warn.
CHANGELOG:
Version 1.19
------------
* expose more of the cpphs API
* allow the static linking exception to the LGPL
* (1.19.1): don't warn about trailing comments in #ifdefs
* (1.19.2): fix build error
Version 1.18
------------
* (1.18.8): fix version number
* (1.18.9): accept #if defined foo as well as #if defined(foo)
changelog:
1.2.1.3
* Bug fix: As it turns out, moving the literal rewrite rules to simplifier
phase 2 does not prevent competition with the `unpack` rule, which is
also active in this phase. Unfortunately this was hidden due to a silly
test environment mistake. Moving literal rules back to phase 1 finally
fixes GHC Trac #10528 correctly.
1.2.1.2
* Bug fix: Run literal rewrite rules in simplifier phase 2.
The behavior of the simplifier changed in GHC 7.10.2,
causing these rules to fail to fire, leading to poor code generation
and long compilation times. See
[GHC Trac #10528](https://ghc.haskell.org/trac/ghc/ticket/10528).
DESCR:
Backport of the subprocess module from Python 3.2/3.3 for use on 2.x.
This is a backport of the subprocess standard library module from Python
3.2 & 3.3 for use on Python 2.4, 2.5, 2.6 and 2.7. It includes bugfixes
and new features. On POSIX systems it is guaranteed to be reliable when
used in threaded applications. Bonus: It includes timeout support from
Python 3.3.
Mercurial 3.5 (2015-07-31)
Regularly-scheduled feature release.
1.1. commands
bookmark: informs of failure to upgrade a bookmark
bookmark: remove the "touch changelog" hack
bookmarks: abort the whole push if bookmarks fails to update (BC)
bookmarks: change bookmark within a transaction
bookmarks: clear active bookmark on non-linear update
bookmarks: mark internal-only config option
bookmarks: mark internal-only option
bookmarks: name label for active bookmark correctly
bookmarks: remove unused updatecurrentbookmark function (API)
bookmarks: rename bookmarkcurrent to activebookmark (API)
bookmarks: rename current to active in variables and comments
bookmarks: rename readcurrent to readactive (API)
bookmarks: rename setcurrent to activate (API)
bookmarks: rename unsetcurrent to deactivate (API)
bookmarks: simplify iscurrent to isactivewdirparent (API)
bookmarks: use try/except/finally
branch: don't warn about branches if repository has multiple branches already
commands: use the optional badfn argument when building a matcher
commands: use try/except/finally
commit: add ui.allowemptycommit config option
commit: avoid match.files() in conditions
commit: improve --close-branch documentation
commit: mark internal-only option
commit: no longer allow empty commit with the 'force' argument (API)
config: give it an includepaths option for looking for config files
files: recurse into subrepos automatically with an explicit path
import-checker: add xargs like mode
import-checker: don't treat modules as relative one if not found
import-checker: exclude mercurial packages installed into the system path
import-checker: loop to get list of locally defined modules at first
import: cross-reference patch.fuzz option from 'hg help import'
import: cross-reference ui.patch option from 'hg help import'
import: use ui.allowemptycommit to allow empty commits
log: add a status template
patch: add 'extra' argument to makememctx
patch: add fuzz config flag (issue4697)
phases: abort the whole push if phases fail to update (BC)
phases: fix bug where native phase computation wasn't called
phases: really fix native phase computation
pull: allow a generic way to pass parameters to the pull operation
pull: document the race condition with bookmark name
pull: only list remote bookmarks if -B is used to populate pulled heads
pull: only prefetch bookmarks when using bundle1
pull: prevent race condition in bookmark update when using -B (issue4689)
pull: skip pulling remote bookmarks with bundle1 if a value already exist
pull: skip pulling remote bookmarks with bundle2 if a value already exists
push: catch and process PushkeyFailed error
push: make pushkey part advisory
push: only say we are trying to push obsmarkers when we actually try
revert: fix edition of newly added file during --interactive
summary: add a phase line (draft, secret) to the output
summary: move the parents phase marker to commit line (issue4688)
tags: support reading tags cache without populating
tags: support setting hgtags fnodes cache entries
tags: use try/except/finally
verify: check the subrepository references in .hgsubstate
verify: clarify misleading fncache message
1.2. core
dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
ignore: fix include: rules depending on current directory (issue4759)
parsers: fix buffer overflow by invalid parent revision read from revlog
revlog: add support for a callback whenever revisions are added
revlog: raise an exception earlier if an entry is too large (issue4675)
revset: fix a crash in parents() when 'wdir()' is in the set
revset: fix iteration over ordered addset composed of non-ordered operands
revset: gratuitous formating fix in keyword
revset: improves time complexity of 'roots(xxx)'
revset: port extra() to support keyword arguments
revset: reduce nesting of chained 'or' operations (issue4624)
revsetbenchmarks: fix argument parsing
revsetbenchmarks: improve error output in case of failure
revsetbenchmarks: improve revision printing
revsetbenchmarks: support combining variants with "+"
templater: do not reevaluate rawstring as template (BC)
templater: remove noop calls of parsestring(s, quoted=False) (API)
templater: rename parsestring() to unquotestring() (API)
templater: take any string literals as template, but not for rawstring (BC)
templater: tokenize decimal integer literal (issue4638) (BC)
wireproto: correctly escape batched args and responses (issue4739)
1.3. extensions
convert: add config option for disabling ancestor parent checks
convert: add support for specifying multiple revs
convert: allow customizing git remote prefix
convert: apply the appropriate phases to the destination (issue4165)
convert: fix bug with converting the same commit twice
convert: handle copies when converting from Perforce (issue4744)
convert: handle deleted files when converting from Perforce (issue4743)
convert: handle deleted files when converting from Perforce (issue4743)
convert: improve support for unusual .gitmodules
convert: support incremental conversion with hg subrepos
convert: support multiple specifed revs in git source
convert: use 'default' for specifying branch name in branchmap (issue4753)
convert: when converting from Perforce use original local encoding by default (BC)
extdiff: allow modifications in subrepos to be copied back
highlight: produce correct markup when there's a blank line just before EOF
histedit: abort rather than edit a public changeset (issue4704)
histedit: mark defaultrev option experimental
largefiles: allow the archiving of largefiles to be disabled
largefiles: avoid match.files() in conditions
largefiles: ignore hidden changesets with 'verify --large --lfa'
largefiles: pass in whole matcher to getstandinmatcher()
largefiles: restore the original converter class after lfconvert --to-normal
largefiles: use the convert extension for 'lfconvert --to-normal'
largefiles: use the optional badfn argument when building a matcher
largefiles: use try/except/finally
mq: ban \r and \n in patch names (issue4711)
mq: tweak config reading to make check-config happy
mq: use the optional badfn argument when building a matcher
mq: use ui.allowemptycommit to allow empty commits
rebase: add short -k option for --keep
rebase: remove extraneous blank at the end of file
shelve: allow --patch and --stat without --list for a single shelf
shelve: always backup shelves instead of deleting them
shelve: keep old backups if timestamp can't decide exact order of them
shelve: make maxbackup doc check-config friendly
shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'
shelve: only keep the latest N shelve backups
shelve: refactor allowables to specify sets of valid operations
shelve: use try/except/finally
transplant: restore dirstate correctly at unexpected failure
1.4. hgweb
hgweb: don't dereference symbolic revision in paper & coal style (issue2296)
paper: show branch/tags/bookmarks when blaming (issue3559)
paper: show branch/tags/bookmarks when browsing (issue3559)
paper: show branch/tags/bookmarks when comparing (issue3559)
paper: show branch/tags/bookmarks when diffing (issue3559)
paper: show branch/tags/bookmarks when viewing (issue3559)
1.5. unsorted
archive: drop the leading '.' path component from the prefix (issue4634)
archive: fix changesincelatesttag with wdir()
archive: support 'wdir()'
bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
bundle2: fix type of experimental option
bundle2: pull bookmark the old way if no bundle2 listkeys support (issue4701)
canonpath: fix infinite recursion
censor: make various path forms available like other Mercurial commands
censor: mark experimental option
changegroup: compute seen files as changesets are added (issue4750)
changelog: change input type of index_get_parents
changelog: fix bug in heads computation
changelog: move index_get_parents function up
changelog: update read pending documentation
check-commit: catch both patterns of double empty lines
check-commit: print limit when user has a too-long summary
check-config: add config option checker
crecord: fix issue when backgrounding editor would leave artefact
demandimport: alias builtin as builtins
demandimport: define a 'deactivated' context manager
demandimport: support importing builtins for Python 3
devel: rename 'all' to 'all-warnings' (BC)
dispatch: add support for python-flamegraph[0] profiling
dispatch: disable demandimport for the --debugger option
email: fix config default value inconsistency
exchange: support transferring .hgtags fnodes mapping
extdiff: add support for subrepos
filemerge: mark internal-only config option
formatter: add template support
formatter: mark developer options
generaldelta: mark experimental reordering option
hg: support for auto sharing stores when cloning
hgewb: disable progress when serving (issue4582)
hghave: allow adding customized features at runtime
http2: mark experimental and developer options
localrepo: eliminate requirements class variable (API)
localrepo: kill off sopener (API)
localrepo: mark format options
mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
match: add an optional constructor parameter for a bad() override
match: add optional warn argument
match: introduce boolean prefix() method
match: resolve filesets in subrepos for commands given the '-S' argument
parser: factor out function that parses right-hand side of prefix/infix ops
parser: fill invalid infix and suffix actions by None
parser: reorder infix/suffix handling to be similar to prefix/primary flow
parser: resolve ambiguity where both prefix and primary actions are defined
parser: separate actions for primary expression and prefix operator
parser: take suffix action if no infix action is defined
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
phase: default to current revision if no rev is provided (issue4666)
profiler: mark developer-only config option
progress: deprecate the progress extension
progress: mark experimental option
progress: respect ui.quiet (issue4726)
revrange: build balanced tree of addsets from revisions (issue4565)
run-tests: introduce PYTHON3 boolean constant (issue4668)
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
scmutil: add an optional parameter to matcher factories for a bad() override
scmutil: use the optional badfn argument when building a matcher
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
setup: hide octal literals inside strings so they're portable (issue4554)
sshpeer: break "OutOfBandError" feature for ssh (BC)
sshpeer: run the ssh command unbuffered
ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
subrepo: mark internal-only option
templatekw: display active bookmark more consistently (issue4552) (BC)
test-discovery: disable bundle2 for legacy test (issue4610)
bookmarks: abort the whole push if bookmarks fails to update (BC)
phases: abort the whole push if phases fail to update (BC)
templater: do not reevaluate rawstring as template (BC)
templater: take any string literals as template, but not for rawstring (BC)
templater: tokenize decimal integer literal (issue4638) (BC)
bookmarks: remove unused updatecurrentbookmark function (API)
bookmarks: rename bookmarkcurrent to activebookmark (API)
bookmarks: rename readcurrent to readactive (API)
bookmarks: rename setcurrent to activate (API)
bookmarks: rename unsetcurrent to deactivate (API)
bookmarks: simplify iscurrent to isactivewdirparent (API)
commit: no longer allow empty commit with the 'force' argument (API)
templater: remove noop calls of parsestring(s, quoted=False) (API)
templater: rename parsestring() to unquotestring() (API)
- Fix loading packages from capitalised package on Windows
1.3.6
- Re-release of 1.3.5 with wheels fixed.
1.3.5
- Fix 875: nose doesn't collect tests when subpackage is given as arg
- Fix 809: tests not discovered for namespace packages on Windows
- Fix 815: "ValueError: unsupported pickle protocol" with --with-id
- Wrap the working dir path name in quotes when reporting an error.
- Fix 887: Fix a discrepancy in test names between Python 2 and Python 3
- Fix 131: Use os.stat() to check if file is executable
- Fix 820 and 719: Fix coverage plugin with multiprocess
Upstream changes:
2.1600 2015-07-31
[DOCUMENTATION]
- Made all docs use =head2 and =head3 for methods/functions so that they
appear as part of the table of contents on MetaCPAN.
2.1501 2015-07-20 (TRIAL RELEASE)
[DOCUMENTATION]
- Added a new slideshow by Shawn M. Moore (sartak) to
Moose::Manual::Resources
- Documentation for exception classes has been rewritten, with
Moose::Manual::Exceptions::Manifest changing how it describes each class's
attributes and methods. (Dave Rolsky, PR#95)
[REVERSIONS]
- The change in 2.1500 to allow DOES to check delegated options has been
reverted. This turned out to have a variety of issues both in concept and
implementation; it will be refined further in MooseX::Does::Delegated.
[CHANGED]
- The name for an anonymous sub that is used in method modifiers (that shows
up in stack traces etc) now identifies the package and method being
modified. (Philipp Gortan, PR#94)
2.1500 2015-07-01 (TRIAL RELEASE)
[ENHANCEMENTS]
- An object's DOES method now also checks roles composed by delegated
objects (Chris Prather, PR#104)
Test::TempDir::Tiny works with Test::More to create temporary directories that
stick around if tests fail.
It is loosely based on Test::TempDir, but with less complexity, greater
portability and zero non-core dependencies. (Capture::Tiny is recommended for
testing.)
Upstream changes:
2.29 2015-07-09 17:16:38+10:00 Australia/Melbourne
* BUGFIX: Apply patch from Karen Etheridge to install
autodie and Fatal into 'perl' rather than 'site'
for older perls (RT#85801, GH#68)
2.28 2015-06-22 16:20:35+10:00 Australia/Melbourne
* TEST BUG: Properly skip the Import::Into test if the
version of Import::Into is insufficent. Thanks to
Olivier Mengu茅. (GH#67)
* DOC: Document change in 2.27 that was omitted from the
Changes-file by mistake.
2.27 2015-06-10 19:19:49+10:00 Australia/Melbourne
* DEPRECATION: Deprecate the use of "Fatal qw(:lexcial)". It
is an implementation detail of autodie and is about to
change.
* BUG: Use "octal" numbers in error messages for CORE
subroutines taking a "mode" parameter (e.g. mkdir and chmod).
Thanks to "Bugdebugger". (GH#65 and GH#66)
* SPEED: Allow wrappers for CORE::exec and CORE::system to be
reused as they are not dependent on the calling package.
* TEST: Avoid hard-coded directory separator in t/system.t.
Thanks to A. Sinan Unur for reporting it and providing a
patch. (GH#62)
* TEST: Add missing "require autodie" in import-into test and
ensure Import::Into remains an optional test dependency.
* TEST / INTERNAL / TRAVIS: Set "sudo: false" to gain access
to the Travis container based infrastructure.
* TEST: Bump version of Import::Into to 1.002004 as older
versions are insufficient for our test. Thanks to
Olivier Mengu茅 for reporting it. (RT#101377)
Upstream says that it "can not" work with perl 5.22 and has even
forked perl as "stableperl" to allow his package to work instead
of fixing it differently.
See http://blog.schmorp.de/2015-06-06-stableperl-faq.html
Ok bsiegert@
UI, Workflows & Features
* The bash completion script (in contrib/) learned a few options that
"git revert" takes.
* Whitespace breakages in deleted and context lines can also be
painted in the output of "git diff" and friends with the new
--ws-error-highlight option.
* List of commands shown by "git help" are grouped along the workflow
elements to help early learners.
* "git p4" now detects the filetype (e.g. binary) correctly even when
the files are opened exclusively.
* git p4 attempts to better handle branches in Perforce.
* "git p4" learned "--changes-block-size <n>" to read the changes in
chunks from Perforce, instead of making one call to "p4 changes"
that may trigger "too many rows scanned" error from Perforce.
* More workaround for Perforce's row number limit in "git p4".
* Unlike "$EDITOR" and "$GIT_EDITOR" that can hold the path to the
command and initial options (e.g. "/path/to/emacs -nw"), 'git p4'
did not let the shell interpolate the contents of the environment
variable that name the editor "$P4EDITOR" (and "$EDITOR", too).
This release makes it in line with the rest of Git, as well as with
Perforce.
* A new short-hand <branch>@{push} denotes the remote-tracking branch
that tracks the branch at the remote the <branch> would be pushed
to.
* "git show-branch --topics HEAD" (with no other arguments) did not
do anything interesting. Instead, contrast the given revision
against all the local branches by default.
* A replacement for contrib/workdir/git-new-workdir that does not
rely on symbolic links and make sharing of objects and refs safer
by making the borrowee and borrowers aware of each other.
Consider this as still an experimental feature; its UI is still
likely to change.
* Tweak the sample "store" backend of the credential helper to honor
XDG configuration file locations when specified.
* A heuristic we use to catch mistyped paths on the command line
"git <cmd> <revs> <pathspec>" is to make sure that all the non-rev
parameters in the later part of the command line are names of the
files in the working tree, but that means "git grep $str -- \*.c"
must always be disambiguated with "--", because nobody sane will
create a file whose name literally is asterisk-dot-see. Loosen the
heuristic to declare that with a wildcard string the user likely
meant to give us a pathspec.
* "git merge FETCH_HEAD" learned that the previous "git fetch" could
be to create an Octopus merge, i.e. recording multiple branches
that are not marked as "not-for-merge"; this allows us to lose an
old style invocation "git merge <msg> HEAD $commits..." in the
implementation of "git pull" script; the old style syntax can now
be deprecated (but not removed yet).
* Filter scripts were run with SIGPIPE disabled on the Git side,
expecting that they may not read what Git feeds them to filter.
We however treated a filter that does not read its input fully
before exiting as an error. We no longer do and ignore EPIPE
when writing to feed the filter scripts.
This changes semantics, but arguably in a good way. If a filter
can produce its output without fully consuming its input using
whatever magic, we now let it do so, instead of diagnosing it
as a programming error.
* Instead of dying immediately upon failing to obtain a lock, the
locking (of refs etc) retries after a short while with backoff.
* Introduce http.<url>.SSLCipherList configuration variable to tweak
the list of cipher suite to be used with libcURL when talking with
https:// sites.
* "git subtree" script (in contrib/) used "echo -n" to produce
progress messages in a non-portable way.
* "git subtree" script (in contrib/) does not have --squash option
when pushing, but the documentation and help text pretended as if
it did.
* The Git subcommand completion (in contrib/) no longer lists credential
helpers among candidates; they are not something the end user would
invoke interactively.
* The index file can be taught with "update-index --untracked-cache"
to optionally remember already seen untracked files, in order to
speed up "git status" in a working tree with tons of cruft.
* "git mergetool" learned to drive WinMerge as a backend.
* "git upload-pack" that serves "git fetch" can be told to serve
commits that are not at the tip of any ref, as long as they are
reachable from a ref, with uploadpack.allowReachableSHA1InWant
configuration variable.
- Documentation fixes for libraries.xml and
builders-writing.xml
- Extended docs for InstallVersionedLib/SharedLibrary,
and added SKIP_WIN_PACKAGES argument to build script
bootstrap.py
- Fixed symlink support
- Updated debug-count test case
- Fixed incomplete LIBS flattening and substitution in
Program scanner
- Added new method rentry_exists_on_disk to Node.FS
- Fixed several D tests under the different OS.
- Add support for f08 file extensions for Fortran 2008 code.
- Show --config choices if no argument is specified
- Fixed build crash when XML toolchain isn't installed, and
activated compression for ZIP archives.
- Fix for VersionedSharedLibrary under 'sunos' platform.
- Fixed dll link with precompiled headers on MSVC 2012
- Added an 'exclude' parameter to Glob()
- Support for multiple cmdargs (one per variant) in VS project files.
- Various improvements for TempFileMunge class.
- Added an implementation for Visual Studio users files
- Added support for the 'PlatformToolset' tag in VS project files
- Added support for '-isystem' to ParseFlags.
the REFCNT value of a referent.
This module provides a single function which obtains the reference
count of the object being pointed to by the passed reference value.
It also provides a debugging assertion that asserts a given reference
has a count of only 1.
bzr 2.6b3
#########
:Codename: Surprise
:2.6.0: 2013-07-27
This release marks the start of a new long-term-stable series. From here, we
will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7
will become our new development series.
This is a bugfix and polish release over the 2.4 series, with a large number
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
faster smart protocol implementation for many operations, basic support for
colocated branches. We have started translating bzr with the 2.5 series:
https://translations.launchpad.net/bzr, more than 20 languages have already
been registered but these are the early days, contributions welcome.
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
are included here.
Users are encouraged to upgrade from the other stable series.
External Compatibility Breaks
*****************************
* ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge
proposal. (Jonathan Lange)
New Features
************
* ``bzr switch --store`` now stores uncommitted changes in the branch, and
restores them when switching back to the branch. (Aaron Bentley)
* New option '--context' for 'bzr diff' command, to configure the amount of
context (i.e. showing lines that have not changed). Also available as the
named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon)
* The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij)
* The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij)
Improvements
************
* ``bzr help env-variables`` now points users at ``bzr help configuration``
which has much more detailed information on the same stuff.
(Robert Collins)
* ``bzr lp-find-proposal`` now only cares about the revision-id that is
specified, not the branch you use. This was enabled by a new API call in
Launchpad's web service. (Aaron Bentley)
* Implement authentication.conf password obfuscation, the password_encoding
option can now be set to base64. (Florian Dorn)
* Local configurations files (i.e. accessed on the local file system like
``bazaar.conf`` and ``locations.conf``) are now shared, reducing the
number of IOs when querying a configuation option. (Vincent Ladeuil,
#832042)
* ``bzr lp-propose --approve`` now correctly specifies the approved revision
and provides an "Approve" vote from the proposer, allowing for smoother
interaction with downstream merge tools. (Jonathan Lange)
Bug Fixes
*********
* Add a ``progress_bar`` configuration option defaulting to
``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from
the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275)
* ``Authentication.Config`` now always returns unicode user names and passwords.
(Vincent Ladeuil, #514301)
* Fixed a bug where the entire contents of ``/etc/mailname`` is read in.
We only want to read in the first line so that comments could be added
and would be ignored.
(Haw Loeung, #932515)
* Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that
causes breakage with docutils 0.9.1.
(Vincent Ladeuil, Jelmer Vernooij, #1066307)
* Support utf8 characters in platform names even without looking inside the
box (Fedora's Schrödinger's Cat).
(Toshio Kuratomi, Vincent Ladeuil, #1195783)
* Warn when ``--show-base`` is used for ``pull`` in a treeless branch
instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160)
* When a missing referenced chk root error is encountered, bzr now suggests
running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij)
* When pushing a specific revision, create the new working tree at
that revision. (#484516, Neil Martinsen-Burrell)
Documentation
*************
* Clarify ``bzr config`` usages especially around other option references
expansion. (Vincent Ladeuil, #996401)
API Changes
***********
* None.
Internals
*********
* Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021)
* The launchpad plugin now requires API 1.6.0 or later. This version shipped
with Ubuntu 9.10. (Aaron Bentley)
* Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of
performance but that's for knit and weave formats and already partly
deprecated, better keep compatibility than failing fast ;)
(Vincent Ladeuil, #1116079)
Testing
*******
* Fix test failures occurring only with LC_ALL=C, when prompting a user,
``stderr`` encoding should be preferred over terminal encoding if
available. (Vincent Ladeuil, #1086209)
bzr 2.6b2
#########
:2.6b2: 2012-09-10
This is the second beta for the 2.6 series, leading up to a 2.6.0 release in
August 2012.
This release includes minor bug fixes.
This release includes all bugs fixed in previous series known at the time of
this release.
Beta releases are suitable for everyday use but may cause some
incompatibilities with plugins. Some plugins may need small updates to work
with 2.6b2.
External Compatibility Breaks
*****************************
None.
New Features
************
* New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``.
(Jelmer Vernooij, #681792)
Improvements
************
* Colocated branches can now be addressed using the 'co:NAME' rather than
the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665)
Bug Fixes
*********
* "bzr missing" now shows tag names when displaying revision information.
(#559072, Neil Martinsen-Burrell)
* Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4.
(Vincent Ladeuil, #1020007)
* Implement ``ResponseFile.readline`` and ``ReponseFile.tell``,
fixing some clones over HTTP. (Jelmer Vernooij, #963769)
* Option values set on locked branches should be saved only when the branch
is finally unlocked. (Vincent Ladeuil, #948339)
Documentation
*************
* Document "bzr lp-propose", "bzr register-branch" and
the other Launchpad plugin commands in bzr(1).
(Jelmer Vernooij, #843801, #163995)
* Force format registration to avoid generate_docs.py traceback when the
registry is empty. (Vincent Ladeuil, #956860)
* Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable
list rather than hardcoding. (Jelmer Vernooij, #197618)
API Changes
***********
* ``register_filter_stack_map`` and ``lazy_register_filter_stack_map``
are noew deprecated. Instead, use ``filter_stacks_registry.register``
and ``filter_stacks_registry.register_lazy``.
(Jelmer Vernooij)
* Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij)
* Remove deprecated ``RepositoryFormat.register_format``.
(Jelmer Vernooij)
* Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij)
* Remove deprecated Repository.iter_reverse_revision_history().
(Jelmer Vernooij)
* The previously deprecated ``bzrlib.annotate.annotate_file`` function
has been removed. (Jelmer Vernooij)
Internals
*********
None.
Testing
*******
* Fix test failures by removing a remaining reference to ``features.sphinx``
which isn't needed anymore since we don't test the texinfo sphinx builder
anymore either. (Vincent Ladeuil)
bzr 2.6b1
#########
:2.6b1: 2012-03-15
This is the first beta for the 2.6 series, leading up to a 2.6.0 release in
August 2012.
This release includes ssl certificates verification from the urllib-based
http implementation turned on by default, fixes some UI issues around
colocated branches, documentation fixes and more.
This release includes all bugs fixed in previous series known at the time of
this release.
Beta releases are suitable for everyday use but may cause some
incompatibilities with plugins. Some plugins may need small updates to work
with 2.6b1.
External Compatibility Breaks
*****************************
None.
Improvements
************
* Access to HTTPS URLs now uses the urrllib implementation by default.
For the old pycurl-based implementation, specify ``https+pycurl://`` as
the URL scheme when accessing a HTTPS location.
(Jelmer Vernooij, #125055)
* Add short option alias ``-N`` for ``--no-recurse``.
(Jelmer Vernooij, #945904)
* Avoid 'Invalid range access' errors when whole files are retrieved with
transport.http.get() . (Vincent Ladeuil, #924746)
* ``bzr rmbranch`` now supports removing colocated branches.
(Jelmer Vernooij, #920653)
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
is specified. (Jelmer Vernooij, #922953)
* ``bzr verify-signatures`` now shows a progress bar.
(Jelmer Vernooij)
* Two new command hooks, ``pre_command`` and ``post_command``,
provide notification before and after a command has been run.
(Brian de Alwis, Jelmer Vernooij)
Bug Fixes
*********
* Fix ``bzr config`` display for ``RegistryOption`` values.
(Vincent Ladeuil, #930182)
Documentation
*************
* Prevent lines of command descriptions starting with a dot to
accidentally be interpreted as a roff macro in bzr(1).
(Jelmer Vernooij, #711079)
* Properly format apostrophes in manual page. (Jelmer Vernooij, #234771)
API Changes
***********
* ``GPGStrategy.do_verifications`` has been deprecated.
(Jelmer Vernooij)
* File ids in the ``Tree`` API can now be bytestring as previously,
or tuples of bytestrings.
(Jelmer Vernooij)
* ``mail_client`` now accepts a configuration stack object rather than
an old style Config object. (Jelmer Vernooij)
* New method ``Repository.verify_revision_signatures``.
(Jelmer Vernooij)
* New configuration option class ``RegistryOption`` which is backed
onto a registry. (Jelmer Vernooij)
* New convenience API method ``WorkingTree.get_config_stack``.
(Jelmer Vernooij)
* Remove
``branch.PullResult.__int__`` deprecated in 2.3.0,
``branch.PushResult.__int__`` deprecated in 2.3.0,
``branch.BranchFormat.get_default_format`` deprecated in 2.4.0,
``branch.BranchFormat.get_formats`` deprecated in 2.4.0,
``branch.BranchFormat.set_default_format`` deprecated in 2.4.0,
``branch.BranchFormat.register_format`` deprecated in 2.4.0,
``branch.BranchFormat.unregister_format`` deprecated in 2.4.0,
``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0,
``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0,
``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0,
``config.Config.get_editor`` deprecated in 2.4.0,
``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3,
``hooks.Hooks.create_hook`` deprecated in 2.4,
``inventory.Inventory.__contains__`` deprecated in 2.4.0,
``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0,
``merge.Merge3Merger.fix_root`` deprecated in 2.4.0,
``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0,
``transform.get_backup_name`` deprecated in 2.3.0,
``transform._get_backup_name`` deprecated in 2.3.0,
``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0,
``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0,
(Vincent Ladeuil)
* Remove deprecated ``Branch.set_revision_history`` and
``Branch.revision_history`` methods and the ``set_rh``
hook on ``Branch``. (Jelmer Vernooij)
Internals
*********
* ``Tree.path2id`` now once again accepts a list of path elements
in addition to a path. (Jelmer Vernooij)
* Turn config option expansion on by default. The only options for which
this should be disabled are templates which should already have used
conf.get(option, expand=False) or conf.get_user_option(option,
expand=False). (Vincent Ladeuil)
..
vim: tw=74 ft=rst ff=unix
- Switch following depends:
-DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
(upstream)
- Update to 0.14
0.14 2015-06-04 00:58:24Z
* Switch from using List::MoreUtils to List::Util.
Version 0.4.31, 2015-04-09
--------------
x BigEndian2float16() was buggy
x <new> is possible only with C++
Version 0.4.30, 2014-11-09
--------------
+ New MemoryUtils.h functions for SSE2 memcpy
+ Ztring::From_Unicode(const wchar_t S)
+ Removed Win9X support
+ CMake: scripts improvements, thanks to Ivan Romanov
+ Mac: EOL definitely moved from \r to \n
x int128: was not compiling on Cygwin
x Windows: file open in append mode has shared read/write
-------------------
7.11 Thu Jul 16 14:36:00 CEST 2015
- AnyEvent::Socket::parse_ipv6 could accept malformed ipv6
addresses (extra "::" at end and similar cases).
- add a more explicit warning to AnyEvent::Handle that it doesn't
work on files, people keep getting confused.
- new function AnyEvent::Socket::tcp_bind.
- new functions AnyEvent::fh_block and AnyEvent::fh_unblock.
- aligned ipv6 address formatting with RFC 5952 (by not shortening
a single :0: to ::).
- added stability canary support.
- Add following DEPENDS
+DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
- Drop patch-libev_ev.c (seems to be fixed)
- Add comment on patch (from cvs log)
(upstream)
- Update 4.18 to 4.21
-------------------
Changes marked with (libev) are changes in libev, and have more
documentation in the libev Changes file.
4.21 Mon Jul 13 21:47:33 CEST 2015
- allow argument in timer->again.
- document timer->remaining.
- document default repeat value for timer->set.
4.20 Sat Jun 20 13:07:34 CEST 2015
- added stability canary support.
- truly rely on automatic configuration for clock_gettime and others.
unfortunately, this doesn't help with activeperl and similar perls,
which define _POSIX_TIMERS without actually implementing any of it.
- (libev, ecb) make it compile as C++ again.
- (libev) fix a potential aliasing issue when accessing watcher cbs.
I am proud to announce that CMake 3.3.0 is now available for download.
Release notes appear are published at
http://www.cmake.org/cmake/help/v3.3/release/3.3.html
Some of the more significant features of CMake 3.3 are:
* The "if()" command learned a new "IN_LIST" operator that evaluates
to true if a given element is contained in a named list.
* The "add_dependencies()" command learned to allow dependencies to
be added to *interface libraries*. Dependencies added to an
interface library are followed transitively in its place since the
target itself does not build.
* The "find_library()", "find_path()", and "find_file()" commands
now search in installation prefixes derived from the "PATH"
environment variable.
* The "<LANG>_VISIBILITY_PRESET" and "VISIBILITY_INLINES_HIDDEN"
target properties now affect compilation in sources of all target
types. See policy "CMP0063".
* A "<LANG>_INCLUDE_WHAT_YOU_USE" target property and supporting
"CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE" variable were introduced to tell
the *Makefile Generators* and the "Ninja" generator to run "include-
what-you-use" along with the compiler for "C" and "CXX" languages.
Deprecated and Removed Features:
* The "ctest_build()" and "build_command()" commands no longer tell
"make" tools to ignore errors with the "-i" option. Previously this
was done for *Makefile Generators* but not others. See policy
"CMP0061".
* The "Visual Studio 7" generator (.NET 2002) is now deprecated and
will be removed in a future version of CMake.
* The "Visual Studio 6" generator is now deprecated and will be
removed in a future version of CMake.
* The "add_definitions()" command no longer causes a "DEFINITIONS"
directory property to be populated. See policy "CMP0059".
2015-07-23 meld 3.14.0
======================
Fixes:
* Fix crash when starting folder comparison on Windows (Kai Willadsen)
* Fix bad chunk action behaviour for middle-to-right actions in three
pane conflicts (Kai Willadsen)
* Documentation fixes (Anders Jonsson)
Translations:
* Josef Andersson (sv)
* Marek Černocký (cs)
2.000002 - 2015-07-24
- BUILDARGS will now always be called on object creation, even if no
attributes exist
- fix required attributes with spaces or other odd characters in init_arg
- fix (is => 'lazy', required => 1, init_arg => undef), which previously
didn't think it provided a builder
- under 'no Moo::sification', prevent automatic Moose metaclass inflation
from ->meta calls
- don't load Moo::Role for a ->does check if no roles could exist
- make global destruction test more robust from outside interference
- fix false default values satisfying required attributes
- Fix Moose attribute delegation to a Moo class via a wildcard
- work around case where Sub::Util is loadable but doesn't provide
Sub::Util::set_subname
- skip thread tests on perl 5.8.4 and below where threads are extremely
unreliable
- Allow stub methods (e.g. sub foo;) to be overwritten by accessors or other
generated methods. (RT#103804)