diff --git a/ReleaseNotes_cn.txt b/ReleaseNotes_cn.txt
index cec6632..6edf8fb 100644
--- a/ReleaseNotes_cn.txt
+++ b/ReleaseNotes_cn.txt
@@ -1,3 +1,27 @@
+Fire-IE 0.4.5 @ 2015-04-19
+这个版本不再支持 Firefox 13 或以下版本。
+
+功能改进:
+* 实验性功能:支持多进程 Firefox (Electrolysis) 。
+* 插件崩溃保护 (OOPP) 默认开启。OOPP 模式解决了原本进程内加载时不能或很难解决的一些问题,包括:
+ * 开启硬件加速后,地址栏Alt+Enter会导致黑屏和闪烁 (https://github.com/yxl/Fire-IE/issues/81) 。
+ * 无法使用Win7任务栏的关闭全部窗口命令退出火狐 (https://github.com/yxl/Fire-IE/issues/70) 。
+ * 部分 ActiveX 控件会导致 Firefox 死锁 (https://github.com/yxl/Fire-IE/issues/45) 。
+ * 改变 IE 兼容模式可以直接重启插件进程,而不用重启 Firefox。
+* 支持 Firefox 主菜单的剪切、复制、粘贴功能。
+* 允许配置自动切换策略,指定在匹配例外规则或者未匹配任何规则时所执行的动作。
+
+Bug修复:
+* Tab Scope 扩展的进度指示有时不正确。
+* 部分 file:/// 开头的地址不能被 IE 引擎正确识别。
+* 为 Firefox 35 以上版本隐藏地址栏的插件提示。
+* 页面缩放有时不起作用。
+* PNG/JPG 格式的网站图标无法正常显示。
+* 一些本地化细节上的改进。
+* 右键菜单“在新标签页中以 IE 引擎打开链接”未正确设置 Referer 消息头。
+
+此版本同时提升了 OOPP 模式下的性能和稳定性。
+
Fire-IE 0.4.4 @ 2015-02-09
这个版本不再支持Firefox 12或以下版本。
diff --git a/ReleaseNotes_en.txt b/ReleaseNotes_en.txt
index 090a206..bca0a3b 100644
--- a/ReleaseNotes_en.txt
+++ b/ReleaseNotes_en.txt
@@ -1,3 +1,27 @@
+Fire-IE 0.4.5 @ April 19, 2015
+This version no longer supports Firefox 13 or lower.
+
+Enhancements:
+* Experimental feature: support multi-process Firefox (electrolysis).
+* Plugin crash protection (OOPP) is enabled by default. OOPP mode solves a few problems that are otherwise hard to solve when running the plugin in-process, e.g.,
+ * Alt-Enter causes the screen to flash if hardware acceleration is enabled (https://github.com/yxl/Fire-IE/issues/81).
+ * Cannot use Win7 taskbar's "Close All Windows" command to terminate Firefox (https://github.com/yxl/Fire-IE/issues/70).
+ * Some ActiveX controls could freeze Firefox when loaded by Fire IE (https://github.com/yxl/Fire-IE/issues/45).
+ * Changing IE compatibility mode no longer requires Firefox to restart -- you could just restart the plugin process.
+* Support Cut/Copy/Paste commands in Firefox main menu (Panel UI).
+* Allow configuring auto-switch policy, which defines the actions to perform when a URL matches an exceptional rule, or doesn't match any rules.
+
+Bug fixes:
+* The progress indicator of Tab Scope is sometimes broken.
+* Some file:/// URIs cannot be recognized by the IE engine.
+* Hide plugin notification in URL bar for Firefox 35+.
+* Page zooming sometimes don't work.
+* Favicons in PNG or JPG format cannot be displayed correctly.
+* Minor improvements in localization.
+* The "Referer:" header was not correctly set for the context menu item "Open Link in New Tab with IE Engine".
+
+This version also improves the performance and stability of Fire IE in OOPP mode.
+
Fire-IE 0.4.4 @ February 9, 2015
This version no longer supports Firefox 12 or lower.
diff --git a/extension/install.rdf b/extension/install.rdf
index 043fe72..9881a57 100644
--- a/extension/install.rdf
+++ b/extension/install.rdf
@@ -5,7 +5,7 @@
fireie@fireie.org
Fire IE
- 0.4.5b
+ 0.4.5
Switch to IE engine in one click and give up your Internet Explorer.
Yuan Xulei
Wei Deng
@@ -24,7 +24,7 @@
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
14.0
- 38.0a1
+ 40.0a1
diff --git a/plugin/plugin.rc b/plugin/plugin.rc
index 8a59f65..5a54bc5 100644
--- a/plugin/plugin.rc
+++ b/plugin/plugin.rc
@@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,4,5,3
- PRODUCTVERSION 1,4,5,3
+ FILEVERSION 1,4,5,4
+ PRODUCTVERSION 1,4,5,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -150,13 +150,13 @@ BEGIN
VALUE "CompanyName", "fireie@fireie.org"
VALUE "FileDescription", "Fire IE DLL"
VALUE "FileExtents", "*"
- VALUE "FileVersion", "1.4.5.3"
+ VALUE "FileVersion", "1.4.5.4"
VALUE "InternalName", "npfireie.dll"
VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org"
VALUE "MIMEType", "application/fireie"
VALUE "OriginalFilename", "npfireie.dll"
VALUE "ProductName", "Fire IE DLL"
- VALUE "ProductVersion", "1.4.5.3"
+ VALUE "ProductVersion", "1.4.5.4"
END
END
BLOCK "VarFileInfo"