Skip to content

Commit

Permalink
Update version string and CHANGELOG.md for 1.1.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
  • Loading branch information
flihp committed Aug 25, 2017
1 parent 1595215 commit c2ccda9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project are documented in this file.

The format is based on [Keep a CHANGELOG](http://keepachangelog.com/)

## Unreleased
## 1.1.1 - 2017-08-25
### Added
- Systemd 'preset' file and corresponding options to the configure script.
- Option to configure script to allow the addition of a string prefix to
the udev rules file name.
### Changed
- Replace use of sigaction with g_unix_signal_* stuff from glib.
- Rewrite of INSTALL.md including info on custom configure script options.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([tpm2-abrmd],
[1.1.1_rc1],
[1.1.1],
[https://github.com/01org/tpm2-abrmd/issues],
[],
[https://github.com/01org/tpm2-abrmd])
Expand Down

0 comments on commit c2ccda9

Please sign in to comment.