-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathchangelog.upstream
More file actions
14227 lines (9552 loc) · 392 KB
/
changelog.upstream
File metadata and controls
14227 lines (9552 loc) · 392 KB
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
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
commit d1f1f61d7085f22bdf6ac3247abf435c976f1be1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Apr 12 10:00:01 2026 -0400
build
commit a83c9aea703c3e534b7f1b0e8ae476cbf25b6bb6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Apr 11 08:39:18 2026 +0000
bumped changelog version
commit 8bf1734d6532f1b59fa628f5be6c2d2ba10ff0e9
Merge: a5b7917 67bab94
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Apr 11 04:27:57 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 67bab947cd82434d7d184708b250d27ba8b9558f
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Fri Apr 10 18:16:36 2026 -0400
Remove Emacs modelines
commit a955118c8b629345eb0e6fba43757b97bc9e13cb
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Fri Apr 10 18:05:31 2026 -0400
Remove Vim modelines
commit a5b7917415235ded9c0b3284dfbeca4b908827b1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 13:33:22 2026 -0400
CI
commit e364479ce6139d8c69050c85b5c228c471c5df73
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 13:17:22 2026 -0400
CI
commit ac234433e12eef6bc37732cb23406cebe992b581
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 13:10:37 2026 -0400
build
commit 5daf7736bf5c4e4b84056b9b1ec590cffb1c075e
Merge: 9d86171 bcdfaeb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 13:10:06 2026 -0400
Merge remote-tracking branch 'assisted-by-ai/claude/fix-unbound-variable-2mSBE'
commit bcdfaeb09566b22056d16a6acb3a3c794a3466f9
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 13:23:10 2026 +0000
comment: explain why proxy vars are initialized in torify_conn_maybe
Prevent future refactors from moving these to get_transfer_cmd(),
which would silently mask bugs instead of letting nounset catch them.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit ddac3c0b6196aee691494a1984b0f1bd484d0be4
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 12:00:43 2026 +0000
fix: let nounset guard proxy vars, only init on explicit code paths
Remove proxy var initialization from get_transfer_cmd() case branches.
Instead, set them only where the decision is actually made:
- torify_conn_maybe() early return: explicitly empty (clearnet, no proxy)
- set_transfer_proxy(): real proxy values (tor path)
Any other unexpected code path will now hit nounset rather than
silently proceeding without a proxy.
Also use die instead of log bug in set_transfer_proxy() catch-all.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit 69f8fa6d4cf4ad9b85e5293a95e572745c980406
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 11:54:23 2026 +0000
fix: move proxy var init into per-utility case branches, add catch-all
Move transfer_proxy_prefix, transfer_proxy_suffix, curl_transfer_proxy
initialization from a blanket assignment into each case branch of
get_transfer_cmd(). This way, adding a new transfer_utility without
handling proxy vars will fail loudly instead of silently proceeding
with empty arrays.
Also add a catch-all to set_transfer_proxy() for unsupported utilities.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit 9d86171a4e824f771f026e2c2d2d7ea67c6a39b4
Merge: cdc3e03 e362801
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 07:53:38 2026 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit e362801056c48af3565ecc60b6a104829cea92e0
Merge: cdc3e03 86b05e7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 07:35:52 2026 -0400
Merge pull request #22 from assisted-by-ai/claude/fix-unbound-variable-2mSBE
Add documentation and initialize tracking variables in dist-installer-cli
commit 86b05e78354d771409ee7801444baed50fd5906a
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 11:05:24 2026 +0000
fix: preserve pre-set APTGETOPT while still initializing when unset
The previous commit unconditionally set APTGETOPT=(), which would
clobber any value passed in from the environment. Restore the
[[ -v APTGETOPT ]] guard but add an else branch to initialize it
when not already set, preventing the unbound variable error.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit 13951bd556bdc552c554118524489fe1010967e1
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 11:01:55 2026 +0000
update agent notes with unbound variable patterns
Document the common patterns that lead to unbound variable errors
in this script, to help prevent regressions.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit ccac9ae946ac7e52c3bfeb401472d596f679218a
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 10:59:56 2026 +0000
fix: use safe expansion for unset checkhash array in error path
checkhash[0] would trigger unbound variable before the die message
could be shown when no hash utility was found.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit e584ce0325b226a7c0f161c61146bca853e3902f
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 10:57:37 2026 +0000
fix: initialize more unbound variables in dist-installer-cli
- transfer_proxy_prefix, transfer_proxy_suffix, curl_transfer_proxy:
only set inside set_transfer_proxy() (tor path) but referenced
unconditionally at lines building download commands. Initialize
to empty arrays in get_transfer_cmd().
- APTGETOPT: only initialized when already set ([[ -v APTGETOPT ]]),
leaving it unbound in a fresh run. Initialize unconditionally.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit a399d22ecce1e7359cfd18fabe90e26e630c438e
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 10:34:11 2026 +0000
revert standalone edit, add AGENTS.md with per-script notes
dist-installer-cli-standalone is autogenerated and must not be edited
directly. Reverted that change, and added AGENTS.md + agents/ folder
to document this for future reference.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit 8e2e54e9ae174c567e430b52b4d20a40c19841a9
Author: Claude <noreply@anthropic.com>
Date: Fri Apr 10 10:30:32 2026 +0000
fix: initialize unstable_found_with_contrib and kali_found_with_contrib variables
Both variables were only set conditionally inside if-blocks but never
initialized, causing "unbound variable" errors under set -o nounset
when the conditions were not met.
https://claude.ai/code/session_013vJmdeyi4SngCwtYQnpJ7z
commit cdc3e03885357629682f9da432e1fc8e0d32d10d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 05:42:57 2026 -0400
CI
commit a51130199dd1618377d914217cad95abb8293d74
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 09:23:05 2026 +0000
bumped changelog version
commit c19f2cd6b659edce6848e5000f5ebcfb4a436af8
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:50:02 2026 -0400
CI
commit 95c43cae405b826e754d8d64a3cf2f145625cab8
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:46:19 2026 -0400
improve build script
commit 8fffbdcd74f24fe91d4caeda3524d167778ef3e8
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:42:40 2026 -0400
build
commit 6460c534049dd53cabd6ba38d45a5ab172247706
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:42:28 2026 -0400
improve build script
commit 8f33541bfcd26d883ab5105f581a0d098f1034d3
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:39:26 2026 -0400
build
commit 4ac3dc0fbb6983bc724c3d81e180958a650a4c1d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:34:52 2026 -0400
refactoring
commit 17f7ea60d395adae364a4b2885cafba9955baf4d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:31:43 2026 -0400
end-of-options
commit 1ea2753d8fd93227f85cc5753c9b9a53b2dcdde5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:29:54 2026 -0400
refactoring
commit ae58288e2166d5bf65f39dc339be411d5e7733f2
Merge: 24676c1 4c71b99
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Apr 10 04:28:49 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 4c71b99669e2a076bb499d90bb3f3df0aadf21d8
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Fri Apr 10 00:57:45 2026 -0400
Fix bugs and improve VM import handling (mostly from Claude Code)
commit 1352eb50e1b270ea82061feeb76a3da63bb28d87
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Thu Apr 9 22:46:41 2026 -0400
Remove last bits of --no-show-errors from dist-installer-cli, remove vim modeline
commit 24676c177c33cc694e5702283ad1da17c67a5932
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 11:58:55 2026 +0000
bumped changelog version
commit 9211d8affb42e87476508a0d072ff86af68b27f0
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 07:34:29 2026 -0400
genmkfile manpages
commit 9c500efb881fec16620b2962db4e3ce84679633c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:58:35 2026 -0400
build
commit 885efb887159f57c1f58d837a610ca42ef31be78
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:58:26 2026 -0400
comment
commit 370483100a161177a6e4b1c4fce34ea77b118064
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:48:04 2026 -0400
comment
commit d61222830d23fd0319f68d33af7863490168974b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:35:07 2026 -0400
build
commit 7be6f751bc7f219f601ab3e085edfa781f2c9590
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:34:47 2026 -0400
comment
commit 9f1476c1757ac70c4771f2d281ad81da70effd29
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:34:18 2026 -0400
improve autogenerated comment
commit 6307c7afbe7707ee7310249b4393a28058816b31
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:02:13 2026 -0400
build
commit 1452f9e85ca3e8cc0795aa68d3b56a0e58545b9c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 06:01:38 2026 -0400
fix
commit 1625ac75055539aae36287417ae612c5c620c4f3
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 05:59:58 2026 -0400
comment
commit 7a841deeb4b9f83b96201ba5c33c3b3cd299f126
Merge: 832f02d eec3b98
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 05:42:50 2026 -0400
Merge remote-tracking branch 'github-kicksecure/master'
commit eec3b984b95ec6e9cd202f50271e9788c2caea6c
Merge: 832f02d 7ca87f6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 05:41:12 2026 -0400
Merge pull request #20 from assisted-by-ai/master
ci
commit 7ca87f67260ca74831bc48ddbadce119a25e3e88
Merge: 832f02d 8ed92be
Author: assisted-by-ai (Bot Account) <server@kicksecure.com>
Date: Thu Apr 9 05:40:05 2026 -0400
Merge pull request #2 from assisted-by-ai/claude/fix-ci-nodejs-deprecation
ci: update actions to Node.js 24
commit 8ed92be4304c1c3402d6c6f3ffa7ab2461a53dba
Author: Claude <noreply@anthropic.com>
Date: Thu Apr 9 07:43:00 2026 +0000
ci: update actions to Node.js 24 to fix deprecation warnings
- actions/checkout v4 → v5
- dorny/paths-filter v3 → v4
Node.js 20 actions will be forced to Node.js 24 starting June 2, 2026,
and removed from runners September 16, 2026.
https://claude.ai/code/session_01EZcsmvQWmaAJDM6KXL1RoT
commit 832f02d85628278ffa9b6cb95374fbaead8a3a12
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 03:21:55 2026 -0400
fix
commit f363ce3eedb9e66573d778762a608a9e0e0e0892
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 03:17:16 2026 -0400
refactoring
commit f8c152869b72881540a06123c65043cf020d9c01
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 03:16:07 2026 -0400
build
commit ba28e861c2a311e43ca156d221076faaadb529c9
Merge: 71d14ba f25cfdf
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Apr 9 03:14:51 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit f25cfdfd46c918d5569d6d1dc76e506b7672231b
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Wed Apr 8 20:04:09 2026 -0400
WIP, UNTESTED: Various dist-installer-cli improvements, Fedora 43+ compatibility (mostly from Claude Code)
commit 71d14ba119344e8ad9048b8c02c481af4b293fba
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 14:23:28 2026 -0400
build
commit d0de5dd3683f24e6f58f4416224cea453e664ea6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 14:23:05 2026 -0400
refactoring
commit 1a80e14ed4cdf2c23f8de604de6bd1eb8f4caadd
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 14:04:39 2026 -0400
fix
commit 8c5528792ad3e715f294da1a1cea0ffdf1c70632
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 17:52:55 2026 +0000
bumped changelog version
commit 54aa988e34e25ef85ff81847f01964f6832da582
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 10:30:28 2026 -0400
fix
commit 041cf000e096d06684318f2b38e6b60ea4c1d868
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 10:30:09 2026 -0400
fix
commit 3f50018ae8d74ec8517feb991773ac4da90c34f9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 10:21:53 2026 -0400
build
commit 2acb5334f6ee56f55dab5953ef836627f7c79314
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 10:21:08 2026 -0400
end-of-options
commit eeb9b62c613f18e7390bc36ba96593407b3edaaa
Merge: ee5159e eedccfb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Apr 8 10:20:17 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit eedccfbb95d936363706f13c4ecef475562d94fe
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Tue Apr 7 22:34:04 2026 -0400
check-user-slice-on-shutdown: Give the user slice a few more seconds to shut down
commit a23d7c7f31650c1dbd7e2fcd87531c07f9189d3d
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Apr 5 14:23:49 2026 -0400
Security and robustness improvements for dist-installer-cli (mostly taken from Claude Code)
commit ee5159ecad37f1e69f80dd284c7d2e53f6dcd26e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Mar 14 12:10:42 2026 +0000
bumped changelog version
commit fc300235c49280df507552a920cbb6cdf0b58aa3
Merge: c545a84 8a5a411
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Mar 14 07:24:46 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 8a5a411d7fcdecfbffebd4651a77114e642cb613
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Wed Mar 11 20:32:24 2026 -0400
build
commit 3380db6e3e21c0147968b1fe43a715ca3a71b537
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Wed Mar 11 20:31:50 2026 -0400
Use deb822 sources on Ubuntu 26.04 (Resolute), use Oracle's VirtualBox packages on Ubuntu, move Secure Boot check earlier
commit c545a843ef77c38afbc63dd232af70d9d3a485f5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 27 14:34:02 2026 +0000
bumped changelog version
commit 718751fcb0eef7bab26200d52542ae5556d1d220
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 27 09:30:59 2026 -0500
build
commit ad8dd4db699420885974ba27878a3f64efbdbf2d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 27 09:03:48 2026 -0500
build
commit 14f6375e1db82f0cebfe7f16389b6cd165e21347
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Feb 16 10:31:22 2026 +0000
bumped changelog version
commit 93d532546230518297f6c73c6440241970cebedf
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Feb 16 05:21:49 2026 -0500
build
commit d609302e6d15b51499e68c89145cec285b9eeed4
Merge: d15c228 2cc7594
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Feb 16 05:21:23 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 2cc7594336f46dfc7b982975e4b88a417a32e294
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Feb 15 23:57:51 2026 -0600
Adjust where dist-installer-cli looks for the DKMS MOK key on Ubuntu
commit d15c22873fd3117a1d1c6490dbca1aa6d7ddc7a5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Feb 14 12:44:34 2026 +0000
bumped changelog version
commit 08ec4830d0f959437d1b26cd8b79e472a35cd74e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Feb 14 07:22:51 2026 -0500
build
commit f9a3323d9fd200e2540bd4d58ff2e28de2b14b42
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Feb 14 05:49:12 2026 -0500
output
commit 3835d5b30f106fba96e693c18a3c6637829c0cc9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Feb 10 12:19:28 2026 +0000
bumped changelog version
commit 11f1ef3277b1d6ce1cc8a0e4049936b92200b15e
Merge: 821dc59 1c727e3
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Feb 10 07:10:55 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 1c727e3f35d629fcacc6e5589c90aa3b4914649e
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Mon Feb 9 21:34:34 2026 -0600
Suppress the zsh-newuser-install wizard
commit 7f79543b61271ec6246dee3461fca2f4d3721e1e
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Feb 8 17:09:40 2026 -0600
Add a missing copyright declaration
commit 821dc59e3566456f70350293db906310938169bb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Feb 4 10:31:38 2026 +0000
bumped changelog version
commit 198e3be2a5e6833e33e33036a3feaeeb252d3363
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Feb 4 05:28:26 2026 -0500
build
commit ede8e74a553e5b9fa67685709e7594e72a1a4777
Merge: 4eeac78 d2ee165
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Feb 4 05:24:06 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit d2ee1652bb5a3bfa945711a315a1a22559ddd8a2
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Feb 2 20:23:18 2026 -0600
build
commit b5e658c51756f171c5d16c82beca225e9e46e831
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Feb 2 20:23:00 2026 -0600
Refactor script sourced checks
commit 4eeac780954ac1139d2cd303a6b28da565510904
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 18:11:37 2026 +0000
bumped changelog version
commit b1d452d1767115ecee8afded3c5a0495b0b9f88e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 13:09:15 2026 -0500
build
commit c04931a1709132bd0171a88731c25be40ef5a065
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 12:25:02 2026 -0500
fix `/etc/dkms/framework.conf.d/30_usability-misc.conf` for non-English locale
commit ee058798e3e2024b1db3731fa9322e74d8069429
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 15:11:05 2026 +0000
bumped changelog version
commit af6c332e54b8a7f6fecadd5e117f92f49d0127cb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 10:10:37 2026 -0500
update signing key
commit fe7b4d5674b7a3a95cc3925137e348f9929a1a4a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 15:06:05 2026 +0000
bumped changelog version
commit 66cb61e2dfb937409a4bdcf9edbe3f74bc8813d5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 09:59:07 2026 -0500
build
commit 7adaf9995d5770ed6ff7df91e4c4fea7aa28b2b6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 09:58:19 2026 -0500
skip strings.bsh unit test
commit 942b8206b77e1811dfbc6c200202d4b16cc975aa
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 14:03:02 2026 +0000
bumped changelog version
commit 9c8b2afa2e386a8faed7bc5f521edb31130a9162
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Feb 1 08:32:04 2026 -0500
build
commit 34e647efea440d0b396ee05ba572fa19b9b98372
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 28 12:01:21 2026 +0000
bumped changelog version
commit b35c4fd347a39701d417fefa417b9aef1f68c017
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 28 07:01:01 2026 -0500
update link
commit 5cd25f1267f3d144811522ba6a6a482a936e967e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 28 06:59:46 2026 -0500
shutdown speed fix: `run orca-kill-at-shutdown.service` only if file `/usr/bin/orca` exists
commit 0bc49ce03de226ce93f0b679e3f1967d57716b37
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 22 11:01:50 2026 +0000
bumped changelog version
commit 96c0d37854574e402b0d2aeb041ecb42ea7849b2
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 22 05:55:50 2026 -0500
build
commit b040c91ff3325ef45130844181605f8c8e35bcc7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Jan 16 12:11:35 2026 +0000
bumped changelog version
commit 7d4686efdcfba7ba26f12a7bacf4f57e2e436f1d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Jan 16 07:08:33 2026 -0500
build
commit 90e6afb7ec7bc066338043eb94546f76c5312627
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 13:11:40 2026 +0000
bumped changelog version
commit 87a747c4ab007fe6db7cea2ce666774cf3a24361
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 06:35:08 2026 -0500
build
commit d8fbc6f6141b9ef66c25b4f62b40b843329866f4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 06:33:35 2026 -0500
`dist-installer-cli`: point out if folder `/home/user` does not exist likely due to never having logged in under account `user`
commit ff13d1d6563e52b5f0ee64ce5c562712af0d4654
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:40:31 2026 -0500
fix
commit 66f11235fe831eecc5c3ed9e90f7cefb58919d5e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:40:11 2026 -0500
refactoring
commit e874801c3374dcabb50db45734b54078bfee5dc5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:36:48 2026 -0500
long option names
commit c2e1f7659c77930af21946cdfd292d32a1282271
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:32:49 2026 -0500
improve
commit d8d26fe651a33036ab0fd63eb52b1e4b0e1c695c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:22:52 2026 -0500
comment
commit ac75d5429da9950383d241b0f1fd486efdc1b5b6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:20:57 2026 -0500
output
commit a07603d3b9aec5204ea27e81fea50d5ddccae172
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:19:48 2026 -0500
`dist-installer-cli`: fix: honor `--user=user` option in sysmaint session
commit ecdc0a126e30bf5f9b5d640dd05eee4079ec9799
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:09:49 2026 -0500
comments
commit df04432884db0b37a3d15e37abc3ced6b462a8d0
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:06:49 2026 -0500
long option names
commit 2e3676e1adda67e51e1ce231c839db9dac957a89
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 05:04:00 2026 -0500
output
commit e3b867c0024f3ef55dca9ec05b05ed76331bd531
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 04:59:28 2026 -0500
output
commit 993fe2488e32641bf80fe70c285bacbec853c42a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 04:58:22 2026 -0500
comment
commit ae7aa7ddc94ceab3df77960b02b46ac6c3209b49
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 04:56:52 2026 -0500
output
commit f82ae63bb6a857bc8164397d915eaed655856fb9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 04:53:39 2026 -0500
output
commit 0821f187a55d4e10e3e0a7d43082e799d6d62f2c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 04:50:51 2026 -0500
long option names
commit 2382e9d0f08fac90c7aba61db900245ce73ed26b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 16:42:12 2026 +0000
bumped changelog version
commit 901d575b5bde316dbdb5d66b14ba883749525c79
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 11:12:18 2026 -0500
typo
commit cfdfc914c80fe2bfbf6fd0ea6b414e141bd7a0e6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 10:53:28 2026 -0500
typo
commit ff7ec1d3574dcb0a75aa26d33619d45a71fb99c7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 07:09:48 2026 -0500
readme
commit 33a8134dac6436e5ea215dbe66fb7096208512f4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 10:55:01 2026 +0000
bumped changelog version
commit c346a9a58835cc0e5a51bacad7e22a3c4877ca9d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 05:52:48 2026 -0500
build
commit 404621e62ee07e2a8584532db30f6734baee5e83
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Jan 9 10:35:56 2026 +0000
bumped changelog version
commit 732ef70ad744d553380515c0fd3a7cd99155bd0f
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Jan 9 05:03:18 2026 -0500
build
commit 67c9b7363e0c3607d54e5db13fa08fdc05cffc5f
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 16:15:29 2026 +0000
bumped changelog version
commit 3ccdcd485ccb13436e3c3acd46a566d7472bb1be
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 11:10:52 2026 -0500
build
commit 8aff40afe30023e57f3afd05a75107dc9e613965
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 09:45:14 2026 +0000
bumped changelog version
commit 79eac9b0742366583d6ec18cb2bb276b9eeef6be
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 04:41:15 2026 -0500
build
commit e1338381a81c2f70c5c2cc5044f1dc7103b31d07
Merge: 387d176 975cebb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 04:39:56 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 387d1760f4cf6441cb0c88402410d206fa1c75c4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 04:39:42 2026 -0500
quotes
commit 975cebbc06f6f137371905786acf1d2581b2d3c5
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Jan 8 00:15:28 2026 -0600
Typo'd variable name fix in dist-installer-cli
commit 57616f90fc834ad8e903030d386811b5c2ae9c76
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Jan 8 00:11:49 2026 -0600
Fix the deb822 regex matcher of dist-installer-cli (was failing to pipe anything into 'cut')
commit f24fb284ffb7ad9ddacdabe83f268dbddee32a25
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 10:21:38 2026 +0000
bumped changelog version
commit 41af39b36bdd821c914fa7f9e43e2f6d508c0801
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 05:17:40 2026 -0500
build
commit 1982247d7cedb9bc6f2ebf1441901c66f51c2f2e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 05:17:16 2026 -0500
refactoring
commit d6b54ea12e06d48c684cc9fb14629525cb636b5d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 13:15:56 2026 +0000
bumped changelog version
commit c7865eaf1406424d1f71d7b409ce36ab6ffd1306
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 08:15:38 2026 -0500
fix
commit 337dc89d54bc7d67ac23ab746ff0160bbe321930
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 13:01:49 2026 +0000
bumped changelog version
commit 49d6cce737c8a3026782666b5eadc82aadd9ad2f
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 06:20:15 2026 -0500
description
commit afd3f43e6524d258c3f849a7937a0bd5b40c273d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 06:17:43 2026 -0500
move `shim-signed-mok-setup` to helper-scripts
commit 981c36d5f378540c0d53bdda367af9cbfff7818b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 05:57:57 2026 -0500
improve
commit 34afd372ea27777cc697988109e672d01af24e71
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 05:51:23 2026 -0500
code simplification
commit cd568262ba389840e131c1b391da0a56c938e2d1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 05:42:29 2026 -0500
output
commit 025b52d9b063cb414071fc9a4ce077223a2d53b0
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 05:41:52 2026 -0500
minor
commit 4080296077d29bb6ac98cee1fd3443bd05db6d0a
Merge: 6e91e5f 36206e1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 6 05:39:07 2026 -0500