Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:release_note_260 [2018/04/16 17:25]
yjjung created
en:release_note_260 [2023/08/17 13:36]
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
- 
-===== Version 2.6.0 ===== 
-==== Date ==== 
-2018-04-15 ​ 
- 
-<callout type="​warning"​ icon="​true">​ 
-<wrap em>​CAUTION</​wrap>​ \\ 
-Up to version 2.5.0, Device SDK statically included OpenSSL library,\\ 
-but starting with 2.6.0, it has been changed to link in shared library form. \\ 
-Therefore, you need to run the appropriate OpenSSL library after installation. \\ 
-The 2.6.0 library has been tested based on the OpenSSL 1.0.2n library. \\ 
-The sample files contain the OpenSSL 1.0.2n Windows library file. 
-</​callout>​ 
-\\ 
- 
-==== New Features ==== 
-  * Supports ​ for new device connections (BioLite N2, Xpass D2) 
-  * supports Daylight saving time (DST)  
-  * supports Interlock zone  
-  * Supports data encryption key setting of device 
-  * Factory default without network setting 
-<text size="​x-large">​1.</​text>​New devices BioLite N2, Xpass D2 are supported. Xpass D2 is a slave exclusive card device. 
-<text size="​x-large">​2.</​text>​Daylight Saving Time can be set up to 2 devices. In addition, relevant information has been added to the log to let you know when daylight saving time is in effect. 
- 
-  * API [[BS2_GetDstConfig]] has been added 
-  * API [[BS2_SetDstConfig]] has been added 
-  * Structure [[configuration api#​BS2DstConfig]] has been added 
-  * Structure [[Log_Management_API#​BS2Event]] has been modified 
- 
-<text size="​x-large">​3.</​text>​인터락 구역 설정을 지원합니다. 이중 문으로 구성되어 한 쪽 문과, 다른 한 쪽 문이 서로 배타적으로 잠겨있어야 하는 경우 사용됩니다. 현재 CoreStation만 사용가능합니다. 
-Interlock zone setting is supported. It is used when one door and the other door need to be exclusively locked to each other. Currently only CoreStation is available. 
- 
-  * API [[BS2_GetInterlockZone]] has been added 
-  * API [[BS2_GetInterlockZoneStatus]] has been added  
-  * API [[BS2_GetAllInterlockZoneStatus]] has been added    
-  * API [[BS2_SetInterlockZone]] has been added 
-  * API [[BS2_SetInterlockZoneAlarm]] has been added 
-  * API [[BS2_RemoveInterlockZone]] has been added  
-  * API [[BS2_RemoveAllInterlockZone]] has been added 
-  * Structure [[zone control api#​BS2InterlockZoneBlob]] has been added 
- 
-<text size="​x-large">​4.</​text>​Data Encryption key of the device can be changed and verified. 
-  * API [[BS2_GetDataEncryptKey]] has been added 
-  * API [[BS2_SetDataEncryptKey]] has been added 
-  * API [[BS2_RemoveDataEncryptKey]] has been added  
- 
-<text size="​x-large">​5.</​text>​신규 장치초기화 함수 BS2_ResetConfigExceptNetInfo를 지원합니다. 이 함수는 BS2_ResetConfig와 비교하여 네트워크 정보를 제외한 초기화가 가능합니다.Supports new device initialization API BS2_ResetConfigExceptNetInfo. This API can factory default without network information unlike BS2_ResetConfig. 
- 
-  * API [[BS2_ResetConfigExceptNetInfo]] has been added  
- 
-==== Modified features ==== 
- 
-<text size="​x-large">​1.</​text>​ Simultaneous use of Wiegand In / Out is supported. \\ 
-This function can be used by setting the mode value to 2 when Wiegand is set.\\ 
-  * Refer to structure [[configuration api#​BS2WiegandConfig]] ​ 
- 
-<text size="​x-large">​2.</​text>​ Device security tamper setting is supported. \\ 
- ​BS2SystemConfig의 secureTamper를 통해 현재 보안템퍼가 설정되어 있는지 확인 및 설정이 가능합니다. \\ 
- 이 구조체 정보는 반드시 BS2_GetSystemConfig를 통해 읽어낸 후, 필요한 정보만 수정하고 BS2_SetSystemConfig로 설정하여야 합니다. \\ 
-The secureTamper of BS2SystemConfig can check and set whether the current security tamper is set. \\ 
-  This structure must be configured after reading through BS2_GetSystemConfig,​ and then only necessary information should be modified through BS2_SetSystemConfig. \\ 
-  * Refer to structure [[configuration api#​BS2SystemConfig]]