Skip to content

Commit

Permalink
Bump version number, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Blichmann <[email protected]>
  • Loading branch information
cblichmann committed Sep 9, 2017
1 parent 695c2e3 commit c46f087
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
this_dir := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))

# Source meta
version = 0.1
version = 0.2
source_only_tgz = ../pawn_$(version).orig.tar.xz

# Directory with build artifacts. Should not contain spaces.
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pawn (0.2-1) unstable; urgency=medium

* Detect integrated IO on Broadwell
* Show actual value of SMM_BWP for PCH chipsets
* Show notice about IO_STRICT_DEVMEM kernel config

-- Christian Blichmann (Secure Email 2017/2018) <[email protected]> Sat, 09 Sep 2017 09:54:41 +0200

pawn (0.1-1) unstable; urgency=medium

* Initial release.
Expand Down

0 comments on commit c46f087

Please sign in to comment.