2016-05-19 Martin Mares <mj@ucw.cz>
* Released as 3.5.0.
* New capabilities decoded: Downstream Port Containment,
Precision Time Measurement. Thanks to Keith Busch and
Jonathan Yong.
* Domain numbers extended to 31 bits. This will be used by the
Linux kernel on some machines in near future.
* Enhanced allocation regions are now decoded on Linux.
* The NetBSD back-end supports PCIe extended configuration space.
* Updated pci.ids to the current snapshot of the database.
- CVE-2016-2849: side channel attack against DSA and ECDSA
- CVE-2016-2850: failure to enforce TLS policies could lead to weaker
algorithms being choosen
- CVE-2016-2195: heap overflow in ECC point decoding
- CVE-2016-2196: heap overflow in P-521 reduction
- CVE-2016-2194: DOS against the modular reduction
- CVE-2015-7824: padding oracle attack against TLS CBC
- CVE-2015-7825: DOS due to certificate chains
- CVE-2015-7826: wildcard certifications verification failures
- CVE-2015-7827: protection against PKCS#1 side channel issues
- CVE-2015-5726: potential DOS with invalid zero-length BER
- CVE-2015-5727: unbound memory use with BER
- deprecation or removal of various insecure crypto primitives
- TLS heartbeat removed
- various other bugfixes and improvements.
here is a new version of libxcb for you to enjoy. The highlights are the same as for the
new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker.
here is a new version of xcb-proto for you to enjoy. Highlights are lots of
improvements especially to the xinput extension, support for RandR 1.5 and an
automatic alignment checker.
here is a new version of xcb-proto for you to enjoy. Highlights are lots of
improvements especially to the xinput extension, support for RandR 1.5 and an
automatic alignment checker.
Redshift adjusts the color temperature of your screen according to the
position of the sun. A different color temperature is set during night and
daytime. During twilight and early morning, the color temperature
transitions smoothly from night to daytime temperature to allow your eyes to
slowly adapt. At night the color temperature should be set to match the
lamps in your room. This is typically a low temperature at around
3000K-4000K. During the day, the color temperature should match the light
from outside, typically around 5500K-6500K.
Mesa 11.2.2 Release Notes / May 9, 2016
Mesa 11.2.2 is a bug fix release which fixes bugs found since the 11.2.1
release.
Mesa 11.2.2 implements the OpenGL 4.1 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv
(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers
don't support all the features required in OpenGL 4.1. OpenGL 4.1 is only
available if requested at context creation because compatibility contexts are
not supported.
Bug fixes
This list is likely incomplete.
• Bug 92850 - Segfault loading War Thunder
• Bug 93767 - Glitches with soft shadows and MSAA in Knights of the Old
Republic 2
• Bug 94955 - Uninitialized variables leads to random segfaults (valgrind
log, apitrace attached)
• Bug 94994 - OSMesaGetProcAdress always fails on mangled OSMesa
• Bug 95026 - Alien Isolation segfault after initial loading screen/video
• Bug 95133 - X-COM Enemy Within crashes when entering tactical mission with
Bonaire
• Bug 95164 - GLSL compiler (linker I think) emits assertion upon call to
glAttachShader
• Bug 95251 - vdpau decoder capabilities: not supported
0.6.2 -- 2016-05-10
-------------------
Fixed Bugs
~~~~~~~~~~
- When passing a timeout via Requests, it was not appropriately translated to
the timeout that the urllib3 code was expecting.
0.6.1 -- 2016-05-05
-------------------
Fixed Bugs
~~~~~~~~~~
- Remove assertion about request URLs in the AppEngineAdapter.
- Prevent pip from installing requests 3.0.0 when that is released until we
are ready to handle it.