File: ChangeLog.md

package info (click to toggle)
haskell-tls-session-manager 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 68 kB
  • sloc: haskell: 216; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ChangeLog for tls-session-manager

## 0.0.8

* Removing "basement".

## 0.0.7

* Naming threads.

## 0.0.6

* Preparing for tls v2.1.

## 0.0.5

* Supporting "tls" v2.0.0.

## 0.0.4

* Supporting "tls" v1.5.3.

## 0.0.3

* Adding Strict and StrictData pragma

## 0.0.2.1

* Supporting "tls" v1.5.0.

## 0.0.2.0

* Using ShortByteString internally to avoid ByteString's fragmentation.
* The default value of dbMaxSize is now 1,000.

## 0.0.1.0

* Supporting sessionResumeOnlyOnce.

## 0.0.0.0
* A first release.