OSDN Git Service

Prepare, tag, and publish 0.47 release.
[mingw/pexports.git] / README
diff --git a/README b/README
index 05f1d8f..6ba9c04 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-PEXPORTS 0.46 README
+PEXPORTS 0.47 README
 ============================================
 
 Anders Norlander <anorland@hem2.passagen.se>
@@ -9,6 +9,8 @@ URL: http://www.is.lg.ua/~paul/devel/binutils.html
 
 Hacked by Tor Lillqvist <tml@iki.fi>
 
+Hacked by Keith Marshall <keithmarshall@users.sourceforge.net>
+
 ============================================
 
 PEXPORTS is a program to extract exported symbols from a PE image
@@ -41,6 +43,13 @@ C parser, there are probably many conditions when it will fail
 (especially complex parameter types), although I it works fine for me.
 Please do not report bugs, but feel free to send patches.
 
+RELEASE 0.47
+=================
+* Eliminate Microsoft style typedef obfuscation.
+* Correct a further potential segmentation fault, resulting from
+  overflow when computing 32-bit offset differences, which are then
+  applied to 64-bit pointers.
+
 RELEASE 0.46
 =================
 * Corrects two potential segmentation fault bugs.