差分ファイルを調べたかったので「WinMerge」で調べてみました。
ファイルの一番下に改行が入ってたりするのって、仕様?
ファイルのコメントのところのアドレス変更が一番多かったです。

2.1.8追加されたファイル
extras\extra_images\portuguese\uploads\uploadsフォルダ
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\admin_extra.php
html\modules\user\language\portuguese\admin_extra.php
html\install\language\portuguese\charset_mysql.php
extras\extra_languages\pt_utf8\html\modules\legacy\language\index.html
extras\extra_languages\pt_utf8\html\modules\legacyRender\language\index.html
extras\extra_languages\pt_utf8\html\modules\pm\language\index.html
extras\extra_languages\pt_utf8\html\modules\stdCache\language\index.html
html\language\japanese\phpmailer.lang-ja.php

———————————————————–
コードの変更
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\help\abc_1st.html
 (L58 URLがhttp://xoopscube.orgからhttp://xoopscube.sourceforge.net/など)

html\modules\legacy\class\AbstractFilterForm.class.php
 (L70あたりのfunction getCriteriaの中)

html\modules\legacyRender\class\AbstractFilterForm.class.php
 (L62あたりのfunction getCriteriaの中)

html\modules\user\class\AbstractFilterForm.class.php
 (L60あたりのfunction getCriteriaの中)

html\modules\user\forms\AbstractUserEditForm.class.php
 (L46あたりツꀀ$regex=”/[\000-\040]/”; → $regex='[\000-\040\177]’;)

html\modules\legacy\kernel\Legacy_TextFilter.class.php
 (L363あたりツꀀpreg_match(“/[\\0-\\31]/” → preg_match(‘/[\x0-\x1f\x7f]/’)

extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\mail_template\activated.tpl
 (L141以降)

extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\mail_template\activated.tpl
 (L43以降 ただし空白行が2.1.7に入っていたのを削除しただけのようです)

html\modules\user\language\portuguese\mail_template\activated.tpl
 (L141以降)

extras\extra_languages\pt_utf8\html\language\pt_utf8\mail_template\default_notify.tpl
html\language\portuguese\mail_template\default_notify.tpl
 (テンプレートの内容修正)

html\include\functions.php
 (処理がたくさん増やされています。if文とか)

extras\extra_languages\ja_utf8\html\modules\legacy\language\ja_utf8\global.php
 (L186 mb_language( ‘ja’ ) ;のコメントアウト)

html\modules\legacy\language\portuguese\global.php
 (情報部分と、後半のLEGACY_MAIL_CHARなどの設定の変更)

html\modules\legacy\blocks\legacy_comments.php
 (L180あたりにif (!defined(“OH_MY_GOD_HELP_ME”)) {error_reporting(0);}追加、_setupDebuggerからツꀀerror_reporting(0);削除<htmlが出る前に、header(‘Content-Type:text/html; charset=’._CHARSET);追加))
 

html\modules\legacy\admin\class\Legacy_Updater.class.php
 (L97あたりの$sql = ‘ALTER TABLE `’ . $table . ‘` DROP INDEX `groupid_uid`’;下に4行ほど追加 L149を$result = $xoopsDB->query($sql); → $result = $db->query($sql);)

html\modules\legacy\actions\MiscSslloginAction.class.php
 (L25からのfunction executeViewIndexの$root =& $controller->mRoot;の下に6行ほど処理追加)

html\class\module.textsanitizer.php
 (L195あたりのfunction checkUrlString if (preg_match(“/[\\0-\\31]/”, $text)) → if (preg_match(‘/[\x0-\x1f\x7f]/’, $text)) {)

html\modules\legacy\admin\actions\PreferenceEditAction.class.php
 (L347 function executeViewSuccessと その下のfunction executeViewCancel の処理変更)

extras\XUpgrade\admin\class\UpgradeProcessor.class.php
 (L306の$log->add が $this->mLog->)

html\include\version.php
html\modules\legacy\xoops_version.php
html\modules\legacyRender\xoops_version.php
html\modules\pm\xoops_version.php
html\modules\stdCache\xoops_version.php
html\modules\user\xoops_version.php
 (バージョン番号の変更)

————————————————————————-

あとは、軽微な修正?
(情報部分一部修正[URLの変更が主])
extras\extra_languages\pt_utf8\html\language\pt_utf8\admin.php
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\blocks.php
html\language\portuguese\calendar.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\comment.php
html\language\portuguese\comment.php
html\kernel\config.php
html\class\criteria.php
html\class\xoopsform\formdhtmltextarea.php
html\class\xoopsform\formselectuser.php
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\global.php
html\kernel\group.php
extras\system\admin\groups\groupform.php
extras\extra_languages\pt_utf8\extras\system\language\pt_utf8\admin\groups.php
html\kernel\image.php
html\kernel\imagecategory.php
html\modules\legacy\blocks\legacy_comments.php
html\modules\legacy\blocks\legacy_mainmenu.php
html\modules\legacy\blocks\legacy_notification.php
html\modules\legacy\blocks\legacy_search.php
html\modules\legacy\blocks\legacy_siteinfo.php
html\modules\legacy\blocks\legacy_themes.php
html\modules\legacy\blocks\legacy_usermenu.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\mail.php
extras\system\admin\mailusers\mailusers.php
extras\extra_languages\pt_utf8\html\modules\pm\language\pt_utf8\main.php
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\main.php
extras\system\admin\modulesadmin\main.php
extras\system\admin\preferences\main.php
extras\system\admin\tplsets\main.php
extras\system\admin\users\main.php
html\kernel\member.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\misc.php
extras\extra_languages\pt_utf8\html\modules\pm\language\pt_utf8\modinfo.php
extras\extra_languages\pt_utf8\html\modules\stdCache\language\pt_utf8\modinfo.php
html\modules\stdCache\language\portuguese\modinfo.php
html\class\database\mysqldatabase.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\notification.php
html\kernel\notification.php
html\include\notification_constants.php
extras\system\admin\userrank\rankform.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\search.php
html\kernel\session.php
html\class\template.php
html\install\class\textsanitizer.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\timezone.php
html\kernel\tplfile.php
html\class\uploader.php
html\language\japanese\xoopsmailerlocal.php
html\class\xoopsstory.php
extras\extra_languages\pt_utf8\extras\system\language\pt_utf8\admin\users.php
extras\system\admin\users\users.php
extras\extra_languages\pt_utf8\html\install\language\pt_utf8\welcome.php
extras\system\xoops_version.php
extras\extra_languages\ja_utf8\html\language\ja_utf8\xoopsmailerlocal.php
 
(情報部分修正と、一番最後に改行追加[URLの変更が主])
extras\system\admin.php
extras\system\admin\banners\banners.php
html\kernel\avatar.php
kernel\block.php
extras\system\admin\blocksadmin\blocksadmin.php
html\class\xml\rpc\bloggerapi.php
html\kernel\comment.php
html\include\comment_constants.php
html\include\comment_delete.php
html\include\comment_edit.php
html\include\comment_new.php
html\include\comment_post.php
html\include\comment_reply.php
html\include\comment_view.php
html\class\commentrenderer.php
html\kernel\configcategory.php
html\kernel\configitem.php
html\kernel\configoption.php
html\class\downloader.php
html\class\xoopsform\form.php
html\class\xoopsform\formbutton.php
html\class\xoopsform\formcheckbox.php
html\class\xoopsform\formdatetime.php
html\class\xoopsform\formelement.php
html\class\xoopsform\formelementtray.php
html\class\xoopsform\formfile.php
html\class\xoopsform\formhidden.php
html\class\xoopsform\formhiddentoken.php
html\class\xoopsform\formlabel.php
html\class\xoopsform\formpassword.php
html\class\xoopsform\formradio.php
html\class\xoopsform\formradioyn.php
html\class\xoopsform\formselect.php
html\class\xoopsform\formselectcountry.php
html\class\xoopsform\formselectgroup.php
html\class\xoopsform\formselectlang.php
html\class\xoopsform\formselectmatchoption.php
html\class\xoopsform\formselecttheme.php
html\class\xoopsform\formselecttimezone.php
html\class\xoopsform\formtext.php
html\class\xoopsform\formtextarea.php
html\class\xoopsform\formtextdateselect.php
html\class\xoopsform\grouppermform.php
extras\system\admin\groups\groups.php
html\kernel\imageset.php
html\kernel\imagesetimg.php
html\class\logger.php
extras\system\admin\mailusers\mailform.php
extras\system\admin\avatars\main.php
extras\system\admin\blocksadmin\main.php
extras\system\admin\comments\main.php
extras\system\admin\findusers\main.php
extras\system\admin\groups\main.php
extras\system\admin\images\main.php
extras\system\admin\mailusers\main.php
extras\system\admin\smilies\main.php
extras\system\admin\userrank\main.php
extras\system\admin\version\main.php
extras\system\menu.php
html\class\xml\rpc\metaweblogapi.php
extras\system\admin\modulesadmin\modulesadmin.php
html\class\xml\rpc\movabletypeapi.php
html\class\xml\rpc\movabletypeapi.php
html\include\notification_functions.php
html\kernel\object.php
html\include\old_theme_functions.php
html\kernel\online.php
html\class\pagenav.php
html\kernel\privmessage.php
html\class\xoopsform\simpleform.php
extras\system\admin\smilies\smilies.php
extras\system\blocks\system_blocks.php
html\class\xoopsform\tableform.php
html\class\tardownloader.php
html\class\xoopsform\themeform.php
html\class\xml\themesetparser.php
html\kernel\tplset.php
html\class\tree.php
html\kernel\user.php
html\class\xml\rpc\xmlrpcapi.php
html\class\xml\rpc\xmlrpcparser.php
html\class\xml\rpc\xmlrpctag.php
html\class\xml\rss\xmlrss2parser.php
html\class\xml\rpc\xoopsapi.php
html\include\xoopscodes.php
html\class\xoopscomments.php
html\class\xoopsmailer.php
html\class\xoopstopic.php
html\class\xoopstree.php
html\class\zipdownloader.php
extras\system\admin\avatars\xoops_version.php
extras\system\admin\banners\xoops_version.php
extras\system\admin\blocksadmin\xoops_version.php
extras\system\admin\comments\xoops_version.php
extras\system\admin\findusers\xoops_version.php
extras\system\admin\images\xoops_version.php
extras\system\admin\groups\xoops_version.php
extras\system\admin\images\xoops_version.php
extras\system\admin\mailusers\xoops_version.php
extras\system\admin\modulesadmin\xoops_version.php
extras\system\admin\preferences\xoops_version.php
extras\system\admin\smilies\xoops_version.php
extras\system\admin\tplsets\xoops_version.php
extras\system\admin\userrank\xoops_version.php
extras\system\admin\users\xoops_version.php
extras\system\admin\version\xoops_version.php
extras\extra_languages\tw_big5\html\class\xoopsmailer.php
extras\extra_languages\tw_utf-8\html\class\xoopsmailer.php

(定数などを修正)
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\admin.php
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\admin.php
extras\extra_languages\pt_utf8\extras\system\language\pt_utf8\admin\filter.php
extras\extra_languages\pt_utf8\html\install\language\pt_utf8\finish.php
html\install\language\portuguese\finish.php
extras\extra_languages\ja_utf8\html\install\language\ja_utf8\install.php
html\install\language\english\install.php
html\install\language\japanese\install.php
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\main.php
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\modinfo.php
extras\extra_languages\pt_utf8\extras\system\language\pt_utf8\admin\preferences.php
 
(定数などを大部分修正)
html\modules\legacy\language\portuguese\admin.php
html\modules\legacyRender\language\portuguese\admin.php
html\modules\user\language\portuguese\admin.php
html\modules\user\language\portuguese\blocks.php
html\modules\user\language\portuguese\main.php
html\modules\user\language\portuguese\modinfo.php
html\kernel\module.php
html\language\portuguese\user.php
html\language\portuguese\xoopsmailerlocal.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\xoopsmailerlocal.php
 
(情報部分修正と、定数を一部修正) 
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\blocks.php
html\modules\legacy\language\portuguese\blocks.php
extras\extra_languages\pt_utf8\html\language\pt_utf8\calendar.php
extras\extra_languages\pt_utf8\html\install\language\pt_utf8\install.php
html\install\language\portuguese\install.php
extras\extra_languages\pt_utf8\html\install\language\pt_utf8\install2.php
html\install\language\portuguese\install2.php
html\modules\legacy\language\portuguese\main.php
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\modinfo.php
extras\extra_languages\pt_utf8\html\modules\legacyRender\language\pt_utf8\modinfo.php
html\modules\legacy\language\portuguese\modinfo.php
html\modules\legacyRender\language\portuguese\modinfo.php
 
(一番下の改行削除))
html\language\portuguese\mail_template\commentsubmit_notify.tpl
 
(内容一部変更)
extras\extra_languages\pt_utf8\html\modules\legacyRender\language\pt_utf8\help\help.html
extras\extra_languages\pt_utf8\html\modules\stdCache\language\pt_utf8\help\help.html
html\modules\legacyRender\language\portuguese\help\help.html
html\modules\stdCache\language\portuguese\help\help.html
extras\extra_images\portuguese\images\index.html
extras\extra_languages\pt_utf8\extras\system\language\pt_utf8\index.html
extras\extra_languages\pt_utf8\extras\XUpgrade\language\pt_utf8\index.html
extras\extra_languages\pt_utf8\html\cache\index.html
extras\extra_languages\pt_utf8\html\class\index.html
extras\extra_languages\pt_utf8\html\core\index.html
extras\extra_languages\pt_utf8\html\kernel\index.html
extras\extra_languages\pt_utf8\html\language\index.html
extras\extra_languages\pt_utf8\html\modules\legacy\language\pt_utf8\help\index.html
extras\extra_languages\pt_utf8\html\modules\legacyRender\language\pt_utf8\help\index.html
extras\extra_languages\pt_utf8\html\modules\pm\language\pt_utf8\help\index.html
extras\extra_languages\pt_utf8\html\modules\stdCache\language\pt_utf8\help\index.html
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\help\index.html
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\mail_template\index.html
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\index.html
extras\extra_languages\pt_utf8\html\modules\user\language\index.html
extras\extra_languages\pt_utf8\html\modules\index.htmlextras\extra_languages\pt_utf8\html\settings\index.html
extras\extra_languages\pt_utf8\html\templates_c\index.html
extras\extra_languages\pt_utf8\html\themes\index.html
extras\system\language\portuguese\admin\index.html
extras\system\language\portuguese\index.html
extras\XUpgrade\language\portuguese\help\index.html
extras\XUpgrade\language\portuguese\index.html
html\install\language\portuguese\index.html
html\language\portuguese\mail_template\index.html
html\language\portuguese\index.html
html\modules\legacy\language\portuguese\help\index.html
html\modules\legacy\language\portuguese\index.html
html\modules\legacyRender\language\portuguese\help\index.html
html\modules\legacyRender\language\portuguese\index.html
html\modules\pm\language\portuguese\help\index.html
html\modules\pm\language\portuguese\index.html
html\modules\stdCache\language\portuguese\index.html
html\modules\user\language\portuguese\index.html
docs\INSTALL.html
docs\INSTALL.ja.html
html\language\portuguese\mail_template\lostpass1.tpl
extras\extra_languages\ja_utf8\html\modules\user\language\ja_utf8\mail_template\lostpass2.tpl
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\mail_template\lostpass2.tpl
html\language\portuguese\mail_template\lostpass2.tpl
html\modules\user\language\japanese\mail_template\lostpass2.tpl
html\modules\user\language\portuguese\mail_template\lostpass2.tpl
extras\extra_languages\pt_utf8\html\modules\user\language\pt_utf8\mail_template\register.tpl
html\language\portuguese\mail_template\register.tpl
extras\extra_languages\pt_utf8\html\robots.txt
html\language\portuguese\mail_template\tellfriend.tpl
html\themes\default\theme.html
html\install\language\portuguese\welcome.php
 
(一部追加)
docs\CHANGES.txt
 
(バイナリデータの違い?)
extras\extra_images\portuguese\images\subject\icon1.gif
extras\extra_images\portuguese\images\subject\icon2.gif
extras\extra_images\portuguese\images\subject\icon3.gif
extras\extra_images\portuguese\images\subject\icon4.gif
extras\extra_images\portuguese\images\subject\icon5.gif
extras\extra_images\portuguese\images\subject\icon6.gif
extras\extra_images\portuguese\images\subject\icon7.gif
extras\extra_images\portuguese\images\pointer.gif
extras\extra_images\portuguese\images\icons\posticon2.gif
 
(改行をつめた)
html\install\language\portuguese\mysql.lang.data.sql