Skip to content

Commit

Permalink
v0.0.7-sancus
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Jun 16, 2023
1 parent c3d15db commit c3de081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.0.7-sancus
- use nghttp2 library to decompress HTTP2 headers
- this is a specific release for Sancus research project

# Version 0.0.7
- HTTP2 mutation and forwarding packets

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MMT_DPI_DIR := $(MMT_BASE)/dpi

#get git version abbrev
GIT_VERSION := $(shell git log --format="%h" -n 1)
VERSION := 0.0.7
VERSION := 0.0.7-sancus

CACHE_LINESIZE := 64 #$(shell getconf LEVEL1_DCACHE_LINESIZE)

Expand Down

0 comments on commit c3de081

Please sign in to comment.