Updated ChangeLog for out_printf()

This commit is contained in:
pnenzi 2007-09-14 13:18:15 +00:00
parent db66f35734
commit 082b961397
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-09-12 Dietmar Warning <dietmar.warning@arcor.de>
* src/frontend/terminal.c: fixed segmentation fault occurring when messages
>4096 bytes are sent to out_printf() function. The fix uses asprintf if
available.
2007-08-12 Paolo Nenzi <p.nenzi@ieee.org>
* src/frontend/inpcom.c: fixed segmentation fault with empty .include file
or directory include. This is a hack the full inpcom shoud be rewritten.