Skip to content

Commit

Permalink
accel-config: release 4.1.4
Browse files Browse the repository at this point in the history
Changes:
  Ramesh Thomas:
  - Fix a bug while reading json objects
  - Do not save traffic class attributes
  - Handle cmd_status initialization failure without exiting
  - Remove SET_ERR macro which is error prone
  Jerry Snitselaar:
  Ramesh Thomas:
  - Skip check for ats_disable if attribute absent
  Rex Zhang:
  - Add parameter for specifying dev and wq
  - Fix bug about checking result of decompression

Signed-off-by: Ramesh Thomas <[email protected]>
  • Loading branch information
ramesh-thomas committed Dec 8, 2023
1 parent 2d8363f commit e6673a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
accel-config (4.1.4-1) unstable; urgency=medium

* [ Ramesh Thomas ]
* Fix a bug while reading json objects
* Do not save traffic class attributes
* Handle cmd_status initialization failure without exiting
* Remove SET_ERR macro which is error prone
* Skip check for ats_disable if attribute absent
* [ Rex Zhang ]
* Add parameter for specifying dev and wq
* Fix bug about checking result of decompression

-- Ramesh Thomas <[email protected]> Fri, 08 Dec 2023 14:25:17 -0500

accel-config (4.1.3-1) unstable; urgency=medium

* [ California Sullivan ]
Expand Down
2 changes: 1 addition & 1 deletion git-version
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dirty() {
fi
}

DEF_VER=4.1.3
DEF_VER=4.1.4

LF='
'
Expand Down

0 comments on commit e6673a1

Please sign in to comment.