File: ChangeLog

package info (click to toggle)
python-wsaccel 0.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 370; makefile: 41; ansic: 16
file content (34 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
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
0.6.3
=====
* Support Python 3.10

0.6.2
=====
* Fix memory leak (#8)

0.6
===
* Fix XorMasker (Thanks @oberstet)

0.5
===
* Support Tornado

0.4
===
* Fix Utf8Validator can't validate bytes>=128
* Accelerate ws4py's masking.

0.3
===
* Fix patch_*() doesn't work.
* Add Cython version of XorMasker for Autobahn.

0.2
===
* Rename pacakge from cutf8validator to wsaccel.
* Fix install from pypi.

0.1
===
* First release.