Skip to content

Commit 6f0d9f3

Browse files
authored
Merge pull request #426 from lukpueh/bump_version_0.24.0
Prepare v0.24.0 release
2 parents 42147b4 + 33b5d46 commit 6f0d9f3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## securesystemslib v0.24.0
3+
4+
### Added
5+
* GPGSigner to support gpg signing via Signer interface (#341, #419)
6+
7+
### Changed
8+
* Use max salt lengths in RSA PSS signature creation & automatically verify previous/new
9+
sigs (#422)
10+
* Speed up canonical json encoding (#410)
11+
* Bumped dependencies: cffi (#415), colorama (#413), cryptography (#405, #406, #414,
12+
#417, #424, #425), ed25519 (#412)
13+
* Changed Debian packaging metadata (#392)
14+
15+
### Fixed
16+
* Minor test fixes (#403, #420)
17+
218

319
## securesystemslib v0.23.0
420

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.23.0',
71+
version = '0.24.0',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
license = 'MIT',

0 commit comments

Comments
 (0)