diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-07 16:01:06 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-07 16:01:06 +0100 |
| commit | 70fae1f98bb7d44b58d94a183e9eb8b590bc23bf (patch) | |
| tree | 4b973d0b55840721f233f76a6bf5a60b2786011e /doc | |
| parent | e0b0becd97afb9b7ac434c5fabdadd20070d643d (diff) | |
| download | smmap-70fae1f98bb7d44b58d94a183e9eb8b590bc23bf.tar.gz | |
Initial attempt to fix resource usage
Reference counting is now done manually, but it seems that things can
still go wrong at least during testing
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index ec42369..f9f3287 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,6 +3,12 @@ Changelog ######### ********** +v0.8.6 +********** +- 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 |
