debian-installer (20201202)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 20201203 > 20201202
- Git: https://salsa.debian.org/installer-team/debian-installer.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/installer-team/debian-installer
- Last scan: 2021-01-14 21:06:26+00
- Next scan: 2021-01-22 11:40:00+00
- Merge requests: 7
- CI pipeline status: success
- Debian changelog in Git:
debian-installer (20201203) UNRELEASED; urgency=medium
[ Shawn Guo ]
* Build in libinput instead of evdev driver for gtk installer.
[ Steve McIntyre ]
* Bump Linux kernel ABI to 5.10.0-1
[ Holger Wansing ]
* Add wireless-regdb-udeb to all Linux arch images (#979104).
* Correct keyword for bootloader arguments in netboot/xen/debian.cfg
example file. Closes: #904131
-- Shawn Guo <shawn.guo@linaro.org> Sat, 12 Dec 2020 12:11:26 +0000
- This branch is 10 commits ahead of tag 20201202
- Git log:
commit de0cd08debce3ec25e7da0bd344565c7fa1c0735
Author: Holger Wansing <hwansing@mailbox.org>
Date: Thu Jan 14 21:05:00 2021 +0100
Correct keyword in netboot/xen/debian.cfg example file
commit 16fe2d4cd90e170d59785b902af22b1ffcde860d
Author: Holger Wansing <hwansing@mailbox.org>
Date: Wed Jan 13 18:09:58 2021 +0100
Add wireless-regdb-udeb to all Linux arch images. Includes reverting 2b615f42 (defined in per-arch config), since it's now generally added
commit 9bfb8a1e3e225b1662be5bce1898402b24f049f1
Author: Cyril Brulebois <kibi@debian.org>
Date: Tue Jan 5 20:12:35 2021 +0100
Document the Linux kernel ABI bump.
commit 658a0c912ef6fc9067adc822f5a5fdd2bff58a69
Author: Cyril Brulebois <kibi@debian.org>
Date: Tue Jan 5 20:11:09 2021 +0100
Use a more familiar version number.
commit 35f6af95443badac90d0a129f6e07f3c7ef00d11
Author: Cyril Brulebois <kibi@debian.org>
Date: Sat Dec 5 21:03:13 2020 +0100
Fix small typos.
commit 1238f20a02366eaafcb12c6303e8dcdd293bc477
Author: Steve McIntyre <steve@einval.com>
Date: Sat Jan 2 22:39:07 2021 +0000
Bump kernel ABI to 5.10.0-1
Tested full installation using a local build
commit 231bece8ea47368c8692f6f8fa48f0877a26a8d5
Author: Steve McIntyre <steve@einval.com>
Date: Mon Dec 21 00:33:39 2020 +0000
Bump kernel ABI to 5.9.0-5
Tested full installation using a local build
commit 1329b3e53cd7db171c4dd23cfb9be9af482581ec
Merge: ac96bd1c 464fc807
Author: Julien Cristau <jcristau@debian.org>
Date: Tue Dec 15 18:59:22 2020 +0000
Merge branch 'libinput-over-evdev' into 'master'
Build in libinput instead of evdev driver for gtk installer
See merge request installer-team/debian-installer!20
commit 464fc8071ec7df580679b23503b4505bbc51981c
Author: Shawn Guo <shawn.guo@linaro.org>
Date: Fri Dec 11 01:30:12 2020 +0000
Build in libinput instead of evdev driver for gtk installer
Touchpad is not working in gtk installer at least for arm64 and amd64
as reported. Replacing xorg evdev input driver with libinput fixes
the issue. It should be an issue for other architectures too, so the
fix is applied to all architectures.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
commit ac96bd1cfbed709ee3bcbaee29814615b43ffb85
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed Dec 2 16:37:06 2020 +0100
Fix changelog entry.
(Forgotten after catching up with master for the release.)