2007-12-13 19:23:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 13 14:53:20 CET 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.3:
|
|
|
|
* Added support for automatically generating missing complementary
|
|
|
|
comparision operators. Note that this introduces a potential compatibility
|
|
|
|
problem - see the documentation for details.
|
|
|
|
* Added the SingleShot argument annotation.
|
|
|
|
* Added the TransferThis function annotation.
|
|
|
|
|
2007-10-02 23:09:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 1 10:10:30 CEST 2007 - stbinner@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.1: minor bugfixes
|
|
|
|
|
2007-08-17 17:00:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 17 15:53:13 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- remove conflict as it is now common base for qt 3.x
|
|
|
|
and qt 4.x (#300041)
|
|
|
|
|
2007-08-12 22:18:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 13:32:48 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- %py_requires no longer has buildrequires
|
|
|
|
|
2007-08-12 09:44:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 11 19:35:11 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add conflict against python-qt 3.x versions
|
|
|
|
|
2007-08-02 22:58:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 3 00:23:12 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7:
|
|
|
|
* Added %PickleCode to allow handwritten code to pickle a wrapped C++
|
|
|
|
instance or C structure.
|
|
|
|
* Added %CompositeModule to create modules that are composites of ordinary
|
|
|
|
modules.
|
|
|
|
* Added %ConsolidatedModule (and the -p command line option) to create
|
|
|
|
modules that contain all the wrapper code on behalf of ordinary modules.
|
|
|
|
* Added the dump() function to the sip module.
|
|
|
|
* Added sipTransferBreak() to the SIP API.
|
|
|
|
* Added support for /Transfer/ as a function annotation.
|
|
|
|
|
2007-04-12 16:15:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 12:05:27 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.6:
|
|
|
|
* Added support for wchar_t.
|
|
|
|
* The -g command line option releases the GIL whenever a call is made to the
|
|
|
|
* wrapped library.
|
|
|
|
* Added the /HoldGIL/ annotation to explicitly retain the GIL when calling a
|
|
|
|
particular function in the wrapped library.
|
|
|
|
* Added sipFindClass() and sipFindNamedEnum() to the public API.
|
|
|
|
*/TransferThis/ may be specified more than once.
|
|
|
|
* Added support for __truediv__ and __itruediv__.
|
|
|
|
|
2007-03-14 11:37:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 26 17:39:25 CET 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- Initial package (4.5.2)
|
|
|
|
|