summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-11-25 19:09:35 +0000
committerSimon McVittie <smcv@collabora.com>2019-11-25 19:09:35 +0000
commit5b66a58b435f32ec72222d839fa24566b76cc9a2 (patch)
tree66130121d276b3a6a049994a3031ff90f5085ac1
parent355c64072612596a8c8895da5509ec257d801a33 (diff)
downloaddbus-python-1.2.14.tar.gz
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d8bc272..4791e52 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
========================================
diff --git a/configure.ac b/configure.ac
index 8149579..7af706e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl The dbus-python version number
m4_define(dbus_python_major_version, 1)
m4_define(dbus_python_minor_version, 2)
dnl Micro version is odd for non-releases
-m4_define(dbus_python_micro_version, 13)
+m4_define(dbus_python_micro_version, 14)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,