diff options
| author | Simon McVittie <smcv@collabora.com> | 2019-11-25 19:09:35 +0000 |
|---|---|---|
| committer | Simon McVittie <smcv@collabora.com> | 2019-11-25 19:09:35 +0000 |
| commit | 5b66a58b435f32ec72222d839fa24566b76cc9a2 (patch) | |
| tree | 66130121d276b3a6a049994a3031ff90f5085ac1 /NEWS | |
| parent | 355c64072612596a8c8895da5509ec257d801a33 (diff) | |
| download | dbus-python-1.2.14.tar.gz | |
1.2.14dbus-python-1.2.14
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,7 +1,18 @@ -dbus Python Bindings 1.2.14 (UNRELEASED) +dbus Python Bindings 1.2.14 (2019-11-25) ======================================== -... +The “don't stand in the fire” release. + +Fixes: + +• Ensure that the numeric types from dbus.types get the same str() + under Python 3.8 that they did under previous versions. Previously, + Python 3.8 used their repr() for the str(), which was not intended. + (dbus-python#31; matclab, Simon McVittie) + +• Disable -Winline (Simon McVittie) + +• Add Python 3.8 to CI (Simon McVittie) dbus Python Bindings 1.2.12 (2019-09-12) ======================================== |
