~ubuntu-branches/ubuntu/quantal/libcm/quantal

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, Josselin Mouette, Loic Minier
  • Date: 2008-05-26 14:43:19 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080526144319-ddwovigo7i925ewr
Tags: 0.1.1-4
[ Josselin Mouette ]
* Allow libgl-dev and libglu-dev as alternative dependencies for
  libcm-dev. Closes: #478887.

[ Loic Minier ]
* Don't copy config.guess/.sub after unpatch in clean; should avoid having
  them in the .diff.gz -- not needed as we always update them after patching
  anyway -- and should fix conversion to source format 3.0; closes: #482728.
* Stop shipping *.la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============
 
2
Version 0.1.1
 
3
=============
 
4
 
 
5
Added workaround for X servers which don't properly support texture_for_pixmap,
 
6
based on how Beryl works around the problem. Define LIBCM_TFP if you *can* do
 
7
TFP and you want libcm to use it; default if LIBCM_TFP is not defined is to
 
8
use non-TFP mode. Non-TFP mode should work more generally and often be faster.
 
9
Kudos to Travis Watkins for the suggestion, who cautions that TFP mode will
 
10
often be necessary for video and games.
 
11
 
 
12
=============
 
13
Version 0.1.0
 
14
=============
 
15
 
 
16
First release.
 
17