@@ -30,6 +30,42 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER].
3030 * Reverse chronological order (last date on top), please *
3131
3232 ----------------------------------------------------------
33+
34+ 18th February 2014 - Ben Morgan (cmake-V09-06-46)
35+ - Modules/Geant4ConfigureConfigScript.cmake : Export use of builtin
36+ zlib or otherwise to geant4-config (Bugfix #1572).
37+ - Template/geant4-config.in : Add builtin zlib to list of features,
38+ adding G4zlib to list of libraries when used (Bugfix #1572).
39+ - Template/geant4-config.in : Replace use of GNU awk extension 'length'
40+ for determining number of datasets. Use return value of split function
41+ to get length of array. Problem reported on Hypernews:
42+ http://hypernews.slac.stanford.edu/HyperNews/geant4/get/installconfig/1614.html
43+
44+ 17th February 2014 - Ben Morgan
45+ - Templates/geant4make-skeleton.in : Add variables for
46+ G4LIB_{BUILD,USE}_EXPAT as for ZLIB. Fixes Bug #1567
47+ - Modules/Geant4ToolchainBackwardCompatibility.cmake : Export
48+ G4LIB_{BUILD,USE}_EXPAT based on value of GEANT4_USE_SYSTEM_EXPAT.
49+ Fixes Bug #1567.
50+
51+ 21st January 2014 - Jonathan Madsen
52+ - Updated Modules/Geant4InterfaceOptions.cmake to include /opt/X11
53+ paths that are now the standard places for X11 and OpenGL on Mac OSX
54+ as of Mavericks (OS X 10.9). Without these paths configuring CMake with
55+ GEANT4_USE_OPENGL_X11=ON fails
56+
57+ 18th December 2013 - Gunter Folger
58+ - Modules/Geant4TestDriver.cmake: CTEST_TEST_TIMEOUT is empty, or
59+ its setting is not visible.
60+ Directly using environment variable CTEST_TIMEOUT finally works.
61+
62+ 16th December 2013 - Gunter Folger
63+ - Modules/Geant4TestDriver.cmake: fix typo introduced in previous tag
64+
65+ 16th December 2013 - Gunter Folger
66+ - Modules/Geant4TestDriver.cmake: use CTEST_TEST_TIMEOUT if set to set
67+ default timeout
68+
336928th November 2013 - Ben Morgan (cmake-V09-06-45)
3470- Modules/Geant4CTest.cmake : Remove G4ENSDFSTATE dataset from list
3571 exported to the testing environment, as it should not be used by
0 commit comments