diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c9a0d2657d..09e5fa9dbf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -162,6 +162,7 @@
  • [Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)
  • [Fix] Add hard limit for smilies.
  • [Fix] Remove redundant SQL query from ucp.php. (Bug #40305)
  • +
  • [Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • diff --git a/phpBB/styles/subsilver2/imageset/topic_read_hot.gif b/phpBB/styles/subsilver2/imageset/topic_read_hot.gif index a7e8831e2c..a7a7e8fc78 100644 Binary files a/phpBB/styles/subsilver2/imageset/topic_read_hot.gif and b/phpBB/styles/subsilver2/imageset/topic_read_hot.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif b/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif index 335ae77645..853452a74b 100644 Binary files a/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif and b/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif b/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif index 25ced64b83..ceef4919d5 100644 Binary files a/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif and b/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif differ diff --git a/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif b/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif index 4d3937ae28..1c748f708a 100644 Binary files a/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif and b/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif differ