14
0

- update to 1.2.1

- Fixed segfault after ``os.environ.clear()`` (issue #88).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=44
This commit is contained in:
2020-12-19 10:03:54 +00:00
committed by Git OBS Bridge
parent 63ac8c4ec4
commit 52fb5152e1
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 19 10:02:40 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1
- Fixed segfault after ``os.environ.clear()`` (issue #88).
-------------------------------------------------------------------
Fri Dec 4 01:17:03 UTC 2020 - Benjamin Greiner <code@bnavigator.de>