File: changelog

package info (click to toggle)
u-boot-menu 4.2.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: sh: 283; makefile: 2
file content (205 lines) | stat: -rw-r--r-- 7,134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
u-boot-menu (4.2.4) unstable; urgency=medium

  [ Johannes Schauer Marin Rodrigues ]
  * etc/kernel/post{inst,rm}.d/zz-u-boot-menu: check whether u-boot-menu
    is still installed before proceeding (Closes: #1061687)

  [ Markus Burri ]
  * Separate devicetree overlay directory for each kernel
    (Closes: #1095811, #1036730)

  [ Vagrant Cascadian ]
  * Use /dtbs/ directory when using U_BOOT_SYNC_DTBS, to avoid breaking
    installations where flash-kernel is installed. (Closes: #1091979)
  * debian/control: Update Standards-Version to 4.7.2.
  * u-boot-menu postinst: Do not call u-boot-update with a full path.
  * read-config: Mark as executable.

 -- Vagrant Cascadian <vagrant@debian.org>  Tue, 08 Apr 2025 15:33:04 -0700

u-boot-menu (4.2.3) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Default to U_BOOT_PROMPT set to "1".

  [ Arnaud Ferraris ]
  * u-boot-update: split config file reading to a separate script
  * read-config: make /boot partition check a function
  * Allow automatically syncing DTBs when /boot is on a separate partition
    (Closes: #1025956)

  [ Johannes Schauer Marin Rodrigues ]
  * debian/u-boot-menu.postinst: create extlinux.conf on initial
    installation. (Closes: #1053814)

  [ Vagrant Cascadian ]
  * Mirror etc directory for kernel post*.d files.
  * Add hook to call u-boot-update for kernel-install. Thanks to Manuel
    Traut. (Closes: #1027899)
  * Simplify installation of /etc/default/u-boot
  * debian/control: Update Standards-Version to 4.6.2.

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 17 Jan 2024 12:44:46 -0800

u-boot-menu (4.2.2) unstable; urgency=medium

  [ Diederik de Haas ]
  * u-boot-update: Make 'prompt' configurable (Closes: #1034071)

 -- Vagrant Cascadian <vagrant@debian.org>  Sat, 08 Apr 2023 16:12:34 -0700

u-boot-menu (4.2.1) unstable; urgency=medium

  * Revert "add kalsrseed support" (Closes: #1025954)

 -- Vagrant Cascadian <vagrant@debian.org>  Mon, 12 Dec 2022 13:26:47 -0800

u-boot-menu (4.2.0) unstable; urgency=medium

  [ Zhang Ning ]
  * add kalsrseed support
  * fix fdtoverlays path

  [ Debian Janitor ]
  * Apply multi-arch hints. + u-boot-menu: Add Multi-Arch: foreign.
  * Use secure copyright file specification URI.

  [ Arnaud Ferraris ]
  * u-boot-update: allow using config fragments (Closes: #1012333)
  * u-boot-update: honor /etc/kernel/cmdline (Closes: #1019743)

  [ Vagrant Cascadian ]
  * debian/control: Add Vagrant Cascadian to Uploaders.
  * u-boot-menu.postinst: Add debhelper token.

  [ Nicolas Frattaroli ]
  * u-boot-update: use U_BOOT_FDT as absolute path if it is one
    (Closes: #1025435)

 -- Vagrant Cascadian <vagrant@debian.org>  Sun, 11 Dec 2022 15:05:25 -0800

u-boot-menu (4.1.0) unstable; urgency=medium

  * tighten quoting in shell code, thanks to shellcheck
  * use POSIX shell (not bash)
  * set shell option explicitly (not in shebang)
  * support fdtoverlays command
    with variables U_BOOT_FDT_OVERLAYS U_BOOT_FDT_OVERLAYS_DIR;
    closes: bug#1013150, thanks to Alexandre Viard

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 17 Jun 2022 22:40:29 +0200

u-boot-menu (4.0.5) unstable; urgency=medium

  * support configurable initrd filename stem
    with variable U_BOOT_INITRD,
    and use unversioned initrd as fallback to versioned;
    closes: bug#1006668, thanks to Undef and Arnaud Ferraris
  * declare compliance with Debian Policy 4.6.1
  * update header and credit in man page
  * update copyright info: update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 04 Jun 2022 17:15:39 +0200

u-boot-menu (4.0.4) unstable; urgency=medium

  * taking over as maintainer;
    thanks for your past contributions, Riku Voipio;
    closes: bug#1001568, thanks to Mattia Rizzolo
  * declare compliance with Debian Policy 4.6.0
  * update copyright info:
    + update coverage
    + list Salsa (not Github) for upstream source and preferred contact URIs

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 14 Dec 2021 13:38:06 +0100

u-boot-menu (4.0.3) unstable; urgency=medium

  [ Dimitri John Ledkov ]
  * u-boot-update: use PRETTY_NAME from os-release as menu label.

  [ Jonas Smedegaard ]
  * fix typo in code comment, thanks to Peter Geis
  * document U_BOOT_FDT_DIR and U_BOOT_FDT in man page;
    closes: bug#946971, thanks to Peter Geis and Andrei Popescu
  * document resolving of menu items from U_BOOT_FDT_DIR and U_BOOT_FDT
  * declare compliance with Debian Policy 4.5.1

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 19 Nov 2020 13:42:40 +0100

u-boot-menu (4.0.2) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * install example script for syncing .dtb files
    for systems with a split /boot partition
  * fix comment handling in in /etc/fstab

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.5.0
  * use debhelper compatibility level 13 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * copyright: extend coverage

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 14 Jul 2020 18:42:17 +0200

u-boot-menu (4.0.1) unstable; urgency=medium

  * fix support U_BOOT_MENU_LABEL;
    closes: bug#930395, thanks to Steev Klimaszewski
  * fix skip commented-out fstab entry;
    closes: bug#946950, thanks to Andrei POPESCU

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 18 Dec 2019 13:47:55 +0100

u-boot-menu (4) unstable; urgency=medium

  * Add git-buildpackage config:
    + Sign tags.
    + Use DEP-14 vendor-namespaced git branch naming.
  * Fix avoid hardcoding vmlinuz as kernel stem.
    Closes: Bug#928735. Thanks to Vagrant Cascadian.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 31 May 2019 08:53:57 +0200

u-boot-menu (3) unstable; urgency=medium

  * Fix account for boot on separate partition
    when resolving fdt or fdtdir.
    Closes: Bug#868454. Thanks to Diego Roversi.
  * Try resolve U_BOOT_FDT or flash-boot paths in /boot
    if U_BOOT_FDT_DIR is set to its default.
    Suggest flash-kernel, and mention its use in long desctiption.
    Closes: Bug#926126. Thanks to Diego Roversi.
  * Fix install /etc/default/u-boot,
    with all options at default values and commented out.
    Closes: Bug#926127. Thanks to Diego Roversi.
  * Fix set U_BOOT_PARAMETERS to "ro quiet" (not empty) by default.
    Closes: Bug#908590.
  * Use linux cmdline argument "single" in recovery mode
    (not systemd-specific "systemd.unit=rescue.target").
    Closes: Bug#884748. Thanks to Adam Borowski.
  * Add myself as uploader.
  * Update Vcs-* fields: Maintenance moved to salsa.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Update copyright info: Extend coverage.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 31 Mar 2019 22:54:03 +0200

u-boot-menu (2) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Use linux-version to list and sort the available versions correctly.
    closes: #865918

  [ Riku Voipio ]
  * update manpage
  * Add linux-base depends since we now use linux-version script

 -- Riku Voipio <riku.voipio@linaro.org>  Mon, 26 Jun 2017 08:54:16 +0300

u-boot-menu (1) unstable; urgency=medium

  * Initial release.

 -- Riku Voipio <riku.voipio@linaro.org>  Fri, 27 Jan 2017 11:42:25 +0200