Skip to content

2.0.1

Choose a tag to compare

@n-kawauchi n-kawauchi released this 24 Jan 08:10
· 114 commits to master since this release
d10ba82

Release Notes: 2.0.1-RELEASE

Major common changes

  • 2.0 series manager command name changed.
  • C++ and Java manager command names are the same for Windows and Linux.
    • C++ : rtcd2、rtcprof2
    • Java : rtcd2_java、rtcprof2_java
  • Python defined manager command names according to Python 3.0 execution command names for Windows and Linux respectively.
    • Python : (Windows)rtcd2_python、rtcprof2_python、(Linux)rtcd2_python3、rtcprof2_python3

リリースノート: 2.0.1-RELEASE

主な共通変更点

  • 2.0系マネージャーコマンド名変更
  • C++ と Java は、Windows と Linux で同じマネージャー コマンド名を定義
    • C++ : rtcd2、rtcprof2
    • Java : rtcd2_java、rtcprof2_java
  • Python は、Windows と Linux のそれぞれの Python 3.0 実行コマンド名に従ってマネージャー コマンド名を定義
    • Python : (Windows環境)rtcd2_python、rtcprof2_python、(Linux環境)rtcd2_python3、rtcprof2_python3

Python

不具合修正

なし

その他

  • 2.0系のコマンド名変更とバージョン2.0.1への更新 (#293|n-kawauchi)