Skip to content

Commit 70163fb

Browse files
0.26.8 release
1 parent a0fdbba commit 70163fb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# changelog
22

33

4+
## 0.26.8
5+
6+
- Fixed bug where an HTTP(S) CRL URI appearing next to
7+
an LDAP one as part of the same DP entry would not
8+
always be picked up.
9+
- Dramatically improved processing speed for large CRLs.
10+
411
## 0.26.7
512

613
- No functional changes.

pyhanko_certvalidator/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
22

33

4-
__version__ = '0.26.8.dev1'
5-
__version_info__ = (0, 26, 8, 'dev1')
4+
__version__ = '0.26.8'
5+
__version_info__ = (0, 26, 8)

0 commit comments

Comments
 (0)