Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Release date: June 11, 2015
Compatibility Notes
Team Foundation Server support does not yet work with Visual Studio 2013
Update 4 or higher.
In Visual Studio 2013 Update 4, the command line tool we used, tf.cmd,
has been rewritten, and many of the features we depended on were dropped.
For the moment, you will need to stick with Update 3 or lower in order to
continue using Power Pack‘s TFS support. Alternatively, if you’re running
Update 4, you can try installing Team Explorer Everywhere.
Bug Fixes
General
Fixed a Python 2.6 compatibility problem. (Bug #3753)
When there are communication errors with a Review Board server, the error
message will now contain more details on what went wrong. (Bug #3840)
Fixed additional Unicode issues when running in a non-UTF-8 environment.
Patch by Bartosz Gołek.
rbt post
The --diff-filename and --update flags are now mutually-exclusive.
(Bug #3755)
The --update option didn’t make sense when using a diff filename, since
the review request could not be guessed. There’s now an error shown when
trying to use both.
Mercurial
The --tracking-branch option wasn’t overriding the built-in default
tracking branch.
Patch by Andrew Bettison.
Team Foundation Server
Modifications to directories or other non-files no longer break diff
generation.
Fixed issues with file encodings and newlines.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
post-review is a command line tool for Windows, Linux and MacOS X
that simplifies both creating and updating review requests. It
can look at your source directory, generate a diff, and upload it
to a new or existing review request on an associated Review Board
server. This saves a lot of time over the web UI, and for some
types of code repositories (such as Perforce), its actually required
in order to produce a compatible diff.