# Change Log

1.1.0-r01.
   - Update new version (ch_cpuinfo ver 1.1.0-r01) 2019.08.01

   - Consolidate and change to run in accordance with your DSM language environment

   - Add link for cpu detail information(Intel, AMD Site Link) - Support above version 6.x 

1.0.0-b01.
   - Update new version (ch_cpuinfo ver 1.0.0-b01) 2019.07.29

     Version view method change.

     Support above version "DSM 6.2.2-24922 Update 2"

5.2.
   - Update new version (ch_cpuinfo ver 5.2) 2018.12.07
     
     Publish the source through github. 
     
     For versions DSM 6.x and later, you can use the binary as before. 
     
     If you use busybox in DSM 5.x, you can use it as a source file(ch_cpuinfo.sh).

5.1.
   - Use bash change to sh
     #!/bin/bash
     change to
     #!/bin/sh

5.0.
   - Update new version (ch_cpuinfo ver 5.0) 2018.10.30
     
     Improved CPU information collection command

     Change to pure core value without applying thread, and For Native H/W users,

     changed to display the number of cpus, the number of cores per cpu, and the number of threads.

     ex.
     1 CPU 1 Core Not support HT ->  1 Core (1 CPU |  1 Thread)
     1 CPU 2 Core Support HT ->   2 Cores(1 CPU/2 Cores | 4 Threads)
     2 CPU 4 Core Support HT ->   8 Cores(2 CPUs/4 Cores | 16 Threads)

4.0.
   - Update new version (ch_cpuinfo ver 4.0) 2018.09.13

     a. Mobile support (just 6.x / not yet 5.x)

        You can see it when you go into mobile browser or "DS mobile" menu in "DS Finder"

     b. Improved CPU information collection command

        Some dmidecode commands have been found to be missing information and have been improved.(Thanks stefauresi !!! :))

     c. Edited some variable names

        I adjusted some inconsistently coded variables

3.0.
   - Update new version (ch_cpuinfo ver 3.0) 2018.08.26

     I made the tool by adding and improving the function. Please refer to above for how to use it.

     I delete the old version attached files, new version uploaded and attached.

     If you use last version tool, you can use without restore.
