Skip to content

Releases: eclipse-ecal/ecal

eCAL v5.7.8

18 Feb 10:38
Compare
Choose a tag to compare

Changes

  • Core

    • Support for NPCAP without legacy loopback adapter (Windows only)
    • Fixed uninitialized variable (#153)
  • Player

    • Support loading .hdf5 files directly in the player (Fixes #179)
    • Fixed a bug that caused the playback limits to get stuck when loading a measurement

eCAL v5.8.2

11 Feb 15:25
Compare
Choose a tag to compare

Changes

  • Core:
    • Now supporting NPCAP 1.10 (Windows only)

eCAL v5.7.6

11 Feb 15:22
Compare
Choose a tag to compare

Changes

  • Core:
    • Now supporting NPCAP 1.10 (Windows only)

eCAL v5.8.1

29 Jan 08:39
Compare
Choose a tag to compare

Changes

  • Sys:
    • Fixed crash on Ubuntu (#168)

eCAL v5.8.0

18 Dec 17:07
8463e4b
Compare
Choose a tag to compare

Merry Christmas and a happy new year! Stay healthy! :)

Changes

  • Build:

    • Ubuntu builds now install in proper multiarch lib dirs
    • Fixed -dirty tag on Windows builds
    • Fixed many cmake warnings
    • Added .desktop files, so GUI applications now show up in the Ubuntu App menu
  • Core:

    • Changed path of ecal.ini on Linux (/etc/ecal/ecal.ini) and Windows (C:\ProgramData\eCAL\ecal.ini)
  • Mon:

    • Plugins can be loaded from multiarch lib dirs on Linux
  • Rec:

    • Addons can be loaded from multiarch lib dirs on Linux
  • Play:

    • Added Hotkeys for loading and saving a channel mapping
  • Sys:

    • eCAL Sys added
    • MMA (Machine Monitoring Application) added
    • eCAL Sys client application is now ecal_sys_client
    • eCAL Sys now evaluates eCAL Parser functions
    • Tasks are sorted by ID before saving
    • eCAL Sys CLI:
      • added interactive mode
    • eCAL Sys GUI:
      • MMA Panel shows the state of ecal_sys_clients
      • Panels can be closed and un-docked

eCAL v5.7.5

25 Nov 12:42
Compare
Choose a tag to compare

Changes

  • Core:
    • Fixed handling of empty parameters on Linux (GetProcessParameters)
    • Fixed GetProcessParameters on macOS

eCAL v5.7.4

10 Nov 15:36
454fdd5
Compare
Choose a tag to compare

Changes

  • Core:

    • Fixed zombie processes and a deadlock that could occur when starting processes on Linux
    • Fixed shared memory names on Posix-style systems (for QNX support)
    • Fixed GetProcessParameters on Linux
  • Rec:

    • Fixed Upload bug (by updating fineFTP to 1.0.6)

eCAL v5.7.3

08 Oct 13:44
df128a5
Compare
Choose a tag to compare

Attention for Windows Users:

The Setup has changed. Please uninstall old eCAL Versions before installing this release.

Changes

  • common:

    • Windows setup is now created by Innosetup
      • Setup includes Protobuf (#77)
      • Setup includes Debug binaries (#82)
    • Documentation improved (#65)
    • GitHub actions extended to
      • build Ubuntu 18.04 and 20.04 artefacts
      • build Windows setup with NPCAP support (#87)
      • build documentation (#76)
  • core:

    • bugfix in iceoryx shm interface (#92)

eCAL v5.7.2

02 Sep 08:24
f026380
Compare
Choose a tag to compare
eCAL v5.7.2 Pre-release
Pre-release

eCAL v5.7.2

  • github actions introduced
    • Ubuntu 20.04 (stable)
    • Ubuntu 20.04 + Iceoryx (stable)
    • Windows Server 2019 (stable)
    • MacOS Catalina 10.15 (experimental)
  • iceoryx shared memory layer support updated to 0.17.0
  • capnproto message protocol support updated to 0.8.0

eCAL v5.7.1

02 Sep 08:12
Compare
Choose a tag to compare

eCAL v5.7.1:

  • common:
    • static code analysis fixes
    • cmake fix for ecal unit tests
  • apps:
    • ecal recorder
      • recording of none alphanumeric topic names fixed
      • delete measurements after upload
      • retry failed uploads
      • fixed crash on Windows 7
      • preparations for ROS2 middleware (rmw_ecal) layer done