From: Kern Sibbald Date: Sun, 25 Jun 2006 13:58:36 +0000 (+0000) Subject: 25Jun06 X-Git-Tag: Release-2.0.0~820 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6885af40aaaf1dae8c774175b933fa9b873344a;p=bacula%2Fdocs 25Jun06 - Apply fix for scheduler for missing unlock_jobs(). - Clean out autoconf caches before rebuilding configure - Fix the FreeBSD pthreads lib define updated by Dan. - Add missing semicolon in src/console/console.c - Add Robert's enhanced version of build-win32-cross-tools as well as his patch file. - Note, the new gcc options are likely to break building of wx-console or the tray-monitor ... 24Jun06 - Implement Robert's suggestion to suppress printing compile lines. - Detect GCC correctly (I hope) - If using GCC (actually g++) add the following compiler flags -fno-strict-aliasing -fno-exceptions -fno-rtti - Turn on new bsnprintf() code. - Fix crypto when not using openssl. I previously overlooked this. - Eliminate crypto type punning problems by eliminating void * and using uint8_t * instead. - Harden authentication failure in FD by single threading errors and forcing a 6 second wait. ---