Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

1.8.1

Latest
Compare
Choose a tag to compare
@qdeslandes qdeslandes released this 11 Dec 15:19

Added

  • CONTRIBUTING.md
  • Check parameter's output file when calling _get_subsystem()

Changed

  • Enforce use of explicit data types (e.g. int32_t instead of int)
  • Remove call data limited line length
  • Change init_call_data() to call_new() and call_delete()
  • Use llist instead of a custom linked-list for call data

Deprecated

Removed

  • coverage.py for Codacy coverage
  • message_delete_wrapper() function
  • convert_data_to_message() function

Fixed

  • Show subsystems names inside tree (#146)
  • Update subsystem name correctly when using an existing subsystem name
  • Removing a subsystem now display the proper log message

Security

Each yall Linux release is available from .deb and .rpm repositories :

  • .deb : curl -s https://packagecloud.io/install/repositories/naccyde/yall/script.deb.sh | sudo bash
  • .rpm : curl -s https://packagecloud.io/install/repositories/naccyde/yall/script.rpm.sh | sudo bash

You can then install yall and yall-dev using your package manager. The following distributions are supported :

  • Debian : wheezy (7), jessie (8), stretch (9), buster (10)
  • Ubuntu : Trusty Tarh (14.04), Xenial Xerus (16.04), Artful Ardvark (17.10), Bionic Beaver (18.04)
  • Fedora : 25, 26, 27

If your distribution is not supported, you can open an issue to ask to its support.