File: ChangeLog

package info (click to toggle)
qpack 0.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: ansic: 1,129; python: 425; makefile: 3
file content (73 lines) | stat: -rw-r--r-- 1,576 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2020.11.11, Version 0.0.19

  * Use String internal for keys in a map (pr #3).

2019.09.11, Version 0.0.18

  * Added `ignore_decode_errors` keyword argument to unpackb().

2017.08.16, Version 0.0.17

  * Fixed C99 compile errors and warnings.

2017.08.14, Version 0.0.16

  * raise TypeError when trying to pack an unsupported type.
    (issue #2, reported by @pumelo)

2017.03.08, Version 0.0.15 (BETA)

  * Fixed unpacking negative integers using Python2.

  * Replaced adding double value with a memcpy.

2017.03.08, Version 0.0.14 (BETA)

  * Fixed checking bytes size.

2017.02.07, Version 0.0.13 (BETA)

  * Fixed bug in unpacking maps.

2016.10.19, Version 0.0.12 (BETA)

  * Fixed Python2 bugs in fallback.py
  * Strict C99
  * Fixed minor bugs for compiling on Windows platform

2016.10.18, Version 0.0.11 (BETA)

  * Removed fallback print line
  * Removed inttypes.h dependency
  * No declarations in for-loop

2016.10.17, Version 0.0.10 (BETA)

  * Removed p3c dependency

2016.10.14, Version 0.0.9 (BETA)

  * Fixed unicode bug (C-module Python2 only)

2016.10.13, Version 0.0.8 (BETA)

  * Fixed compile bug (C-module Python2)

2016.10.13, Version 0.0.7 (BETA)

  * Fixed Latin-1 decoding (C-module Python2)

2016.10.13, Version 0.0.6 (BETA)

  * Added C module for Python 2 support

2016.10.03, Version 0.0.5 (BETA)

  * Support for Byte-Array in unpack() method.
  * Fixed bug in installing this package using pip.
  * Added C module (Only Python3 support)

2016.10.02, Version 0.0.2 (BETA)

  * Added support for hooks.
  * Fixed Python 2 Compatibility bug.