From e3ad2ecdfec7956df91ab90e15ac5a40d774da10 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 23 May 2008 21:51:21 -0700 Subject: [PATCH] Add note about SEH support Still need documentation from someone who actually knows anything about how this works. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index c51803a8..7288218e 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,7 @@ * Fix optimizations of signed bytes. * Fix operation on bigendian machines. * Fix buffer overflow in the preprocessor. +* SAFESEH support for Win32, IMAGEREL for Win64 (SEH). 2.02 ----