diff --git a/oletools/README.html b/oletools/README.html
index 50801f2..c5bee7a 100644
--- a/oletools/README.html
+++ b/oletools/README.html
@@ -14,10 +14,11 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
News
-- 2016-04-19 v0.46: olevba does not deobfuscate VBA expressions by default (much faster), new option --deobf to enable it. Fixed color display bug on Windows for several tools.
+- 2016-06-10 v0.47: olevba added PPT97 macros support, improved handling of malformed/incomplete documents, improved error handling and JSON output, now returns an exit code based on analysis results, new --relaxed option. rtfobj: improved parsing to handle obfuscated RTF documents, added -d option to set output dir. Moved repository and documentation to GitHub.
+- 2016-04-19 v0.46: olevba does not deobfuscate VBA expressions by default (much faster), new option --deobf to enable it. Fixed color display bug on Windows for several tools.
- 2016-04-12 v0.45: improved rtfobj to handle several anti-analysis tricks, improved olevba to export results in JSON format.
- 2016-03-11 v0.44: improved olevba to extract and analyse strings from VBA Forms.
-- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix and slight improvements in olevba.
+- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix and slight improvements in olevba.
- 2016-02-07 v0.42: added two new tools oledir and olemap, better handling of malformed files and several bugfixes in olevba, improved display for olemeta.
- 2015-09-22 v0.41: added new --reveal option to olevba, to show the macro code with VBA strings deobfuscated.
- 2015-09-17 v0.40: Improved macro deobfuscation in olevba, to decode Hex and Base64 within VBA expressions. Display printable deobfuscated strings by default. Improved the VBA_Parser API. Improved performance. Fixed issue #23 with sys.stderr.
diff --git a/oletools/README.rst b/oletools/README.rst
index 4584024..86ebf97 100644
--- a/oletools/README.rst
+++ b/oletools/README.rst
@@ -26,7 +26,15 @@ Software.
News
----
-- **2016-04-19 v0.46**:
+- **2016-06-10 v0.47**:
+ `olevba `__ added
+ PPT97 macros support, improved handling of malformed/incomplete
+ documents, improved error handling and JSON output, now returns an
+ exit code based on analysis results, new --relaxed option.
+ `rtfobj `__:
+ improved parsing to handle obfuscated RTF documents, added -d option
+ to set output dir. Moved repository and documentation to GitHub.
+- 2016-04-19 v0.46:
`olevba `__ does
not deobfuscate VBA expressions by default (much faster), new option
--deobf to enable it. Fixed color display bug on Windows for several
@@ -40,9 +48,10 @@ News
- 2016-03-11 v0.44: improved
`olevba `__ to
extract and analyse strings from VBA Forms.
-- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect
- malicious macros, bugfix and slight improvements in
- `olevba `__.
+- 2016-03-04 v0.43: added new tool
+ `MacroRaptor `__
+ (mraptor) to detect malicious macros, bugfix and slight improvements
+ in `olevba `__.
- 2016-02-07 v0.42: added two new tools oledir and olemap, better
handling of malformed files and several bugfixes in
`olevba `__,