~ubuntu-branches/ubuntu/trusty/libavg/trusty-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): OXullo Intersecans
  • Date: 2011-12-06 22:44:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111206224456-qc7250z3ya1vi8s9
Tags: 1.7.0-0ubuntu1
* New upstream release (LP: #899183)
* Remove patches 0002-libav-0.7.patch, 0003-fglrx-segfault-on-startup.patch
  now merged to upstream
* Remove unnecessary .la files
* Update debian/watch file
* Fix debian/copyright dep-5 compliancy
* Update standards to version 3.9.2
* Add man pages for avg_checktouch, avg_checkvsync, avg_showsvg
* Minor debian/rules enhancement
* Add librsvg2-dev, libgdk-pixbuf2.0-dev to Build-Depends
* Proper transition to dh_python2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libavg 1.5.4 - February 28, 2011 (Linux only)
2
 
 
3
 
  svn revision 5644, branches/release1.5.x
4
 
 
5
 
  XInput 2.1 updates/fixes.
 
1
libavg 1.7.0 - Oct 29, 2011
 
2
 
 
3
  svn revision 6888, branch release1.7.x
 
4
 
 
5
  Bugfixes
 
6
 
 
7
libavg 1.7.0.pre1 - Oct 29, 2011
 
8
 
 
9
  svn revision 6871
 
10
 
 
11
  Major New Features:
 
12
    * Expanded effects support: New HueSatFXNode and InvertFXNode by Richard Klemm, major
 
13
      speed improvements.
 
14
    * Polished multitouch gesture support.
 
15
    * New Contact class that delivers per-touch data, per-touch callbacks that make
 
16
      event handling a lot easier.
 
17
    * SVG support.
 
18
    * New BitmapManager that allows loading of bitmaps in a background thread (OXullo
 
19
      Intersecans).
 
20
 
 
21
  Other Changes:
 
22
    * Lots of performance optimizations.
 
23
    * Linux ATI graphics are supported now.
 
24
    * Major speed improvements to VideoWriter. Saving full HD videos is not a problem
 
25
      anymore and costs little performance for the main rendering thread.
 
26
    * Callbacks don't hold references to python objects anymore - this should make
 
27
      freeing nodes a lot easier.
 
28
    * New StateMachine class.
 
29
    * Added Player.getPixelsPerMM(), getPhysicalScreenDimensions(), assumePixelsPerMM()
 
30
    * Added touch feedback class.
 
31
 
 
32
libavg 1.6.0 - May 29, 2011
 
33
 
 
34
  svn revision 6022, branch release1.6.x
 
35
 
 
36
  Bugfix release
 
37
 
 
38
libavg 1.6.0.pre2 - May 27, 2011
 
39
 
 
40
  svn revision 6018, branch release1.6.x
 
41
 
 
42
  Bugfix release
 
43
 
 
44
libavg 1.6.0.pre1 - May 20, 2011
 
45
 
 
46
  svn revision 5974
 
47
 
 
48
  Major New Features:
 
49
    * New Sphinx-based reference.
 
50
    * Unified multitouch interface: internal tracker can now be activated using 
 
51
      enableMultitouch(), Windows 7 touch is supported, linux multitouch using
 
52
      XInput 2.1 and LibMTDev. Drivers are autodetected if possible.
 
53
    * (Finally!) Added clean windows build files for VS 2010 to the open source 
 
54
      distribution.
 
55
 
 
56
  Other Changes:
 
57
    * (Finally!) Found an invisible workaround for the Linux/Mesa graphics segfault
 
58
      that's been plaguing us for years (Chase Douglas).
 
59
    * Support for input devices defined in python (Henrik Thoms).
 
60
    * Added VideoWriter class (initial version by Henrik Thoms).
 
61
    * Added initial manipulation classes for multitouch gesture support.
 
62
    * Added connect/disconnectEventHandler functions to replace setEventHandler()
 
63
    * Added Player.getFrameDuration().
 
64
    * Added geom.Arc and geom.PieSlice node classes.
 
65
    * Added Player.isUsingShaders().
 
66
    * Added Player.getScreenResolution().
 
67
    * 16 bit texture support is more robust.
 
68
    * Frame times are now monotonic, so libavg installations survive time zone changes.
 
69
    * libavg can be built with binutils-gold under linux.
 
70
    * Intelligent fallback for multisampling.
 
71
    * FXNodes can now change the size of the node - necessary e.g. for blur and shadow.
 
72
    * Added Player.getTimeSinceLastFrame().
 
73
    * Added avg_checkvsync.py utility.
6
74
 
7
75
libavg 1.5.3 - February 20, 2011 (Linux only)
8
76