Could you list the mirror URLs for me that were updated? I&#39;m trying a few that are listed in the setup.exe for cygwin but I&#39;m not seeing the new version. Still shows 2.8.4 for the mirrors I tried.<br clear="all"><div>
<br></div><div>---------</div>Robert Dailey<br>
<br><br><div class="gmail_quote">On Tue, Mar 6, 2012 at 7:53 AM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
CMake 2.8.7-1  is now available on Cygwin mirrors.<br>
<br>
<br>
Some of the notable changes in this release are:<br>
- improved Eclipse support<br>
- incremental improvements to the AUTOMOC feature added in the previous release<br>
- more cryptographic hash implementations (SHA1, SHA224, SHA256, SHA384, SHA512)<br>
- file(...) and string(...) command additions for computing hash values<br>
- added LINK_PUBLIC and LINK_PRIVATE options to target_link_libraries command<br>
- new module: DeployQt4<br>
- and, as always, various minor bug fixes<br>
<br>
Similar to the previous release, we do not have pre-built binaries for<br>
the SunOS anymore. However, now we have two sets of installers for the<br>
Mac. The &quot;Darwin&quot; versions are for Mac OSX 10.4 and later, and are<br>
&quot;ppc;i386&quot; universal binaries. The &quot;Darwin64&quot; versions are for 10.6<br>
and later, and are &quot;x86_64;i386&quot; universal binaries.<br>
<br>
There was a bit of a network connectivity snag in building the<br>
binaries for the AIX platform today... Because of this, the tarballs<br>
for AIX will not be available until sometime next week.<br>
<br>
Following is the complete list of changes in this release. Please try<br>
this version of CMake on your projects and report any issues to the<br>
list or the bug tracker.<br>
<br>
<br>
Thanks for using CMake!<br>
<br>
-Bill<br>
<br>
<br>
Changes in CMake 2.8.7 (since 2.8.7-rc2)<br>
------------------------------<u></u>--------------<br>
None<br>
<br>
Changes in CMake 2.8.7-rc2 (since 2.8.7-rc1)<br>
------------------------------<u></u>--------------<br>
Alex Neundorf (5):<br>
      automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE<br>
      automoc: improved warning message in relaxed mode<br>
      Remove trailing whitespace<br>
      Add comment about one more problem of the C depency scanner.<br>
      fix #12262: dependency scanning for ASM files<br>
<br>
Bill Hoffman (1):<br>
      Fix the case where cmake --build failed with two project cmds in one file.<br>
