forked from RPi-Distro/raspi-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
585 lines (340 loc) · 18.1 KB
/
changelog
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
raspi-config (20190709) buster; urgency=medium
* Rename hdmi_enable_4k to hdmi_enable_4kp60
-- Simon Long <[email protected]> Tue, 09 Jul 2019 13:48:03 +0100
raspi-config (20190620) buster; urgency=medium
* get_wifi_country: call save_config instead of reconfigure
- Prevents WiFi from disconnecting
-- Serge Schneider <[email protected]> Thu, 20 Jun 2019 20:01:06 +0100
raspi-config (20190619) buster; urgency=medium
[ Simon Long ]
* Fix composite output options for Pi 4
* Keep splash screen settings when changing GPU options
-- Serge Schneider <[email protected]> Wed, 19 Jun 2019 15:49:38 +0100
raspi-config (20190607) buster; urgency=medium
[ Simon Long ]
* Only run xcompmgr if FKMS is enabled
-- Serge Schneider <[email protected]> Fri, 07 Jun 2019 16:11:11 +0100
raspi-config (20190520) buster; urgency=medium
[ Simon Long ]
* Add Pi 4 video options
-- Serge Schneider <[email protected]> Mon, 20 May 2019 11:01:12 +0100
raspi-config (20190514) buster; urgency=medium
[ Simon Long ]
* Add FKMS check
* Disable pixel doubling when FKMS is enabled
-- Serge Schneider <[email protected]> Tue, 14 May 2019 15:38:17 +0100
raspi-config (20190509) buster; urgency=medium
* init_resize.sh: Remove sdhci.debug_quirks2=4 from /boot/cmdline.txt
-- Serge Schneider <[email protected]> Thu, 09 May 2019 13:38:34 +0100
raspi-config (20190507) buster; urgency=medium
[ Simon Long ]
* Switch from compton to xcompmgr
* Tweak get_wifi_country to work with the desktop applet
-- Serge Schneider <[email protected]> Tue, 07 May 2019 16:03:15 +0100
raspi-config (20190502) buster; urgency=medium
* Use wpa_cli to check WiFi country setting
-- Serge Schneider <[email protected]> Thu, 02 May 2019 13:22:49 +0100
raspi-config (20190429) buster; urgency=medium
* Update do_wifi_country
- Enable wifi regardless of whether /run/wifi-country-unset exists
* Make sure SSH host keys are generated when SSH is enabled
-- Serge Schneider <[email protected]> Mon, 29 Apr 2019 14:52:56 +0100
raspi-config (20190424) stretch; urgency=medium
* Add Compton option to advanced options
-- Simon Long <[email protected]> Wed, 24 Apr 2019 13:45:54 +0100
raspi-config (20190423) stretch; urgency=medium
* Change autologin $TERM; tweaks to overclock wording
-- Simon Long <[email protected]> Tue, 23 Apr 2019 08:19:08 +0100
raspi-config (20190219) stretch; urgency=medium
* Update autologin behaviour for compatibility with buster
-- Simon Long <[email protected]> Tue, 19 Feb 2019 10:07:01 +0000
raspi-config (20181118) stretch; urgency=medium
* Set TTY autologin correctly when using desktop autologin
-- Simon Long <[email protected]> Sun, 18 Nov 2018 10:59:01 +0000
raspi-config (20180518) stretch; urgency=medium
* Add separate settings for serial hardware and console
-- Simon Long <[email protected]> Fri, 18 May 2018 07:29:57 +0100
raspi-config (20180406+1) stretch; urgency=medium
* Fix Wi-Fi country setting
-- Serge Schneider <[email protected]> Fri, 06 Apr 2018 14:28:02 +0100
raspi-config (20180406) stretch; urgency=medium
* Set Wi-Fi country while connecting to SSID
-- Serge Schneider <[email protected]> Fri, 06 Apr 2018 13:40:21 +0100
raspi-config (20180228) stretch; urgency=medium
* Setting Wi-Fi country no longer requires a reboot
-- Serge Schneider <[email protected]> Wed, 28 Feb 2018 17:28:50 +0000
raspi-config (20171201) stretch; urgency=medium
* Add pixel doubling option
-- Simon Long <[email protected]> Fri, 01 Dec 2017 08:05:53 +0000
raspi-config (20171127) stretch; urgency=medium
* Allow entering SSID and passphrase (#68)
* Console keyboard layout changes effective immediately (#67)
* Formatting fixes (#70)
* Add non-interactive timezone, locale and keyboard configuration
* Modify architecture test for piserver
-- Simon Long <[email protected]> Mon, 27 Nov 2017 10:14:37 +0000
raspi-config (20170926) stretch; urgency=medium
* Add option to enable predictable network interface names
-- Serge Schneider <[email protected]> Tue, 26 Sep 2017 12:32:25 +0100
raspi-config (20170811) stretch; urgency=medium
* Only restart pigpio daemon if it is running
-- Simon Long <[email protected]> Fri, 11 Aug 2017 14:40:50 +0100
raspi-config (20170803) stretch; urgency=medium
* Allow splash screen with fake KMS.
-- Simon Long <[email protected]> Thu, 03 Aug 2017 10:11:08 +0100
raspi-config (20170714) stretch; urgency=medium
[Simon Long]
* Autologin operations now all use current user rather than defaulting to pi
* initd support removed
[Serge Schneider]
* Add pi model as backtitle
* Define memory split units
* Fix NOOBS config keyboard setup
-- Serge Schneider <[email protected]> Fri, 14 Jul 2017 12:34:21 +0100
raspi-config (20170711) stretch; urgency=medium
* Fix wait for network option
* Bump compat level to 9
-- Serge Schneider <[email protected]> Tue, 11 Jul 2017 11:47:34 +0100
raspi-config (20170704) stretch; urgency=medium
* Remove unnecessary sudo from apt-get
-- Simon Long <[email protected]> Tue, 04 Jul 2017 10:28:55 +0100
raspi-config (20170627) stretch; urgency=medium
* Change configuration for GL driver - no compton, keep fbturbo, allow on Pi 1 and Pi 0
-- Simon Long <[email protected]> Tue, 27 Jun 2017 11:56:21 +0100
raspi-config (20170619) stretch; urgency=medium
* Start service on all runlevels
-- Serge Schneider <[email protected]> Mon, 19 Jun 2017 09:14:40 +0000
raspi-config (20170518) jessie; urgency=medium
* Improve x86 splash screen command line handling to remove spurious arguments and spaces
-- Simon Long <[email protected]> Thu, 18 May 2017 13:19:27 +0100
raspi-config (20170503) jessie; urgency=medium
* Correctly handle GRUB command line options for splash screen on x86
-- Simon Long <[email protected]> Wed, 03 May 2017 11:30:57 +0100
raspi-config (20170307) jessie; urgency=medium
* Run init_resize.sh through shellcheck
* Improve init_resize.sh reliability
-- Serge Schneider <[email protected]> Tue, 07 Mar 2017 13:49:57 +0000
raspi-config (20170228) jessie; urgency=medium
* Added detection of 0 W boards
-- Simon Long <[email protected]> Tue, 28 Feb 2017 10:06:36 +0000
raspi-config (20170214) jessie; urgency=medium
* Allow compton with fake KMS driver; modified check for ARM architecture
-- Simon Long <[email protected]> Tue, 14 Feb 2017 14:47:58 +0000
raspi-config (20170127) jessie; urgency=medium
* Prevent keyboard language from being configured over SSH
-- Simon Long <[email protected]> Fri, 27 Jan 2017 16:15:56 +0000
raspi-config (20170120) jessie; urgency=medium
* Mods to support use on x86; fake KMS option added for GL driver
-- Simon Long <[email protected]> Fri, 20 Jan 2017 14:19:18 +0000
raspi-config (20161207) jessie; urgency=medium
* Use compton for compositing with GL driver instead of xcompmgr
-- Simon Long <[email protected]> Wed, 07 Dec 2016 12:43:26 +0000
raspi-config (20161206) jessie; urgency=medium
* Menus reorganised; resolution setting added
-- Simon Long <[email protected]> Tue, 06 Dec 2016 13:43:32 +0000
raspi-config (20161114) jessie; urgency=medium
* Restore -a option for xcompmgr; disable splash screen with GL driver
-- Simon Long <[email protected]> Mon, 14 Nov 2016 14:25:19 +0000
raspi-config (20161108) jessie; urgency=medium
* init_resize.sh: Remove clash with pix-plym-splash
-- Serge Schneider <[email protected]> Tue, 08 Nov 2016 17:34:00 +0000
raspi-config (20161102) jessie; urgency=medium
* Sed processing of autologin options modified to improve robustness
-- Simon Long <[email protected]> Wed, 02 Nov 2016 15:02:45 +0000
raspi-config (20161013) jessie; urgency=medium
* Rastrack option removed
* Splash screen control added
-- Simon Long <[email protected]> Thu, 13 Oct 2016 13:53:54 +0100
raspi-config (20160527) jessie; urgency=medium
[ Simon Long ]
* Function to read hostname added
* Function added to get wifi country
* Functions to detect boot behaviour added
* Test functions added for remote GPIO and slow boot
* Added some functions to read current state for use by rc_gui
* Requirement for reboot removed from SPI and I2C settings
* A lot of NOTs taken out of serial test
* Status indications moved to end of some functions
* Overscan description amended
* Check for fs expandability added; overscan function matches others
* Added more success / fail feedback to settings
* Global check for mountpoint and existence of /boot/config.txt
* Checking of initial state added for camera and 1-wire
* Unnecessary reboots removed
* Some function names changed for consistency
* GL driver setting aligned with other functions
* Functions to control remote GPIO and boot wait for network aligned
* Tidied function to control remote GPIO access
-- Serge Schneider <[email protected]> Fri, 27 May 2016 11:10:11 +0100
raspi-config (20160506) jessie; urgency=medium
[ Axel Beckert ]
* Downgrade hard dependency on triggerhappy to recommendation.
+ init script: Check if thd is present before using it.
[ Simon Long ]
* New method for testing whether serial is enabled.
* Current state of serial i/f reflected in raspi-config.
* Menu option to toggle device tree removed.
-- Serge Schneider <[email protected]> Fri, 06 May 2016 18:41:58 +0100
raspi-config (20160428) jessie; urgency=medium
* [Simon Long]
- dtparam used instead of modprobe for SPI and I2C
-- Serge Schneider <[email protected]> Thu, 28 Apr 2016 15:42:42 +0100
raspi-config (20160425) jessie; urgency=medium
* [Simon Long]
- Merge - Prevent errors when enabling "Fast" network boot multiple times
- UART switch added to serial; GPIO server public access finished
- Skeleton added for setting security state of GPIO server
- Reads in gpu_mem_<size> settings and clears them when writing
* [Serge Schneider]
- Remove io_is_busy
-- Serge Schneider <[email protected]> Mon, 25 Apr 2016 11:58:48 +0100
raspi-config (20160322) jessie; urgency=medium
* [Simon Long]
- 1-wire interface control added
- Wifi country code setting now creates wpa_supplicant.conf
if it doesn't exist
* [Serge Schneider]
- Add first boot resize script
-- Serge Schneider <[email protected]> Tue, 22 Mar 2016 16:45:29 +0000
raspi-config (20160225) jessie; urgency=medium
* Added wi-fi country setting to raspi-config
* Wifi setting in raspi-config can now be called in non-interactive mode.
* Mods to support new serial device alias in cmdline.txt.
-- Serge Schneider <[email protected]> Thu, 25 Feb 2016 07:48:56 +0000
raspi-config (20160210) jessie; urgency=medium
* Pi board checks now take account of warranty bits.
-- Serge Schneider <[email protected]> Tue, 09 Feb 2016 16:16:58 +0000
raspi-config (20160209) jessie; urgency=medium
* Check for mesa driver before allowing GL driver to be enabled
-- Serge Schneider <[email protected]> Tue, 09 Feb 2016 13:56:44 +0000
raspi-config (20160201) jessie; urgency=medium
* Compute Module added to is_pione
-- Serge Schneider <[email protected]> Mon, 01 Feb 2016 12:28:22 +0000
raspi-config (20160125) jessie; urgency=medium
* Do not allow GL driver to be enabled on 2835-based Pis - it needs at least 1GB of RAM.
* Overclocking behaviour made board-specific.
-- Serge Schneider <[email protected]> Mon, 25 Jan 2016 12:29:54 +0000
raspi-config (20160121) jessie; urgency=medium
* GPU memory reset to default when GL driver enabled
* Launch of simple compositor added when GL driver is enabled
* Filename of V3d overlay corrected
-- Serge Schneider <[email protected]> Thu, 21 Jan 2016 11:12:49 +0000
raspi-config (20160119) jessie; urgency=medium
* Option added to select experimental GL driver
-- Serge Schneider <[email protected]> Tue, 19 Jan 2016 13:56:53 +0000
raspi-config (20160108) jessie; urgency=medium
* Update URL
* Remove first boot auto-login files
* Fix auto-login
* Fix typos
-- Serge Schneider <[email protected]> Fri, 08 Jan 2016 10:44:05 +0000
raspi-config (20151117) jessie; urgency=medium
* raspi-config modified to remove config variables rather than set default
values when overclocking
-- Serge Schneider <[email protected]> Tue, 17 Nov 2015 11:35:14 +0000
raspi-config (20151019) jessie; urgency=medium
* Add alsa-utils dependency
* Remove unnecessary sudo in init script
* Add wait for network option
-- Serge Schneider <[email protected]> Mon, 19 Oct 2015 13:01:26 +0100
raspi-config (20150923) jessie; urgency=medium
* Auto-login to desktop and console option for rc_gui
-- Serge Schneider <[email protected]> Wed, 23 Sep 2015 21:25:52 +0100
raspi-config (20150915) jessie; urgency=medium
* Add support for rc_gui from spl
-- Serge Schneider <[email protected]> Tue, 15 Sep 2015 10:23:52 +0100
raspi-config (20150706) jessie; urgency=low
* Include io_is_busy in cpufreq settings
* Bump standards version to 3.9.6
-- Serge Schneider <[email protected]> Mon, 06 Jul 2015 08:59:56 +0100
raspi-config (20150603) jessie; urgency=low
* systemd compatibility
* Add udevadm command to notify Xorg after change of keyboard layout - jojopi
* Remove boot to scratch
-- Serge Schneider <[email protected]> Fri, 29 May 2015 11:31:46 +0100
raspi-config (20150131-4) stable; urgency=low
* Use dh_installinit --no-start instead of --noscripts to ensure raspi-config runs
-- Serge Schneider <[email protected]> Thu, 14 May 2015 18:09:47 +0100
raspi-config (20150131-3) unstable; urgency=low
* Add prerm failed-upgrade to allow upgrades
-- Serge Schneider <[email protected]> Wed, 06 May 2015 15:33:35 +0100
raspi-config (20150131-2) unstable; urgency=low
* Prevent postinstall from trying to stop /etc/init.d/raspi-config
dh_installinit --noscripts
-- Serge Schneider <[email protected]> Wed, 06 May 2015 14:23:57 +0100
raspi-config (20150131-1) unstable; urgency=low
* Add Pi2 overclock preset
* Ask whether to reboot after changing devicetree
* Remove old switch_cpu_governor init script upon install
-- Alex Bradbury <[email protected]> Sat, 31 Jan 2015 20:17:40 +0000
raspi-config (20150129-1) unstable; urgency=low
* Add devicetree support (thanks Phil Elwell)
* Always include the ondemand governor init script
* Tweak ondemand cpu scaling governor settings
-- Alex Bradbury <[email protected]> Thu, 29 Jan 2015 23:40:15 +0000
raspi-config (20140902-1) unstable; urgency=low
* Add option to toggle i2c and serial
-- Alexander Bradbury <[email protected]> Tue, 02 Sep 2014 17:26:06 +0100
raspi-config (20131216-1) unstable; urgency=low
* Add option to configure audio out
* Fail boot to scratch or boot to desktop setting when pi user was removed
* When enabling camera, only set gpu mem if it's unset or < 128MiB
-- Alexander Bradbury <[email protected]> Mon, 16 Dec 2013 21:50:38 +0000
raspi-config (20130925-1) unstable; urgency=low
* Fix issue inheriting language settings from NOOBS
* Add ability to toggle spi module blacklisting
-- Alex Bradbury <[email protected]> Wed, 25 Sep 2013 20:55:34 +0100
raspi-config (20130910-1) unstable; urgency=low
* Bugfix for boot to scratch
* Bugfix for detecting flavour set by NOOBS
-- Alexander Bradbury <[email protected]> Tue, 10 Sep 2013 14:36:14 +0100
raspi-config (20130909-1) unstable; urgency=low
* Support boot to scratch and applying language/keyboard settings from noobs
-- Alexander Bradbury <[email protected]> Mon, 09 Sep 2013 23:53:58 +0100
raspi-config (20130525-1) unstable; urgency=low
* Use start_x rather than startx in config.txt for enabling camera to reduce
confusion
-- Alex Bradbury <[email protected]> Sat, 25 May 2013 17:15:07 +0100
raspi-config (20130525) unstable; urgency=low
* Tweak height of whiptail display (thanks Rob Bishop)
* Fix issue of gpu_mem=16 not working when camera is enabled
-- Alex Bradbury <[email protected]> Sat, 25 May 2013 16:49:19 +0100
raspi-config (20130522) unstable; urgency=low
* Re-organise menus and give better explanations for options (thanks Rob
Bishop)
* Refuse to expand_rootfs on NOOBS partition layouts.
-- Alex Bradbury <[email protected]> Wed, 22 May 2013 20:51:07 +0100
raspi-config (20130520) unstable; urgency=low
* Make expand_rootfs work if /dev/root is not second partition
-- Alex Bradbury <[email protected]> Mon, 20 May 2013 19:48:02 +0100
raspi-config (20130515) unstable; urgency=low
* Lower cpufreq threshold when overclocking
-- Alex Bradbury <[email protected]> Wed, 15 May 2013 19:47:40 +0100
raspi-config (20130510) unstable; urgency=low
* Added support for registering on rastrack (thanks Ryan Walmsley)
* Added ability to set hostname (thanks Andrew Stone)
* Added --expand-rootfs option (thanks Viktor Petersson)
* Added ability to enable Raspberry Pi camera support
-- Alex Bradbury <[email protected]> Fri, 10 May 2013 12:19:42 +0100
raspi-config (20121028) unstable; urgency=low
* Update overclocking options
* Disable command-line options for non-interactive use
* Support new gpu_mem config option
-- Alex Bradbury <[email protected]> Sun, 28 Oct 2012 21:11:34 +0000
raspi-config (20120918) unstable; urgency=low
* Add overclocking options
* Add command-line options for non-interactive use (James Hewitt)
-- Alexander Bradbury <[email protected]> Tue, 18 Sep 2012 12:02:13 +0100
raspi-config (20120815) unstable; urgency=low
* Various updates, recognise 240M memory split
-- Alex Bradbury <[email protected]> Wed, 15 Aug 2012 23:10:03 +0000
raspi-config (20120715) unstable; urgency=low
* Various updates
-- Alex Bradbury <[email protected]> Sun, 15 Jul 2012 19:47:39 +0100
raspi-config (20120617) unstable; urgency=low
* Fix keyboard configuration, misc other enhancements
* See git log for full changelog
-- Alex Bradbury <[email protected]> Sun, 17 Jun 2012 19:36:20 +0100
raspi-config (20120610) unstable; urgency=low
* Initial release
-- Alex Bradbury <[email protected]> Sun, 10 Jun 2012 15:59:17 +0000