[Dancer-changes] dancer CHANGES,1.7,1.8
Brought to you by:
bagder
|
From: <ho...@us...> - 2003-09-14 21:41:35
|
Update of /cvsroot/dancer/dancer In directory sc8-pr-cvs1:/tmp/cvs-serv1370 Modified Files: CHANGES Log Message: Warn about the crash loop in the changelog as well. Index: CHANGES =================================================================== RCS file: /cvsroot/dancer/dancer/CHANGES,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- CHANGES 8 Sep 2003 20:12:46 -0000 1.7 +++ CHANGES 14 Sep 2003 21:41:32 -0000 1.8 @@ -3,6 +3,13 @@ Version 4.17 +* (holsta 2003-09-14) The stacktrace code contains unsafe calls inside a + signal handler and should be used with caution. The stacktrace code is + only called when Dancer is compiled with -DDEBUG and never on Amiga. + +* (holsta 2003-09-14) Fix compile errors on Debian / Alpha. Patch and testing + done by bo...@de... + * (elho 2003-05-29) Remove superfluous token concatenation to fix compiles with GCC 3.3 |