Re: [dpdk-users] Resolved Issues per release

2020-08-12 Thread Thomas Monjalon
12/08/2020 15:32, Jim Holland (jimholla):
> The release notes at https://doc.dpdk.org/guides-20.02/rel_notes/index.html 
> don't list the resolved issues/bugs. Is there a way to find what bugs are 
> resolved for each dpdk release?

When looking at the git history,
every commit fixing a bug should contain a line starting with "Fixes:"
identifying the root cause.

Catching such commits will give you all details of bugs fixed.




[dpdk-users] Resolved Issues per release

2020-08-12 Thread Jim Holland (jimholla)
The release notes at https://doc.dpdk.org/guides-20.02/rel_notes/index.html 
don't list the resolved issues/bugs. Is there a way to find what bugs are 
resolved for each dpdk release?

Thanks...Jim