File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- tlslite-ng version 0.8.0-beta6 (2024-11-27 )
1
+ tlslite-ng version 0.8.0 (2024-12-17 )
2
2
3
3
[ ![ Build Status] ( https://github.com/tlsfuzzer/tlslite-ng/workflows/GitHub%20CI/badge.svg?branch=master )] ( https://github.com/tlsfuzzer/tlslite-ng/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster )
4
4
[ ![ Read the Docs] ( https://img.shields.io/readthedocs/tlslite-ng )] ( https://tlslite-ng.readthedocs.io/en/latest/ )
@@ -582,7 +582,7 @@ TLSAsyncioDispatcherMixIn.py.
582
582
11 History
583
583
===========
584
584
585
- 0.8.0 - wip
585
+ 0.8.0 - 2024-12-17
586
586
* DEPRECATION NOTICE: camelCase method and argument names are considered now
587
587
deprecated, ones that use underscore_separator are now the primary ones
588
588
(the procedure to support it is not yet finished, but any new code must
@@ -717,6 +717,7 @@ TLSAsyncioDispatcherMixIn.py.
717
717
be installed.
718
718
* support for setting a list of supported key exchange groups in the
719
719
`tls.py server`
720
+ * support for ec_point_format extension (Ganna Starovoytova)
720
721
721
722
0.7.0 - 2017-07-31
722
723
Original file line number Diff line number Diff line change 34
34
# The short X.Y version.
35
35
version = u'0.8'
36
36
# The full version, including alpha/beta/rc tags.
37
- release = u'0.8.0-beta6 '
37
+ release = u'0.8.0'
38
38
39
39
40
40
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11
11
README = f .read ()
12
12
13
13
setup (name = "tlslite-ng" ,
14
- version = "0.8.0-beta6 " ,
14
+ version = "0.8.0" ,
15
15
author = "Alicja Kario" ,
16
16
17
17
url = "https://github.com/tlsfuzzer/tlslite-ng" ,
Original file line number Diff line number Diff line change 4
4
#
5
5
# See the LICENSE file for legal information regarding use of this file.
6
6
7
- __version__ = "0.8.0-beta6 "
7
+ __version__ = "0.8.0"
8
8
# the whole module is about importing most commonly used methods, for use
9
9
# by other applications
10
10
# pylint: disable=unused-import
You can’t perform that action at this time.
0 commit comments