
So what does it brings ? Almost nothing, a few updates in some external core components like Yuni, Google Sparsehash (which is used almost everywhere in TA3D since it uses lots of hash tables), an automatic crash reporter which uses SDL_sgui to display a summary of the crash report (and its full content in a tab) and let you decide whether you want to send it or not since it contains information about the running system like OS, CPU, video card, the stack trace, etc ... but these reports are anonymous.
This is mostly a new weapon to help us win the war against bugs

As usual it's available in the FTP repository:
windows:
ftp://downloads.ta3d.org/binaries/windows/dev/0.6/
Ubuntu/Debian:
ftp://downloads.ta3d.org/binaries/linux/apt/
Mandriva:
ftp://downloads.ta3d.org/binaries/linux ... rpmi-media
NB: the win32 package includes GDB which is required to get the stack trace however it's not a dependency of the Linux packages so if you want to send nice crash reports from your Linux system you should install GDB otherwise it'll fall back to a Linux-only home made stack trace reader.