[Insight-developers] Please test 4.2.1 pre-release
Matt McCormick
matt.mccormick at kitware.com
Tue Sep 25 11:02:46 EDT 2012
Hi all,
As previously discussed, we are performing a 4.2.1 patch release this
month with a 4.3.0 minor version release scheduled for December. The
4.2.1 will contain critical patches to address build errors on new
compilers, important performance patches, and WrapITK build issues.
This will be the only pre-release announcement, and tarballs are
scheduled for Monday. Please test and provide feedback by checking
out the "release" branch:
git clone git://itk.org/ITK.git
cd ITK
git checkout -b release origin/release
The patches applied since 4.2.0 are:
Bradley Lowekamp (4):
COMP: fixing error when instatiated with image of double
PERF: remove per sample allocation, use per-thread structure
BUG: prevent static initialization fiasco during factory registration
BUG: fix writing a corrupt meta image header from unknow metadata
Cory Quammen (1):
BUG: Added missing include <algorithm>
Hans Johnson (3):
BUG: Test harness gave false positives
BUG: Remove duplicate file in wrong place
COMP: Remove unnecessary const_cast.
Ho Cheung (2):
COMP: Add "#include <functional>" to classes for VS2012
PERF: Fix usage of ElementAt in PolyLineParametricPath to use
const version
Kent Williams (2):
PERF: Pull expensive GetInput/GetOutput calls out of inner loops
COMP: propogate compiler selection & flags to FFTW build
Kris Zygmunt (1):
BUG: GPU tests sometimes fails
Matthew McCormick (3):
BUG: Fix GCC_XML and SWIG ExternalProject dependencies.
BUG: Fix WrapITK GCCXML ExternalProject dependency.
COMP: Make sure the VC script gets executed after gccxml installation.
Matthias Seise (1):
COMP: Compile wrapITK for python2.7,64bit on windows
Willi Huber (1):
COMP: WrapITK generates non-unique typedefs in FFT submodule
Thanks,
Matt
More information about the Insight-developers
mailing list