~ubuntu-branches/ubuntu/karmic/recordmydesktop/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Alan Pope
  • Date: 2009-04-21 10:57:22 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090421105722-w6l4gz958gva15wn
Tags: 0.3.8.1-0ubuntu1
* New upstream release (LP: #364674)
* debian/control: Fixed libjack0.100.0-dev dependancy
* debian/control: Fixed project home page

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Version 0.3.8.1*/
 
2
* Fixed a bug that caused compilation to fail on some platforms, due 
 
3
to missing headers.
 
4
* Minor code refactoring to assist maintainability and
 
5
portability of the program.
 
6
 
 
7
 
 
8
/*Version 0.3.8*/
 
9
* Extensive refactoring and cleanups of the code from Martin Nordholts.
 
10
* Cursor-flickering bug has been fixed, by Martin.
 
11
* Improved consistency on the format of the commandline options 
 
12
and updated the manpage to reflect the changes (also by Martin ;) ).
 
13
* Applied patch by Luca Bonavita, that corrects the rgb
 
14
to yuv algorithm and provides near perfect colorspace conversion
 
15
(fixes bug #1961505)
 
16
* Compositing Window managers are now recognised through the _NET_WM_CM_Sn 
 
17
hint instead of a simplistic namelist (which means that dual-mode wm's like 
 
18
kwin or yet uknown ones will be handled correctly).
 
19
* Changed the way Jack support is offered, from dlopening at runtime to normal
 
20
linking at compilation.
 
21
* other minor changes and bugfixes.
 
22
 
1
23
/*Version 0.3.7.3*/
2
24
* Fixed bug #1886713 (XCB related crash)
3
25