diff options
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r-- | WebKitLibraries/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 6ad863d..50d4e19 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,51 @@ +2009-10-26 Mark Rowe <mrowe@apple.com> + + Reviewed by Adam Roben. + + Clean up the regex madness in auto-version.sh to make it obvious what the script is doing. + + Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits + in the major component of the version number. + + * win/tools/scripts/auto-version.sh: + +2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com> + + Reviewed by Eric Seidel. + + added cairo include and lib directories to debug_wincairo.vsprops + https://bugs.webkit.org/show_bug.cgi?id=29831 + + * win/tools/vsprops/debug_wincairo.vsprops: + +2009-10-16 Steve Falkenburg <sfalken@apple.com> + + Reviewed by Dan Bernstein. + + https://bugs.webkit.org/show_bug.cgi?id=30456 + Fixes for new Debug_All Windows build configuration. + + * win/tools/vsprops/debug_all.vsprops: + Define DEBUG_ALL in Debug_All configuration. + Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage. + +2009-10-16 Steve Falkenburg <sfalken@apple.com> + + Reviewed by Adam Roben. + + Add a Debug_All configuration to build entire stack as debug. + Change Debug_Internal to: + - stop using _debug suffix for all WebKit/Safari binaries + - not use _debug as a DLL naming suffix + - use non-debug C runtime lib. + + * win/tools/vsprops/debug_all.vsprops: Added. + Use debug C runtime library in debug_all. + Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all. + * win/tools/vsprops/debug_internal.vsprops: + Don't specify debug C runtime library in debug_internal. + Don't specify _debug suffix for standard debug_internal builds. + 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org> Reviewed by Simon Fraser |