aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-16 10:09:04 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-16 10:09:04 +0200
commit36d8fa48839144e6a57b787d3f42e7a68f8fd0f0 (patch)
tree5b7a60cbeb011e77e500fb6f30c8e797fe6157dc /CHANGES.rst
parentb82bcd4598024359152723511a97db77b8e0c718 (diff)
Bump PySide modules to version 1.2.11.2.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ac00dc0b5..acc58b298 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-1.2.1 (2013-07-??)
+1.2.1 (2013-08-16)
------------------
Major changes
@@ -10,15 +10,20 @@ Major changes
PySide
******
+- In memory qt.conf generation and registration
+
Shiboken
********
+- Better support for more than 9 arguments to methods
+- Avoiding a segfault when getting the .name attribute on an enum value with no name
+
PySide-setup
************
+- Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase
- Support for building windows binaries with only Windows SDK installed (Visual Studio is no more required)
- Removed --msvc-version option. Required msvc compiler version is now resolved from python interpreter version
-- Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase.
1.2.0 (2013-07-02)
------------------