diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /NEWS | |
parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip |
Fix retquire
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,7 +25,7 @@ v3.17.2 25th April 2007 - A minor bug fix release for a regression in v3.17.1. v3.17.1 10th April 2007 - - This version retquires SIP v4.6 (or later). + - This version requires SIP v4.6 (or later). - Changes to ensure compatibility with future SIP releases. v3.17 4th November 2006 @@ -36,7 +36,7 @@ v3.17 4th November 2006 - Updated the TQScintilla bindings for v1.17. v3.16 24th March 2006 - - This version retquires SIP v4.4 (or later). + - This version requires SIP v4.4 (or later). - PyTQt3 can be installed alongside PyTQt4. - Concatenating Python strings and TQStrings is now supported. - TQString now supports the * and *= operators that behave as they do for @@ -64,7 +64,7 @@ v3.15.1 14th November 2005 default it is recreated). v3.15 30th August 2005 - - This version retquires SIP v4.3 (or later). + - This version requires SIP v4.3 (or later). - Added registerWeakActiveObject() and revokeActiveObject() to TQAxBase. - Added the missing TQString + operator. - PyTQt classes now support Python's cyclic garbage collector. @@ -83,7 +83,7 @@ v3.14.1 6th March 2005 - A minor bug fix release. v3.14 19th February 2005 - - This version retquires SIP v4.2 (or later) or SIP v3.12 (or later). + - This version requires SIP v4.2 (or later) or SIP v3.12 (or later). - Added the qInstallMsgHandler() function. - Added support for TQScintilla v1.5. - Added support for the VendorID package. @@ -114,7 +114,7 @@ v3.10 16th January 2004 TQHttpResponseHeader, TQLocalFs classes. v3.9 7th December 2003 - - This version retquires SIP v3.9 (or later) or SIP v4.0rc1 (or later). + - This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later). - TQLayoutIterator.next() is now documented. - Added the TQImageIO and TQListViewItemIterator classes. - Added the TQDockArea << and >> operators. @@ -260,12 +260,12 @@ v3.1 23rd March 2002 and TQImage.setText() methods. - Added support for TQt/Embedded on the Sharp Zaurus. - Added the start of the qtpe (TQt Palmtop Environment) module. - - Changes retquired for TQt v3.0.1 and v3.0.2. + - Changes required for TQt v3.0.1 and v3.0.2. - configure now allows the location of zlib to be specified. - configure now allows the directory to where the Python modules are installed to be specified. - configure now searches for TQt v3.0.1, v3.0.2 and v3.0.3. - - Changes retquired by the latest SIP. + - Changes required by the latest SIP. - Added the dragdrop example from Issac Trotts. - Added /ReleaseLock/ to everything that might block. - Upgraded to autoconf-2.53 and automake-1.6. |