Issue: ambiorix/modules/amxb_backends/amxb_ubus#54 Regression - translation to _exec function is going wrong [fix]
GitOrigin-RevId: 6dce28ea172fe0f4d2d5159b45dde1e8342e4c25
Issue: HOP-1928 [USP][LCM] InstallDU called from the backend failed; Calling Device.SoftwareModules.InstallDU fails as well (but not SoftwareModules.InstallDU) [fix]
GitOrigin-RevId: a0fe8f5680e1e60c14838707d0556a2de59caf6b
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 5f53cb147a3f8061d453e387eb9875e8cda4bf26
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: a5c82923c9ce85a23a4d7331da22f1ecf5caf0ee
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 33e52f8b1c0528062c5ea3f27a838f8ff1247c96
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: 531bf3107b94d158c9eab7d8fe178406f40098f4
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: b94fc8b19e2b9dc0ea08ac95657971fdf9387e72
Issue: ambiorix/libraries/lib_amxb#66 Asynchonous call on local deferred function does not fill retval [fix]
GitOrigin-RevId: a085782cd174fead0e88684753c23afb5b5de6dc
Issue: ambiorix/libraries/lib_amxo#77 It mustbe possible to define empty object or empty array in config section [fix]
Issue: SCSAS-7253 libamxo build failed because when_true_status() macro is redefined.
GitOrigin-RevId: 8928543c973a4e62acd23976375bbc30e9481e6e
Issue: ST-841 GSDM should return read-only attribute for key parameters [fix]
Issue: ST-846 [USP] Add requests with search paths will be allowed [change]
GitOrigin-RevId: a9afba236ff10497a5352ce25bdd64681c56b9b7
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: f20bc8e7a5da5108148d9d72b05525dab6d449e9
Issue: ambiorix/libraries/lib_amxa#25 Add public function to check if getting a parameter is allowed [new]
GitOrigin-RevId: 441742225bba1d57f106917ead0d3b831248c007
Issue: NET-3935 amx gmap-client modules do not wait for "requires" [fix]
Issue: ST-826 [amx] custom param read handler called more often than expected [fix]
GitOrigin-RevId: a328d2205fc4965e4773a7a49bf2deeb6a891ed7
Issue: ambiorix/modules/amx_cli/mod-ba-cli#22 Set config variant before connecting to back-end [change]
GitOrigin-RevId: 19510f98e054956be10601e71022ee935b967330
Issue: ambiorix/libraries/lib_amxb#65 Performing an amxb_async_call on a local deferred data model method doesn't return correctly [fix]
Issue: ST-833 [AMX] Allow back-ends to modify their config section [fix]
GitOrigin-RevId: ca6c056a2e217e86d9de3f42eb741aa06ba8c300
Issue: ambiorix/libraries/lib_amxb#65 Performing an amxb_async_call on a local deferred data model method doesn't return correctly [fix]
GitOrigin-RevId: f66a70f1a75f393d5b6be82b623c4c9e7eee76e5
Issue: HOP-1770 [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling [change]
Issue: HOP-1786 It must be possible to extend composite config options [fix]
GitOrigin-RevId: 642210bf12bf096a10261008830285e5f4b76f54
Issue: ambiorix/libraries/lib_amxd#143 allow_partial is not set as an input argument for the set operation [fix]
GitOrigin-RevId: b02f260ebbd7e6935524c8edec0a230258abd076
Issue: HOP-1770 [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling [change]
GitOrigin-RevId: de16a4aa0467c50bc43b5b99b4d9ae07a8f5c500
Issue: ambiorix/libraries/lib_amxd#143 allow_partial is not set as an input argument for the set operation [fix]
GitOrigin-RevId: 5c5cbf84dcd6e6c4c48fe1ef4be3ae517068b8a5
Issue: ambiorix/libraries/lib_amxc#65 amxc_string_split_to_llist not splitting text with newline sperator. [change]
GitOrigin-RevId: 21c72c44567ad988393792a3e585870384d77fce
@@ -8,6 +8,93 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Release v7.4.2 - 2022-09-29(13:48:54 +0000)
### Fixes
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): Regression - translation to _exec function is going wrong
## Release v7.4.1 - 2022-09-28(12:14:56 +0000)
### Fixes
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): [USP][LCM] InstallDU called from the backend failed; Calling Device.SoftwareModules.InstallDU fails as well (but not SoftwareModules.InstallDU)
### Changes
- [amxrt](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt): Auto detect usp sockets
## Release v7.4.0 - 2022-09-22(12:11:44 +0000)
### New
- [libamxa](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa): Add public function to check if getting a parameter is allowed
### Fixes
- [amx-fcgi](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-fcgi): Issue: HOP-1897- [UI] UI broken on WNC config
- [libamxb](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb): Asynchonous call on local deferred function does not fill retval
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): GSDM should return read-only attribute for key parameters
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): It mustbe possible to define empty object or empty array in config section
- [amxrt](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt): [USP] Location of odl save files needs to change
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [USP] Add requests with search paths will be allowed
- [mod-ba-cli](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli): [USP] Add requests with search paths will be allowed
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): libamxo build failed because when_true_status() macro is redefined.
## Release v7.3.7 - 2022-09-06(11:13:34 +0000)
### Fixes
- [libamxj](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxj): Due to change in libamxc a unit test is failing
## Release v7.3.6 - 2022-08-30(13:43:48 +0000)
### Fixes
- [libamxb](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb): Performing an amxb_async_call on a local deferred data model method doesn't return correctly
- [libamxb](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb): [AMX] Allow back-ends to modify their config section
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): amxc_string_t does not handle empty strings properly
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [amx] custom param read handler called more often than expected
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): amx gmap-client modules do not wait for "requires"
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): [amx] custom param read handler called more often than expected
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): [AMX] Allow back-ends to modify their config section
### Changes
- [mod-ba-cli](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli): Set config variant before connecting to back-end
## Release v7.3.5 - 2022-08-19(08:06:00 +0000)
### Fixes
- [amx-fcgi](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amx-fcgi): Issue: Unit tests for send-events are failing
- [libamxb](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb): [USP] MQTT IMTP connection cannot handle bus requests
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): allow_partial is not set as an input argument for the set operation
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): It must be possible to extend composite config options
### Changes
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): amxc_string_split_to_llist not splitting text with newline sperator.
- [libamxo](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo): [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling
- [libamxp](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp): [GL-B1300] Various components failing to open Service in firewall due to high load and multiple interface toggling
- [amxrt](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxrt): amxrt fails to create folder
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [amx] certain NumberOfEntries fields not updated
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): [Ambiorix] Unit tests for amxb_ubus report memory leak
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -53,6 +53,9 @@ define Build/InstallDev
endef
definePackage/$(PKG_NAME)/install
if[-d./files];then\
$(CP)./files/*$(1)/;\
fi
$(CP)$(PKG_INSTALL_DIR)/*$(1)/
endef
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.