시스템 보안 업데이트 3.1.6 -> 3.1.7 업데이트 일괄 적용 완료.

DWEBS

2018-01-22 14:18:21

4,560

안녕하세요.

시스템 코어의 일괄 업데이트가 이루어졌습니다.

해당 업데이트 변경 확인은 관리자화면 접속후 왼쪽 메뉴 하단에

버전이 3.1.7 로 변경되어있다면 정상 적용된 상태입니다.

 

이번 일괄 시스템 업데이트 이후 문제가 발생하는 홈페이지의 경우 

신속히 처리해드리도록 하겠습니다.

 

- 업데이트 내역 -

 

 

Change Log

Version 3.1.7

Release Date: Jan 13, 2018

  • General Changes
    • Updated Form Validation Library rule valid_email to use INTL_IDNA_VARIANT_UTS46 for non-ASCII domain names.
    • Updated Email Library to use INTL_IDNA_VARIANT_UTS46 for non-ASCII domain names.
    • Updated Loader Library method model() to log both CI_Model class loading and individual models’ initialization.
    • Updated Pagination Library to preserve previously set attributes while calling initialize().
    • Updated Cache Library to automatically add items to cache on increment()decrement() calls for missing keys.
    • Deprecated usage of CAPTCHA Helper function create_captcha() with parameters other than $data.

Bug fixes for 3.1.7

  • Fixed a regression (#5276) - Database Utilities method backup() generated incorrect INSERT statements with the ‘mysqli’ driver.
  • Fixed a regression where Database Results method field_data() returned incorrect type names.
  • Fixed a bug (#5278) - URL Helper function auto_link() didn’t detect trailing slashes in URLs.
  • Fixed a regression (#5282) - Query Builder method count_all_results() breaks ORDER BY clauses for subsequent queries.
  • Fixed a bug (#5279) - Query Builder didn’t account for already escaped identifiers while applying database name prefixes.
  • Fixed a bug (#5331) - URL Helper function auto_link() converted e-mail addresses starting with ‘www.’ to both “url” and “email” links.
  • Fixed a bug where $config['allow_get_array'] defaulted to FALSE if it didn’t exist in the config file.
  • Fixed a bug (#5379) - Session Library would incorrectly fail to obtain a lock that it already has on PHP 7 with the ‘memcached’ driver.