10.0-1 release

This commit is contained in:
Serge Schneider
2020-10-05 12:54:21 +01:00
parent 603c49604f
commit 63abda5f02
2 changed files with 26 additions and 2 deletions

24
debian/changelog vendored
View File

@@ -1,3 +1,27 @@
rpi-eeprom (10.0-1) buster; urgency=medium
[ andrum99 ]
* Fix package architecture
[ Tim Gover ]
* rpi-eeprom-update: Use multiple sources for BOARD_INFO
* rpi-eeprom-update: Restrict package checksums to EEPROM images.
* rpi-eeprom-update: Add -l option to resolve the latest bootloader image
* rpi-eeprom-config: Add new option to apply config and update in one
operation
* rpi-eeprom-config: Add --edit for interactive editor style operation
* Implement review comments Update --apply --edit to allow the eeprom image
to be specified. Add some error checking around chmod in rpi-eeprom-update
* Fix doc comments and ignore package checksums
* rpi-eeprom-update: Add -b flag to output BOOTFS path
* rpi-eeprom-config: Update --edit to read config from pending updates
* rpi-eeprom-config: Trap errors when deleting previous update files
* Require 'sudo' for --edit or --apply instead of spawning sudo command
* rpi-eeprom-update: Move .bin filter for checksums into subshell
* rpi-eeprom-config: Update help for --edit
-- Serge Schneider <serge@raspberrypi.com> Mon, 05 Oct 2020 12:53:57 +0100
rpi-eeprom (9.0-1) buster; urgency=medium rpi-eeprom (9.0-1) buster; urgency=medium
[ Tim Gover ] [ Tim Gover ]

View File

@@ -4,5 +4,5 @@
-#!/usr/bin/env python -#!/usr/bin/env python
+#!/usr/bin/env python3 +#!/usr/bin/env python3
# rpi-eeprom-config """
# Utility for reading and writing the configuration file in the rpi-eeprom-config