Skip to content

2.0.1

Compare
Choose a tag to compare
@n-kawauchi n-kawauchi released this 24 Jan 08:10
· 10 commits to master since this release
778f9e3

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

Java

不具合修正

  • corba.endpointsにIPアドレスのみを指定する場合に、コロンを付けずに設定できるようにする (#97|Nobu19800)
  • InPortが正常に動作しない問題の修正 (#98|Nobu19800)

その他

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