diff --git a/Contrib/InstallOptions/Changelog.txt b/Contrib/InstallOptions/Changelog.txt
index ed8688aa..c3810db2 100644
--- a/Contrib/InstallOptions/Changelog.txt
+++ b/Contrib/InstallOptions/Changelog.txt
@@ -1,3 +1,8 @@
+DLL version 2.41 (5/8/2004)
+* Bitmaps are now automatically centered
+* Fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages
+* Fixed a rare freeze
+
DLL version 2.4 (1/4/2004)
* Initial focus is set in "initDialog" making it possible to override it from NSIS prior to calling "show"
* When initial focus is to a Text field InstallOptions now follows standard Windows behaviour by having the text selected
diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html
index a604559c..068a4944 100644
--- a/Contrib/InstallOptions/Readme.html
+++ b/Contrib/InstallOptions/Readme.html
@@ -829,77 +829,12 @@ FunctionEnd
Version history
-- DLL version 2.4 (1/4/2004)
+
- DLL version 2.41 (5/8/2004)
-- Initial focus is set in "initDialog" making it possible to
-override it from NSIS prior to calling "show"
-- When initial focus is to a Text field InstallOptions now
-follows standard Windows behaviour by having the text selected
-- Label and other static fields no longer have State= written to
-the INI file when leaving the dialog
-- NOTIFY flag can now be used with Link fields (State should be
-omitted in this case)
-- Likewise, State can now be used with Button fields (behaves the
-same as with Link fields)
-- NOTIFY flag can also now be used with ListBox and DropList
-fields to have NSIS notified when the selection changes
-- Meaning of RIGHT flag is now reversed in right-to-left language
-mode
-- HSCROLL and VSCROLL flags are no longer restricted to Text
-fields
-- Various Link field fixes
-
-
-
-
-- DLL version 2.3 (12/4/2003)
-
-- Added new control type "Button"
-- Added new flag "NOTIFY"
-- Added new flag "NOWORDWRAP" for multi-line text boxes
-- Reduced size down to 12K
-- Better RTL support
-
-
-
-
-- DLL version 2.2 (4/9/2003)
-
-- Added new control "link"
-- \r\n converts to newline in Multiline edit box
-- Support for multiline edit box
-- Better tab order in DirRequest and FileRequest
-- Added RTL support
-- Minor fixes
-
-
-
-
-- DLL version 2.1 (3/15/2003)
-
-- \r\n converts to newline in both label Text and
-ValidateText
-- New browse dialog style (modern)
-- Word wrapping for check boxes and radio buttons
-- No ugly border for edit fields under XP
-- Scroll bar for list boxes
-- Works with SetStaticBkColor
-- DISABLED dir and file request fields now disable the browse
-button too
-- No more STATE value for labels
-- Minor fixes
-
-
-
-
-- DLL version 2.0 (1/4/2003)
-
-- Supports custom font and DPI settings (by Joost Verburg)
-- INI files should contain dialog units now, no pixels (by Joost
-Verburg)
-- RESIZETOFIT flag for Bitmap control (by Amir Szekely)
-- New documentation (by Joost Verburg)
-- New GROUP/NOTABSTOP/DISABLED flags
+- Bitmaps are now automatically centered
+- Fixed a bug which prevented enabling the next button from
+the leave function of InstallOptions pages
+- Fixed a rare freeze