Skip to content

Commit

Permalink
Merge pull request #87 from vladimir-v-diaz/bump_version_0.10.9
Browse files Browse the repository at this point in the history
Bump version to  0.10.9
  • Loading branch information
vladimir-v-diaz authored Jan 18, 2018
2 parents 0a5f70b + f1fe8b6 commit 07bf160
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## securesystemslib v0.10.9

* Add `debian` directory (and files) that can be used to package a .deb file.

* Modify functions that generate or import keys so that the key file's path is
shown if the function prompts for a password.

* Add colorama dependency. It is used to colorize some of the prompts.

* Update dependencies to their latest version.

* Support KEYID filenames for generated key files. KEYID filenames are used
if a filename is not specified.

* Minor edits to comments, indentation, whitespace, etc.

* Modify generate_rsa_key() so that leading and trailing newline characters
are stripped before generating the KEYID. This is done so that the
KEYID generated from imported keys match. Imported PEM keys are
stripped of any leading and trailing newline characters before the KEYID is
generated.

## securesystemslib v0.10.8

* Drop support for Python 2.6 and 3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name = 'securesystemslib',
version = '0.10.8',
version = '0.10.9',
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
long_description = long_description,
author = 'https://www.updateframework.com',
Expand Down

0 comments on commit 07bf160

Please sign in to comment.