자유게시판

제목 Codeigniter가 2.2.0 으로 공식 릴리즈 되었네요.
글쓴이 옹갈군 작성시각 2014/06/19 09:15:51
댓글 : 3 추천 : 0 스크랩 : 0 조회수 : 12963   RSS
마른가뭄에 단비와 같이 업데이트가 있네요.

아무래도 보안에 촛점을 맞춘거 같습니다.

변경점은 아래서 확인하세요.

http://ellislab.com/codeigniter/user-guide/changelog.html
 

Release Date: June 5, 2014

  • General Changes
    • Security: The xor_encode() method in the Encrypt Class has been removed. The Encrypt Class now requires the Mcrypt extension to be installed.
    • Security: The Session Library now uses HMAC authentication instead of a simple MD5 checksum.
Bug fixes for 2.2.0:
  • Fixed an edge case (#2583) in the Email Library where Suhosin blocked messages sent via mail() due to trailing newspaces in headers.
  • Fixed a bug (#696) - make oci_execute() calls inside num_rows() non-committing, since they are only there to reset which row is next in line for oci_fetch calls and thus don't need to be committed.
  • Fixed a bug (#2689) - Database Forge Class methods create_table(), drop_table() and rename_table() produced broken SQL for tge 'sqlsrv' driver.
  • Fixed a bug (#2427) - PDO Database driver didn't properly check for query failures.
  • Fixed a bug in the Session Library where authentication was not performed for encrypted cookies.
 다음글 많은 가르침 부탁합니다. (3)
 이전글 간만에 출첵 하네요 ㅎㅎ (2)

댓글

한대승(불의회상) / 2014/06/19 11:28:43 / 추천 0
좋은 정보 감사 합니다.
변종원(웅파) / 2014/06/19 14:48:56 / 추천 0
감사합니다. ^^
수야디벨 / 2014/06/20 09:51:39 / 추천 0
이전 버전에는 세션에 문제가 있었는데

2.2.0 에는 수정이 되었을지 모르겠네요 ㅠ 일단 사용하는 중입니다만

뭔가 문제점 발견시엔 공유하도록 하겠습니다