summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-04 19:49:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-04 19:49:13 +0100
commite8a507570e12778a0f325786fcf9f5f768019118 (patch)
tree6f870bfbec66f1dccbd1c29862be1e52cbd51883
parentf3199102a68c72460fd0a025ab966557a0996223 (diff)
downloaddbus-python-e8a507570e12778a0f325786fcf9f5f768019118.tar.gz
NEWS
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ab62bf..3a225eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+D-Bus Python Bindings 1.1.2 (UNRELEASED)
+========================================
+
+The "compile like it's 1998" release.
+
+• Avoid variable-length arrays, because MSVC++ is still stuck in 1998
+ (based on patches from Christoph Höger, fd.o #51725)
+
+• Remove unnecessary uses of stdint.h (fd.o #51725)
+
+• Add support for Unix compilers not supporting 'inline', for completeness
+
D-Bus Python Bindings 1.1.1 (2012-06-25)
========================================
@@ -5,7 +17,7 @@ The "Lemonade Sky" release.
Dependencies:
-* libdbus 1.6 or later is now recommended. It is not strictly required yet.
+• libdbus 1.6 or later is now recommended. It is not strictly required yet.
Fixes: