~darkxst/ubuntu/raring/cogl/lp1163025

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-06-21 09:29:45 UTC
  • mfrom: (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120621092945-bzabmwl4mxksf7ou
Tags: 1.10.2-6
* debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
  (Closes: #678018)
* debian/patches/04_fix_crash_on_free.patch:
  + Added. Fix crash when freeing an unconnected renderer.
    (Closes: #673433 #676282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cogl (1.10.2-6) unstable; urgency=low
 
2
 
 
3
  * debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
 
4
    (Closes: #678018)
 
5
  * debian/patches/04_fix_crash_on_free.patch:
 
6
    + Added. Fix crash when freeing an unconnected renderer.
 
7
      (Closes: #673433 #676282)
 
8
 
 
9
 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 21 Jun 2012 09:29:45 +0200
 
10
 
 
11
cogl (1.10.2-5) unstable; urgency=low
 
12
 
 
13
  * Revert to 1.10.2-3, turning on GLESv2 on intel pull in 50MB due to libgbm1
 
14
    and libegl1-mesa-drivers which is slightly over the top for enabling a
 
15
    uncommon feature. Hopefully the changes can be reapplied after the
 
16
    dependencies have gone on a diet.
 
17
  * debian/control.in: Make libcogl9 depend on the renderer driver it uses
 
18
    (GLES v2 on arm, GL on everything else)
 
19
 
 
20
 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 21 Jun 2012 08:43:59 +0200
 
21
 
1
22
cogl (1.10.2-4) unstable; urgency=low
2
23
 
3
24
  * debian/patches/03_select_default_renderer_driver.patch: