summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-02-22 16:35:13 +0000
committerSimon McVittie <smcv@debian.org>2016-02-22 16:35:13 +0000
commit261f510ec0196f3f3c55c4ac7c4bedc879bdd8f3 (patch)
tree77e67c5295c3d71562682cff065191b708ac67b4 /NEWS
parent7fd4c59f906cec2d6b87fde795a72499314273ee (diff)
downloaddbus-python-261f510ec0196f3f3c55c4ac7c4bedc879bdd8f3.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba376e3..d0d73ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus Python Bindings 1.2.2 (UNRELEASED)
+D-Bus Python Bindings 1.2.2 (2016-02-22)
========================================
+The “mind fray” release.
+
Versioning changes:
• dbus-python releases now have an even micro version (1.2.0, 1.2.2),
@@ -12,6 +14,46 @@ Dependencies:
macros from the GNU Autoconf Archive, for example the autoconf-archive
package in Debian or Fedora derivatives.
+• Building from git (but not from tarballs) now requires Automake 1.13
+ or later.
+
+• The automated tests and some examples now require PyGI (the gi module),
+ not PyGObject 2 (the deprecated glib and gobject modules).
+
+Enhancements:
+
+• There is now a setuptools setup.py, allowing dbus-python to be installed
+ into a virtualenv using pip from a standard Automake source release. This
+ requires pre-existing system-wide installations of the normal build
+ dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has
+ some limitations. For system-wide installations and development,
+ please use the Autoconf/Automake build system directly.
+ (fd.o #55439; Simon McVittie)
+
+• dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS
+ (Simon McVittie)
+
+• The automated tests can now be installed as GNOME-style "installed tests",
+ and should be somewhat more reliable (Simon McVittie)
+
+Fixes:
+
+• "from dbus.service import *" now imports FallbackObject
+ (fd.o #85720; Ben Longbons)
+
+• The GConf-related examples work again (fd.o #85720; Ben Longbons)
+
+• Consistently make examples executable, and install them all
+ (fd.o #85720; Ben Longbons)
+
+• Search PATH for an appropriately-versioned pythonX.Y-config, or as a last
+ resort python-config, if there isn't a ${PYTHON}-config in the
+ same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu)
+
+• Add support for the Automake 1.13 parallel test driver (Simon McVittie)
+
+• Skip building API documentation if "import epydoc" fails (Simon McVittie)
+
D-Bus Python Bindings 1.2.0 (2013-05-07)
========================================