- update to 4.14.7:

- The internal API version is increased to 10.0 requiring the regeneration of
    all modules.
  - Added the /Sequence/ function annotation.
  - %ConvertFromTypeCode can now be specified for classes.
  - Added sipEnableAutoconversion() to the C API.
  - Added sipSetDestroyOnExit() to the C API.
  - Bug fixes.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=98
This commit is contained in:
2013-06-19 07:21:24 +00:00
committed by Git OBS Bridge
parent a53e1d5d0a
commit 2ddbdf4b94
5 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 19 07:19:09 UTC 2013 - dmueller@suse.com
- update to 4.14.7:
- The internal API version is increased to 10.0 requiring the regeneration of
all modules.
- Added the /Sequence/ function annotation.
- %ConvertFromTypeCode can now be specified for classes.
- Added sipEnableAutoconversion() to the C API.
- Added sipSetDestroyOnExit() to the C API.
- Bug fixes.
-------------------------------------------------------------------
Mon Apr 22 11:35:07 UTC 2013 - dmueller@suse.com