2019-08-12 05:25:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 12 05:24:44 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
|
|
|
|
|
|
|
|
|
- Update to v0.97
|
|
|
|
|
* Fix a missed GIL unlock sequence.
|
|
|
|
|
* Fix argv check in JEP (cpython under Java) environment.
|
|
|
|
|
|
2019-07-24 13:55:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 24 13:54:02 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
|
|
|
|
|
|
|
|
|
- Update to v0.96
|
|
|
|
|
* Doc updates.
|
|
|
|
|
* More removal of code for now-unsupported Python versions.
|
|
|
|
|
* Only preload the value with the GIL unlocked when the value is
|
|
|
|
|
actually requested. This significantly improves read
|
|
|
|
|
performance to retrieve keys with large values when the value
|
|
|
|
|
isn't retrieved.
|
|
|
|
|
|
2019-06-09 01:43:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 9 01:40:08 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
|
|
|
|
|
|
|
|
|
- Update to v0.95
|
|
|
|
|
* Handling of the Environment(create=True) flag was improved.
|
|
|
|
|
* Database names may be reused after they are dropped on CFFI,
|
|
|
|
|
without reopening the environment.
|
|
|
|
|
|
2018-05-21 19:13:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 21 17:37:59 UTC 2018 - 9+suse@cirno.systems
|
|
|
|
|
|
|
|
|
|
- Update to v0.94
|
|
|
|
|
* CPython argument parsing now matches the behaviour of CFFI,
|
|
|
|
|
and most sane Python APIs: a bool parameter is considered
|
|
|
|
|
to be true if it is any truthy value, not just if it is
|
|
|
|
|
exactly True.
|
|
|
|
|
* Fixed several 2.7/3 bugs in command line tool.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 21 16:25:54 UTC 2018 - 9+suse@cirno.systems
|
|
|
|
|
|
|
|
|
|
- Use system liblmdb
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 11 10:08:42 UTC 2017 - 9@cirno.systems
|
|
|
|
|
|
|
|
|
|
- Add doc files
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 4 09:41:00 UTC 2017 - 9@cirno.systems
|
|
|
|
|
|
|
|
|
|
- Init package, v0.93
|