|
| 1 | +commit ecd17c811e68a9d84992714014c32aa455b3d021 |
| 2 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 3 | +Date: Mon Dec 8 07:37:04 2025 -0500 |
| 4 | + |
| 5 | + re-generate man pages (generated using "genmkfile manpages") |
| 6 | + |
| 7 | +commit 0b1c91cce205f581b031dd001e75094e55fee599 |
| 8 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 9 | +Date: Mon Dec 8 07:29:49 2025 -0500 |
| 10 | + |
| 11 | + set keymap scripts: port to localectl-static for higher reliability inside chroot |
| 12 | + |
| 13 | +commit 6f8083033f320229e58c6624c007cffe19e95ea6 |
| 14 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 15 | +Date: Mon Dec 8 07:19:03 2025 -0500 |
| 16 | + |
| 17 | + add `usr/bin/localectl-static` |
| 18 | + |
| 19 | +commit 44fe01771ed06a352c2ce40d61675949555d7c3e |
| 20 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 21 | +Date: Mon Dec 8 07:12:05 2025 -0500 |
| 22 | + |
| 23 | + add `usr/share/helper-scripts/localectl-list-x11-keymap-variants-static.txt` |
| 24 | + |
| 25 | +commit e63abe88dde93901df90f36e45b6c74cbd7881bc |
| 26 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 27 | +Date: Mon Dec 8 07:11:38 2025 -0500 |
| 28 | + |
| 29 | + fix |
| 30 | + |
| 31 | +commit 22688b7204a1d17f3768446b0dd8e3b788ab1fc3 |
| 32 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 33 | +Date: Mon Dec 8 07:10:25 2025 -0500 |
| 34 | + |
| 35 | + fix |
| 36 | + |
| 37 | +commit 78e6d96996966e2a1209050edfdf6ae483c242cf |
| 38 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 39 | +Date: Mon Dec 8 07:00:48 2025 -0500 |
| 40 | + |
| 41 | + add `usr/share/helper-scripts/localectl-list-x11-keymap-layouts-static.txt` |
| 42 | + |
| 43 | +commit 2c16228d14274d928fde8ae1f1350bc818c309cf |
| 44 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 45 | +Date: Mon Dec 8 06:58:20 2025 -0500 |
| 46 | + |
| 47 | + add `/usr/share/helper-scripts/localectl-static-list-update` |
| 48 | + |
| 49 | +commit 2ae531630146d92419a32abb77bf47fd7deb0734 |
| 50 | +Merge: f6876ea 3d12d9b |
| 51 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 52 | +Date: Mon Dec 8 06:44:35 2025 -0500 |
| 53 | + |
| 54 | + Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie' |
| 55 | + |
| 56 | +commit 3d12d9ba576dce49716cfaf1f6b6aa32e12a5b10 |
| 57 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 58 | +Date: Sun Dec 7 10:06:16 2025 -0600 |
| 59 | + |
| 60 | + Make stdisplay, strip_markup, unicode_show, sanitize_string library files non-executable, fix return value on unicode decode failure in unicode_show (suggested by Codex) |
| 61 | + |
| 62 | +commit 726e4e663805f057e0ab748c64b7e27874eaeb0c |
| 63 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 64 | +Date: Sat Dec 6 23:12:31 2025 -0600 |
| 65 | + |
| 66 | + Add unicode_show module to CI watched paths |
| 67 | + |
| 68 | +commit 49ffd2e97bcbe6f1bec93ee3d3a3123d535b8694 |
| 69 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 70 | +Date: Sat Dec 6 23:11:07 2025 -0600 |
| 71 | + |
| 72 | + unicode-show: Add filename sanitization and corresponding test |
| 73 | + |
| 74 | +commit ec70b55149d47d03ad4adb38b7af18ea2c0fcaa5 |
| 75 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 76 | +Date: Sat Dec 6 22:39:01 2025 -0600 |
| 77 | + |
| 78 | + Disable Ubuntu 24.04 tests due to incompatibility with Python 3.12, add test suite for unicode-show, make unicode-show treat carriage returns as suspicious |
| 79 | + |
| 80 | +commit 3f404e3d8accfd06339f13cb7c4e7e6238195b07 |
| 81 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 82 | +Date: Fri Dec 5 15:32:20 2025 -0600 |
| 83 | + |
| 84 | + Fix grep-find-unicode-wrapper failing to detect malicious unicode |
| 85 | + |
| 86 | +commit f401a2117eb2c7d30fe726616d9ff7469b721c3e |
| 87 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 88 | +Date: Fri Dec 5 15:15:26 2025 -0600 |
| 89 | + |
| 90 | + Remove need for explicit pytest checks in stdisplay utilities, explicitly specify newlines and encodings for text I/O |
| 91 | + |
| 92 | +commit 6d3109872a4e04374e14829e8dcd6c27bbda0cda |
| 93 | +Author: Aaron Rainbolt <arraybolt3@ubuntu.com> |
| 94 | +Date: Fri Dec 5 14:24:50 2025 -0600 |
| 95 | + |
| 96 | + Use standard copyright headers in stdisplay |
| 97 | + |
| 98 | +commit f6876ea0e9447fe29d33ee7ff334a57fc5fe7c31 |
| 99 | +Author: Patrick Schleizer <adrelanos@whonix.org> |
| 100 | +Date: Fri Dec 5 13:54:36 2025 +0000 |
| 101 | + |
| 102 | + bumped changelog version |
| 103 | + |
1 | 104 | commit 5d992dd5da30bcb4c833e6a9b97a471ca67d2d53 |
2 | 105 | Author: Patrick Schleizer <adrelanos@whonix.org> |
3 | 106 | Date: Fri Dec 5 08:23:05 2025 -0500 |
|
0 commit comments