Skip to content

Commit

Permalink
Update CHANGELOG.md with 2019.09.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Tallon committed Dec 18, 2018
1 parent 6cbcd8b commit 012c293
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/program/lwaftr/doc/CHANGELOG.md
@@ -1,5 +1,30 @@
# Change Log

## [2018.09.02]

### Bug fixes

* Fixes compiling on GCC 8.1 relating to unsafe usage of `strncpy`.

https://github.com/Igalia/snabb/pull/1193

* Fix bug where the next-hop counter reported an incorrect value. The
ARP and NDP apps should now report the next-hop mac address when
resolved.

https://github.com/Igalia/snabb/pull/1204

* Fix bug in with ctables that caused a TABOV (table overflow) error.

https://github.com/Igalia/snabb/pull/1200

* Fix a bug where the kernel could overwrite some of our memory
due to giving an incorrect size being given in `get_mempolicy`. This
could have caused a crash in certain situations. We're now
allocating a mask of the correct size.

https://github.com/Igalia/snabb/pull/1198

## [2018.09.01]

### Features
Expand Down

0 comments on commit 012c293

Please sign in to comment.