Skip to content

Commit 19da704

Browse files
committed
NEWS.txt: bits-2079
1 parent b72e57f commit 19da704

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

NEWS.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
bits-2079
2+
=========
3+
4+
- On unknown CPUs, don't run the MSR consistency test in the full testsuite
5+
6+
On unknown CPUs without a CPU-specific MSR blacklist, this test produces
7+
too many false positives. Leave it available to run specifically, but
8+
don't run it as part of the full "run all tests" testsuite.
9+
10+
- python: Disable new GCC warning shift-negative-value
11+
12+
This broke the build with GCC 6.
13+
14+
- os.putenv: Avoid propagating old errors from previous function calls
15+
16+
grub_env_set propagated the previous (potentially unrelated) grub_errno
17+
value, which led to spurious error messages from harmless failures. For
18+
instance, Python searches for modules by attempting to open each
19+
possible location, and handles errors by continuing the search; however,
20+
a subsequent call to putenv would noisily show that error. This
21+
resulted in a spurious error message about /boot/python/bits/efi.pyc,
22+
even though the import call that produced that message went on to open
23+
the correct file.
24+
25+
Clear grub_errno at the start of putenv to prevent this.
26+
27+
- mkpresent: Update to work with current PIL
28+
29+
- bits.present: Fix hotkey for the new input layer
30+
131
bits-2073
232
=========
333

0 commit comments

Comments
 (0)