~ubuntu-branches/debian/wheezy/sip4-qt3/wheezy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-04-05 20:52:40 UTC
  • mfrom: (2.1.26 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090405205240-70z4i9r33o496pr7
Tags: 4.7.9-2
* Upload to unstable as the package is needed for KDE4.
* Adding myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
v4.7.9 17th November 2008
 
2
  - A bug fix release.
 
3
 
 
4
v4.7.8 8th November 2008
 
5
  - Added the /Deprecated/ class and function annotation (based on a patch from
 
6
    Lorenzo Berni).
 
7
  - Templates now support instance variables and enums.
 
8
  - A Python int object can now be used whenever an enum is expected without
 
9
    needing to explicitly cast it using the enum's constructor.  The
 
10
    /Constrained/ argument annotation can be used to suppress this behaviour.
 
11
  - typedef type names are now used in string representations of types (e.g. in
 
12
    the names of mapped types) to reflect what the programmer sees rather than
 
13
    what the compiler sees.  The /NoTypeName/ typedef annotation can be used to
 
14
    suppress this behaviour.
 
15
 
 
16
v4.7.7 8th August 2008
 
17
  - C++ structs are now properly handled as a class with a default public
 
18
    section.
 
19
  - sip.dump() now includes the object's first child wrapper.
 
20
 
1
21
v4.7.6 20th May 2008
2
22
  - Added the -s flag to configure.py to specify the SDK directory to use when
3
23
    building universal binaries on MacOS/X.