<br>
Brad King (11):<br>
      KWSys: Correctly handle empty environment variables<br>
      FortranCInterface: Work around mingw32-make trouble with parens<br>
      Xcode: Create separate rerun dependencies for subprojects (#12616)<br>
      Fix Intel Fortran .vfproj files for VS 10<br>
      HP: Drive shared library linking with compiler front end<br>
      Follow all dependencies of shared library private dependencies<br>
      Do not link private dependent shared libraries on OS X &gt; 10.4<br>
      Avoid clobbering variable &#39;OUTPUT&#39; in compiler tests (#12628)<br>
      Fix and simplify Fortran test compiler compatibility check<br>
      CTest: Recognize Intel errors without space before colon (#12627)<br>
      Windows-GNU: Remove extra quotes in GNUtoMS rule variable<br>
<br>
David Cole (4):<br>
      Release: Increase timeout for slow-testing cygwin build<br>
      Modules: Use &quot;windres&quot; as rc compiler base name for<br>
cross-compiles (#12480)<br>
      Tests: Only really run MFC test if we can build MFC apps (#11213)<br>
      FindBoost: Quote possibly empty string argument (#12273)<br>
<br>
Eric NOULARD (1):<br>
      CPackRPM fix #0012608 and unoticed related bug<br>
<br>
Johan Fänge (1):<br>
      CMake: Fix progress reporting for custom targets (#12441)<br>
<br>
Mike McQuaid (2):<br>
      Unset configurations variable when no build type.<br>
      Improve component support and output indentation.<br>
<br>
Raphael Kubo da Costa (2):<br>
      Remove the apparently outdated README in Source/QtDialog.<br>
      QtDialog: Set Ctrl+Q as the shortcut for quitting the program.<br>
<br>
Tim Gallagher (2):<br>
      FindLAPACK: Correct CMAKE_FIND_LIBRARY_SUFFIXES spelling (#12624)<br>
      FindLAPACK: List thread libs to avoid link errors (#12625)<br>
<br>
Valat Sébastien (1):<br>
      CTest: Do not get CDash version without drop site (#12618)<br>
<br>
Changes in CMake 2.8.7-rc1 (since 2.8.6)<br>
------------------------------<u></u>----------<br>
Aaron Ten Clay (1):<br>
      VS: Add support for three new project properties (#12586)<br>
<br>
Alex Neundorf (60):<br>
      fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects<br>
      fix #12262: use the C dependency scanner also for ASM files<br>
      fix #12465: detect the masm compiler ID (&quot;MSVC&quot;)<br>
      Silence make on OpenBSD in FindPackageModeTest(#12508)<br>
      Remove trailing whitespace<br>
      Find Ruby on OpenBSD when installed from ports (#12507)<br>
      Eclipse generator: detect Eclipse version<br>
      Detect whether the current Eclipse version supports VirtualFolders<br>
      Eclipse: don&#39;t create VirtualFolders if not supported<br>
      Eclipse: better message when Eclipse version could not be determined<br>
      automoc:run moc on the header if the source file contains<br>
include &quot;foo.moc&quot;<br>
      Add copyright notices<br>
      automoc: always run moc on the cpp file if there is a foo.moc included<br>
      Eclipse: add virtual folder for each target<br>
      Eclipse: move code for generating links to projects into separate function<br>
      Eclipse: move code for generating links to targets into separate function<br>
      Eclipse: add Build and Clean targets to targets<br>
      Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS<br>
accordigly<br>
      Eclipse: fix #12417, don&#39;t create wrong src pathentries<br>
      FindLibXslt: also search libexslt and xsltproc<br>
      don&#39;t crash in automoc with empty COMPILE_DEFINITIONS property<br>
      Automoc: fix the fix, need to use std::string, not just char* pointer<br>
      automoc: fix #12541, support moc options<br>
      add documentation for the AUTOMOC_MOC_OPTIONS property<br>
      Eclipse: warn if CMAKE_BINARY_DIR is subdir of CMAKE_SOURCE_DIR<br>
      Eclipse: make targets work from any directory<br>
      Eclipse: quote the build dir (to make it work with spaces)<br>
      make automoc work when using ccmake via PATH (#12551)<br>
      Strip trailing whitespace<br>
      -make GETTEXT_PROCESS_PO_FILES() work with files with multiple dots<br>
      FindGettext: two more fixes for files with multiple dots<br>
      FindPNG: provide PNG_INCLUDE_DIRS, as the readme.txt says (#11312)<br>
      Eclipse: create links to subprojects also in the source-project (#12579)<br>
      Eclipse: use new variable CMAKE_ECLIPSE_GENERATE_SOURCE_<u></u>PROJECT<br>
      install(EXPORT): Enforce existence of imported target files<br>
      Remove trailing whitespace<br>
      cmake-gui: add completion for the names when adding cache entries<br>
      automoc: stricter checking for what file is included<br>
      automoc: rework the checking for the matching header, to give<br>
better warnings<br>
      automoc: handle the case when the developer includes the wrong mocfile<br>
      automoc: add more test cases<br>
      automoc: improved diagnostics<br>
      automoc: minor optimization<br>
      automoc: another runtime optimization<br>
      Automoc: modified handling of included .moc files<br>
      automoc: add a test for including both abc.moc and moc_abc.cpp<br>
      automoc: add test for including the moc file from another header<br>
      automoc: add test for including a moc_abc_p.cpp file<br>
      automoc: move some code from the big parsing loop into separate functions<br>
      automoc: add special handling for including basename_p.moc, with test<br>
      automoc: add extra check whether the header contains Q_PRIVATE_SLOT<br>
      automoc: some more linebreaks for the warnings for better readability<br>
      automoc: fix handling of included _p.moc files<br>
      automoc: move the code for finding headers into separate function<br>
      automoc: add a StrictParseCppFile(), which is only qmake-compatible<br>
      automoc: also accept other files when .moc is included in non-strict mode<br>
      automoc: accept even more .moc files in non-strict mode<br>
      automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsing<br>
      automoc: fix line length<br>
      automoc: add documentation for CMAKE_AUTOMOC_STRICT_MODE<br>
<br>
Alexey Ozeritsky (1):<br>
      FindLAPACK: Fix linking to static LAPACK on Unix (#12477)<br>
<br>
Bernhard Walle (1):<br>
      Source/cmCTest.cxx: Add missing newline (#12538)<br>
<br>
Brad King (65):<br>
      Refactor find_* command final path list computation<br>
      Constify XCode generator getters to match cmGlobalGenerator<br>
      Fix line-too-long style violations<br>
      KWSys: Fix Doxygen warnings<br>
      Add pre-commit|commit-msg|prepare-<u></u>commit-msg hook placeholders<br>
      pre-commit: Reject changes to KWSys through Git<br>
      Fix CTest.UpdateSVN with Subversion 1.7 (#12535)<br>
      Teach CTest.UpdateSVN to detect svn add --depth before using it<br>
      KWSys: Address Intel compiler remarks<br>
      Fix linking to OS X Frameworks named with spaces (#12550)<br>
      Watcom: Use shortpath to CMake if full path has parens (#12548)<br>
      KWSys: Remove trailing whitespace in SystemTools.cxx<br>
      KWSys: Fix wrong spelling of __INTEL_COMPILER<br>
      Update main Copyright.txt year range for 2011<br>
      KWIML: The Kitware Information Macro Library<br>
      Configure KWIML inside CMake as cmIML<br>
      KWIML: Avoid redefining _CRT_SECURE_NO_DEPRECATE in test.h<br>
      KWIML: Suppress printf/scanf format warnings in test<br>
      KWIML: No INT_SCN*8 on SunPro compiler<br>
      KWIML: No INT_SCN*8 on Intel for Windows<br>
      KWIML: Create test output dir for Xcode<br>
      Order VS local generator Version ivar values consistently<br>
      Enumerate VS11 version explicitly in local generators<br>
      KWIML: Test header inclusion after system headers<br>
      KWIML: Ignore _LONGLONG on MS compiler<br>
      KWIML: Teach ABI.h about PGI compiler<br>
      KWIML: Avoid MSVC linker warning about not using C++ runtime<br>
      Factor Compute(File|String)MD5 into cmCryptoHash helper<br>
      Add file(MD5) command to compute cryptographic hash<br>
      Import sha2 implementation 1.0 from Aaron D. Gifford<br>
      Import sha2 implementation 1.1 from Aaron D. Gifford<br>
      sha2: Use KWIML fixed-size integer types and endian-ness<br>
      sha2: Build as part of CMakeLib<br>
      Add file(SHA*) commands to compute cryptographic hashes<br>
      sha2: Use &quot;static const&quot; instead of &quot;const static&quot; declarations<br>
      cmCryptoHash: Provide factory &quot;New&quot; method<br>
      Add string(MD5) and string(SHA*) commands to compute hashes<br>
      sha2: Use KWIML fixed-size integer constant macros<br>
      sha2: Suppress Borland warnings in third-party code<br>
      Disable file() and string() hash commands during bootstrap<br>
      sha2: Wrap long lines in third-party declarations<br>
      Fix CMake.File hash test for CRLF checkouts<br>
      cmCryptoHash: Add virtual destructor<br>
      sha2: Cast safe conversions to smaller integer types<br>
      sha2: Suppress -Wcast-align warning from Clang<br>
      sha2: Zero entire SHA_CTX structure during cleanup<br>
      target_link_libraries: Add missing space in documentation<br>
      target_link_libraries: Simplify argument processing state tests<br>
      install(EXPORT): Improve target import failure message format<br>
      Remove trailing whitespace from cmLocalGenerator<br>
      bootstrap: Include cmNewLineStyle in build<br>
      cmNewLineStyle: Remove trailing comma in enum<br>
      cmNewLineStyle: Use cmStandardIncludes.h<br>
      Provide std::ios_base typedef on GCC &lt; 3<br>
      FindZLIB: Search under ZLIB_ROOT if it is set<br>
      Factor out target location undefined behavior helper macro<br>
      export(): Document undefined behavior of location properties<br>
      Recognize the Tiny C Compiler (#12605)<br>
      TinyCC: Add compiler info for shared libs on Linux (#12605)<br>
      Fortran: Detect pointer size in gfortran on MinGW<br>
      Load platform files that need to know the ABI when possible<br>
      Factor makefile generator link rule lookup into helper function<br>
      Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib<br>
      Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSys<br>
      cmTarget: Create helper method for versioned library names<br>
<br>
Clinton Stimpson (2):<br>
      Fix XML safety issue with adding preprocessor defines in<br>
CodeBlocks project.<br>
      Qt4: Fix dependencies of QtDeclartive.<br>
<br>
Dan Kegel (1):<br>
      Modules: Add XRes to FindX11.cmake<br>
<br>
David Cole (17):<br>
      Begin post-2.8.6 development<br>
      CTest: Fix crash when variables are not defined<br>
      VS11: Fix comment generated at the top of *.sln files<br>
      CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)<br>
      CTest: Clear custom vectors before populating (#12383)<br>
      Tests: Add the MFC test (#11213)<br>
      Tests: Avoid MFC test automatically for VCExpress builds (#11213)<br>
      Tests: Fix MFC test w/ Make-based generators (#11213)<br>
      Tests: Fix MFC test for old vs6 dashboards (#11213)<br>
      Tests: Avoid MFC test automatically for Watcom WMake builds (#11213)<br>
      Tests: Fix MFC test to work with VS 10 and later (#11213)<br>
      VS10: Use expected values for UseOfMfc (#11213)<br>
      Tests: Add environment logging to the MFC test (#11213)<br>
      VS11: Update InstallRequiredSystemLibraries<u></u>.cmake for VS11 (#11213)<br>
      Tests: Nudge MFC test to pass on VS 6 dashboards (#11213)<br>
      VS: Use &quot;call &quot; keyword with .cmd and .bat file custom commands (#12445)<br>
      CTest: Disallow problem chars in build and site names (#11792)<br>
<br>
Eric NOULARD (3):<br>
      CPackRPM support component specific variables for spec files<br>
      Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.<br>
      CPackRPM fix #12556 and enhance documentation<br>
<br>
James Bigler (6):<br>
      Added support for CUDA_PATH which is present in the CUDA toolkit<br>
3.2 onward.<br>
      Reset dependency file list when a dependency disappeared.<br>
      Add work around for CUDA in UNC paths.<br>
      Fixes for handling quotes in args and other places (Fix Bug<br>
11726 and 12099).<br>
      Make CUDA working directory unique for each target.<br>
      Miscellaneous fixes.<br>
<br>
Jean-Christophe Fillion-Robin (1):<br>
      CTest: Look for CTestConfig.cmake in build dir first, then source dir<br>
<br>
Johan Bjork (1):<br>
      Xcode: Avoid spewing the environment on every script run (#12522)<br>
<br>
Mateusz Loskot (1):<br>
      FindBoost: Use MSVC11 to find Boost on Windows (#12568)<br>
<br>
Mathieu Malaterre (1):<br>
      TinyCC: Add default compilation flags (#12605)<br>
<br>
Mike McQuaid (6):<br>
      Add QT_LIBRARIES_PLUGINS variable to UseQt4.<br>
      Add DeployQt4 module.<br>
      Match fixup_qt4_executable with documentation.<br>
      Don&#39;t resolve directories; are never relative.<br>
      Check plugin variables are defined before warning.<br>
      Check QtCore without warning.<br>
<br>
Nicolas Despres (17):<br>
      Refactor TargetTypeNames.<br>
      Add const versions of some getters.<br>
      Constify many getters of cmGlobalGenerator.<br>
      Remove trailing white-spaces.<br>
      Fix typo.<br>
      Doxygen: Improve code documentation.<br>
      Doxygen: Generate call graph and relationships.<br>
      Doxygen: Fix warnings.<br>
      Doxygen: Remove dependency on VTK when building doxygen.<br>
      Usage: Document -j|--parallel option in help message.<br>
      Usage: Document all options printing usage information.<br>
      Usage: Document all options printing the version number.<br>
      Usage: Print help, version and copyright options in usage information.<br>
      Usage: Add missing exepath argument in get_prerequisites documentation.<br>
      ccmake: Align &#39;g&#39; and &#39;q&#39; key instructions.<br>
      ccmake: Document &#39;/&#39; key.<br>
      ccmake: Factor toggle key help instructions.<br>
<br>
Niels Dekker (1):<br>
      Fix CMAKE_VERBOSE_MAKEFILE for VS10 vcxproj files (#12504)<br>
<br>
Ondrej Balaz (1):<br>
      FindBISON: Fix bison++ version parsing to avoid &quot;Offending entry&quot;<br>
<br>
Peter Collingbourne (4):<br>
      Make cmLocalGenerator::<u></u>ConvertToLinkReference virtual<br>
      Introduce a cmLocalGenerator::<u></u>ConvertToIncludeReference function<br>
      Introduce a cmGlobalGenerator::<u></u>ResolveLanguageCompiler function<br>
      Fix configuration-dependent flag lookup in<br>
cmLocalGenerator::<u></u>GetTargetFlags<br>
<br>
Peter Kuemmel (1):<br>
      Add NEWLINE_STYLE option to configure_file (#3957)<br>
<br>
Philip Lowman (1):<br>
      FindProtoBuf: Documented limitation of the public macro<br>
<br>
Pierre-Francois Laquerre (1):<br>
      Fix path quoting in Qt4 macros<br>
<br>
Robert Dailey (1):<br>
      VS: Add VS_SCC_AUXPATH target property (#12549)<br>
<br>
Rolf Eike Beer (4):<br>
      libarchive: fix typo in CheckFileOffsetBits.cmake<br>
      Tell people that link_directories() is not what they are searching for<br>
      FindBISON: Fix matching output of &quot;bison --version&quot;<br>
      Tests: ExternalProject: Remove unnecessary &#39;svn --version&#39; call<br>
<br>
Stephen Kelly (13):<br>
      Add features from KDE for arguments to qdbusxml2cpp.<br>
      Remove unused define.<br>
      Build each library only once instead of once for each test.<br>
      Initialize LINK_INTERFACE_LIBRARIES target property with a variable<br>
      Also run moc automatically with Qt5.<br>
      Fix typo.<br>
      Don&#39;t assume the existence of QT_MAJOR_VERSION.<br>
      Update comments and method names to not be Qt4 specific.<br>
      Fix style.<br>
      target_link_libraries: Trim trailing whitespace<br>
      target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options<br>
      moc is now part of the Qt5Core module<br>
      Add a test case for the use of Q_PRIVATE_SLOT.<br>
<br>
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***<br>
<br>
If you want to unsubscribe from the cygwin-announce mailing list, look<br>
at the &quot;List-Unsubscribe: &quot; tag in the email header of this message.<br>
Send email to the address specified there.  It will be in the format:<br>
<br>
cygwin-announce-unsubscribe-<u></u>you=<a href="mailto:yourdomain.com@cygwin.com" target="_blank">yourdomain.com@cygwin.com</a><br>
<br>
If you need more information on unsubscribing, start reading here:<br>
<br>
<a href="http://sources.redhat.com/lists.html#unsubscribe-simple" target="_blank">http://sources.redhat.com/<u></u>lists.html#unsubscribe-simple</a><br>
<br>
Please read *all* of the information on unsubscribing that is available<br>
starting at this URL.<br>
<br>
<br>
<br>
Bill Hoffman<br>
Cygwin CMake maintainer<br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/<u></u>CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/<u></u>listinfo/cmake</a></blockquote></div><br>