~ubuntu-branches/ubuntu/wily/virtualbox/wily

« back to all changes in this revision

Viewing changes to src/VBox/GuestHost/OpenGL/include/cr_version.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Felix Geyer, Gianfranco Costamagna
  • Date: 2013-07-21 23:25:44 UTC
  • mfrom: (3.3.1 sid)
  • Revision ID: package-import@ubuntu.com-20130721232544-lwx39bot5tshhd3o
Tags: 4.2.16-dfsg-1
[ Felix Geyer ]
* New upstream release.
  - Fixes CVE-2013-3792: virtio-net host DoS vulnerability. (Closes: #715327)
* Drop 36-python-multiarch.patch and 37-wheezy-kernel-drm.patch,
  fixed upstream.
* Explicity load the vboxguest and vboxsf kernel modules in the
  virtualbox-guest-utils init script.
  This makes sure that shared folders can be mounted. (Closes: #712438)

[ Gianfranco Costamagna ]
* Patch refresh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
#define SHCROGL_SSM_VERSION_BEFORE_CTXUSAGE_BITS       28
11
11
#define SHCROGL_SSM_VERSION_BEFORE_FRONT_DRAW_TRACKING 29
 
12
/* VBox 4.2.12 had a bug that incorrectly CRMuralInfo data
 
13
 * in a different format without changing the state version,
 
14
 * i.e. 30 version can have both "correct" and "incorrect" CRMuralInfo data */
 
15
#define SHCROGL_SSM_VERSION_WITH_BUGGY_MURAL_INFO      30
12
16
#define SHCROGL_SSM_VERSION                            30
13
17
 
14
18
/* These define the Chromium release number.