Skip to content

Commit

Permalink
Merge pull request #218 from pengjianzhang/main
Browse files Browse the repository at this point in the history
changelog 1.4.0
  • Loading branch information
pengjianzhang authored Dec 14, 2022
2 parents 16090de + beef2a4 commit 99594e9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v1.4.0 - 2022-12-14
### Added

- support dpdk-22.11

thanks ykzj

- support LoongArch

thanks choumin

- payload random

thanks uname-v

### Fixed

- crash at tcp reply reset

- vlan check

thanks owenstake
- crash by kni_broadcast()

thanks sheva7777

## v1.3.0 - 2022-09-01
### Added

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#ifndef __VERSION_H
#define __VERSION_H

#define VERSION "1.3.0"
#define VERSION "1.4.0"

#endif

0 comments on commit 99594e9

Please sign in to comment.