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

DWEBS

2017-09-26 18:56:54

5,708

안녕하세요.

시스템 자동 일괄 업데이트가 진행되었습니다.

 

기존

3.1.5

 

업데이트

3.1.6

 

금번 업데이트로 문제가 발생시 문의 주시면 바로 처리해드리도록 하겠습니다.

감사합니다.

 

- 업데이트 적용내용 -

 

Change Log

Version 3.1.6

Release Date: Sep 25, 2017

  • Security
    • Fixed a potential object injection in Cache Library ‘apc’ driver when save() is used with $raw = TRUE (thanks to Tomas Bortoli).
  • General Changes

Bug fixes for 3.1.6

  • Fixed a bug (#5164) - Loader Library method library() ignored requests to load libraries previously assigned to super-object properties named differently than the library name.
  • Fixed a bug (#5168) - Query Builder method count_all_results() produced erroneous queries on Microsoft SQL Server when ORDER BY clauses are cached.
  • Fixed a bug (#5128) - Profiler didn’t wrap $_SESSION and configuration arrays in 
     
     tags.
  • Fixed a bug (#5183) - Database Library method is_write_type() didn’t return TRUE for MERGE statements.
  • Fixed a bug where Image Manipulation Library didn’t escape image source paths passed to NetPBM as shell arguments.
  • Fixed a bug (#5236) - Query Builder methods limit()offset() break SQL Server 2005, 2008 queries with "".* in the SELECT clause.
  • Fixed a bug (#5243) - Database Library method version() didn’t work with the ‘pdo/dblib’ driver.
  • Fixed a bug (#5246) - Database transactions status wasn’t reset unless trans_complete() was called.
  • Fixed a bug (#5260) - Database Utilities method backup() generated incorrect INSERT statements with the ‘mysqli’ driver.
  • Fixed a bug where Database Results method field_data() didn’t parse field types with the ‘mysqli’ driver.