From: MichaƂ Januszewski Date: Sat, 4 Oct 2008 00:06:05 +0000 (+0200) Subject: Add 0.1.9 ChangeLog entry. X-Git-Tag: v86d-0.1.9^0 X-Git-Url: https://repo.or.cz/w/v86d.git/commitdiff_plain/88afee3dfa977f74e67a79ef5cb207402aca0121 Add 0.1.9 ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index 00cee2e..c23f77d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-04 * 0.1.9 + +- Fix a off-by-one error in the VBE string copy function. +- Fix concurrent build. +- Don't map memory with PROT_EXEC for x86emu. +- Remove dynamically generated code from LRMI. + 2008-09-21 * 0.1.8 - Fix PaX compatibility (patch by the PaX team).