From 82d6ab7bb987bee627f860171e22484923dafc38 Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Fri, 29 Jan 2016 20:47:27 +0800 Subject: [PATCH] Version 0.4.6 --- ReleaseNotes_cn.txt | 8 ++++++++ ReleaseNotes_en.txt | 8 ++++++++ extension/install.rdf | 11 +++++++++-- plugin/plugin.rc | 10 +++++----- 4 files changed, 30 insertions(+), 7 deletions(-) diff --git a/ReleaseNotes_cn.txt b/ReleaseNotes_cn.txt index ce5f7ea..ea398e9 100644 --- a/ReleaseNotes_cn.txt +++ b/ReleaseNotes_cn.txt @@ -1,3 +1,11 @@ +Fire-IE 0.4.6 @ 2016-01-29 +功能改进: +* 支持 SeaMonkey。 + +Bug修复: +* 兼容 Firefox 44。 +* 修复 Firefox 43+ 版本的 https 安全锁图标。 + Fire-IE 0.4.5.3 @ 2015-10-25 添加法语翻译。感谢 bb84000! diff --git a/ReleaseNotes_en.txt b/ReleaseNotes_en.txt index 5efa428..7746b4e 100644 --- a/ReleaseNotes_en.txt +++ b/ReleaseNotes_en.txt @@ -1,3 +1,11 @@ +Fire-IE 0.4.6 @ January 29th, 2016 +Enhancements: +* Added SeaMonkey support. + +Bug fixes: +* Compatibility with Firefox 44. +* Fix the https secure lock icon in Firefox 43+. + Fire-IE 0.4.5.3 @ October 25, 2015 Add French locale by bb84000. diff --git a/extension/install.rdf b/extension/install.rdf index dca4c33..0194eeb 100644 --- a/extension/install.rdf +++ b/extension/install.rdf @@ -5,11 +5,12 @@ fireie@fireie.org Fire IE - 0.4.5.3 + 0.4.6 Switch to IE engine in one click and give up your Internet Explorer. Yuan Xulei Wei Deng Yifan Wu + IsaacSchemm http://fireie.org/ chrome://fireie/content/options2.xul chrome://fireie/content/about.xul @@ -24,7 +25,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 14.0 - 44.0a1 + 47.0a1 @@ -44,6 +45,7 @@ Yuan Xulei Wei Deng Yifan Wu + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) @@ -61,6 +63,7 @@ 袁徐磊 邓威 吴一帆 + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) @@ -78,6 +81,7 @@ 袁徐磊 邓威 吴一帆 + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) @@ -95,6 +99,7 @@ Yuan Xulei Wei Deng Yifan Wu + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) @@ -112,6 +117,7 @@ Yuan Xulei Wei Deng Yifan Wu + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) @@ -130,6 +136,7 @@ Yuan Xulei Wei Deng Yifan Wu + IsaacSchemm cck168, Merci chao (zh-TW) Alexander Gvaramiya (ru-RU) github.com/piotrex (pl) diff --git a/plugin/plugin.rc b/plugin/plugin.rc index 898dc79..27ab11a 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,6 - PRODUCTVERSION 1,4,5,6 + FILEVERSION 1,4,6,0 + PRODUCTVERSION 1,4,6,0 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.6" + VALUE "FileVersion", "1.4.6.0" VALUE "InternalName", "npfireie.dll" - VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org" + VALUE "LegalCopyright", "Copyright (C) 2012-2016 fireie.org" VALUE "MIMEType", "application/fireie" VALUE "OriginalFilename", "npfireie.dll" VALUE "ProductName", "Fire IE DLL" - VALUE "ProductVersion", "1.4.5.6" + VALUE "ProductVersion", "1.4.6.0" END END BLOCK "VarFileInfo"