summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
blob: ff5ca9918843bff054cc1acbf13d938217ae6ff2 (plain)
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
#########
Changelog
#########

******
v4.0.0
******

- Dropped support for Python 2.7 and 3.4
- Added support for Python 3.7, 3.8, and 3.9
- Removed unused exc.MemoryManagerError and exc.RegionCollectionError

******
v3.0.5
******

- Restored Python 2 support removed in v3.0.2
- Changed release signature key to 27C50E7F590947D7273A741E85194C08421980C9.
  See https://keybase.io/byronbates for proof of ownership.

******
v3.0.4
******

- Signed release (with correct key this time)

******
v3.0.2
******

- Signed release
- Switched to GitHub Actions for CI

******
v3.0.1
******
- Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package
  (`#44 <https://github.com/gitpython-developers/smmap/issues/44>`_)
- Fixed setup.py ``long_description`` rendering
  (`#40 <https://github.com/gitpython-developers/smmap/pull/40>`_)

**********
v0.9.0
**********
- Fixed issue with resources never being freed as mmaps were never closed.
- Client counting is now done manually, instead of relying on pyton's reference count

**********
v0.8.5
**********
- Fixed Python 3.0-3.3 regression, which also causes smmap to become about 3 times slower depending on the code path. It's related to this bug (http://bugs.python.org/issue15958), which was fixed in python 3.4

**********
v0.8.4
**********
- Fixed Python 3 performance regression

**********
v0.8.3
**********
- Cleaned up code and assured it works sufficiently well with python 3

**********
v0.8.1
**********
- A single bugfix

**********
v0.8.0 
**********

- Initial Release