ChangeLog ========= Version 1.2.1 ------------- 2010-07-20 Gerardo García Peña * Alt signal stack: stacktrace signals are executed in an alternative stack, so they don't add noise to output. Also now is possible to manage stack overflow (SIGSEGV) errors. * EIP printed: prints pointer to the faulty instruction if a SIGILL, SIGFPE, SIGSEGV or SIGBUS signal is received. * Maps and moar: Maps and other useful post-mortem info is printed too. * Cleaner code. Version 1.2.0 ------------- 2009-12-11 Gerardo García Peña * Version: it provides new functions to get or check stacktrace version number. * (pancake's patch) Ported to Solaris: Some fixes for Solaris. Version 1.1.1 ------------- 2009-12-09 Gerardo García Peña * Bugfix: initialization routine always hooked up signals. * Set output file: now it is possible to select output file descriptor. Version 1.1.0 ------------- 2009-12-01 Gerardo García Peña * Build bugfixes: Improved build logic. * Stacktrace wrapper: added a shell script to simplify stacktrace usage. * Installation script: makefile now has a install target. * Bugfixes: other minor changes to improve usability. Version 1.0.0 ------------- 2009-11-25 Gerardo García Peña * Initial Revision: First public version of Stacktrace.