6.1한국어
릴리즈 버전 : 1.7
빌드번호 : 52303
릴리즈 타입 : master
릴리즈 날짜 : 2020년 12월 30일 (한국시간기준)
수정된 기능 - 하위 호환성을 유지하는 수정사항
일부 백신 프로그램들이 PNLicenseAuth와 PIDL 컴파일러를 차단하는 문제를 수정하였습니다.
MacOS의 Unity Editor 전용 플러그인인 ProudNetClientPlugin.bundle 내부에 같은 라이브러리 파일이 2개 들어가있는 문제를 수정하였습니다.
plain C type이 아닌데도 불구하고 Hash 함수가 임의로 만들어져서, 잘못된 hash 연산값을 리턴하는 문제를 수정하였습니다.
PIDL의 output인 *_proxy.cs와 *_stub.cs 파일들에서 개행문자 형식 불일치 문제가 발생하는 것을 수정하였습니다.
SimpleCSharp 예제의 Common 폴더 안에 Common.vcxproj 파일이 안 들어있는 문제를 수정하였습니다.
연결유지기능이 켜져있으면 스피드핵 탐지 기능이 잘못 동작하는 문제를 수정하였습니다.
퇴역된 사항
iOS용 32비트 모듈을 더 이상 지원하지 않습니다.
VS2010용 static libraray를 더 이상 지원하지 않습니다. ( 이는 Microsoft가 2020년 7월 14일부로 VS 2010를 서비스팩1까지 지원중단하였기 때문입니다. 이에 대한 MS의 공식적인 페이지는 다음 링크를 참고부탁드립니다. support.microsoft.com/en-us/lifecycle/search/1117 )
불필요한 SmartPtr 클래스를 제거하였습니다.
6.2English
Release version: 1.7
Build number: 52303
Release type: master
Release date: Dec 30, 2020 (Korea time)
Fixed features - fixes that maintain backward compatibility
Fixed a problem where some antivirus programs block PNLicenseAuth and PIDL compiler.
Fixed a problem in which two identical library files were contained in ProudNetClientPlugin.bundle, a plugin for Unity Editor of MacOS.
Fixed a problem where the Hash function was randomly created even though it was not a plain C type, so that an incorrect hash operation value was returned.
Fixed a problem that a newline character encoding mismatch occurred in the *_proxy.cs and *_stub.cs files that are output of PIDL.
Fixed a problem that the Common.vcxproj file was not included in the Common folder of the SimpleCSharp example.
Fixed an issue where the speed hack detection function incorrectly operated when the Auto Connection Recovery was turned on.
Deprecated features
iOS modules for 32bit is no longer supported.
Static libraries for VS2010 is no longer supported. (This is because Microsoft stopped supporting VS 2010 on July 14, 2020. Please refer to the following link for Microsoft's official page on this: support.microsoft.com/en-us/lifecycle/search/1117 )
Removed unnecessary SmartPtr class.