SHA256
6
0
forked from pool/cmake
OBS User unknown
2008-01-03 16:34:04 +00:00
committed by Git OBS Bridge
parent 81ae41347d
commit 1f192bb767
4 changed files with 65 additions and 9 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jan 3 17:26:53 CET 2008 - dmueller@suse.de
- update to 2.4.8-RC9:
* last release candidate of 2.4.8
* Add list(FIND) because it is used in new FindQt4.cmake
* Fix tar long file path issue with cpack
* Fix variable name in docs for FindPkgConfig bug 5722
* Fix for bug 5645 ifort bad pic flag on linux
* Fix for bug 6006 INSTALL DIRECTORY signature problem
* Update FindQt4 from CVS Head for many bug fixes
* Fix bug 5638 CMAKE_INSTALL_PREFIX not working on SunOS with CC
* Fix bug 6117 FindPkgConfig can run twice now
* Fix bug 6106 FindPerlLibs.cmake missing escaped $
* Allow NODEFAULTLIBS to have more than one value bug 5455
* fix for bug 5363: GET_TARGET_PROPERTY(... DEBUG_LOCATION)
* Better error from ctest if nightly time not set
* Avoid relinking exclude-from-all directory targets before install
* Fix for kde4-config location
* Remove KDE3_ENABLE_FINAL (did not work)
* KDE3 fix for 64 bit location of plugins
* mark PYTHON_EXECUTABLE as advanced
* documentation fix for file, find_package, try_run
* add IS_ABSOLUTE to if
* INSTALL() everything which doesn't have a COMPONENT set, is assigned
* make #cmakedefine output match autoconf when undefined
* document cmake remove -f
* document order of -D and -P
-------------------------------------------------------------------
Mon Dec 10 11:34:34 CET 2007 - dmueller@suse.de