Skip to content

Commit 834007e

Browse files
committed
bumped changelog version
1 parent b37d4dc commit 834007e

File tree

2 files changed

+105
-0
lines changed

2 files changed

+105
-0
lines changed

changelog.upstream

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,102 @@
1+
commit b37d4dc796a53c6d12f22e371c539a0dd1444ef8
2+
Merge: 5be4f5a 370bd93
3+
Author: Patrick Schleizer <adrelanos@whonix.org>
4+
Date: Wed Apr 16 17:41:55 2025 -0400
5+
6+
Merge remote-tracking branch 'ArrayBolt3/master'
7+
8+
commit 5be4f5ac6d25eda633616027b1bdb5eb52d32431
9+
Author: Patrick Schleizer <adrelanos@whonix.org>
10+
Date: Wed Apr 16 17:40:38 2025 -0400
11+
12+
fix; code simplification
13+
14+
commit bfd85383085c9a193f5afdee2972a6ecd92c7e01
15+
Author: Patrick Schleizer <adrelanos@whonix.org>
16+
Date: Wed Apr 16 16:09:24 2025 -0400
17+
18+
output
19+
20+
commit 355c973630d779e77cbe37323bfffb98b1a668bc
21+
Author: Patrick Schleizer <adrelanos@whonix.org>
22+
Date: Wed Apr 16 15:21:02 2025 -0400
23+
24+
chmod +x
25+
26+
commit ea979fee069d756a1b525ebced88f0031b1853fb
27+
Author: Patrick Schleizer <adrelanos@whonix.org>
28+
Date: Wed Apr 16 15:20:19 2025 -0400
29+
30+
chmod +x
31+
32+
commit 6fbf2e6bbdf7a2ea6c5893b16bc34f92bee8c5fe
33+
Author: Patrick Schleizer <adrelanos@whonix.org>
34+
Date: Wed Apr 16 15:17:52 2025 -0400
35+
36+
chmod +x
37+
38+
commit b9f4ad3de0f2ca43ff5d70e94a19be3bc124b05c
39+
Author: Patrick Schleizer <adrelanos@whonix.org>
40+
Date: Wed Apr 16 13:45:27 2025 -0400
41+
42+
genmkfile manpages
43+
44+
commit 8bc16dbc4d735999d641177aecf87f52830896cf
45+
Merge: 815363c 08eb6b2
46+
Author: Patrick Schleizer <adrelanos@whonix.org>
47+
Date: Wed Apr 16 12:31:45 2025 -0400
48+
49+
Merge remote-tracking branch 'github-kicksecure/master'
50+
51+
commit 08eb6b2acc039e6d43725e8b217c9ed97bc66432
52+
Merge: 815363c 0f0fc67
53+
Author: Patrick Schleizer <adrelanos@whonix.org>
54+
Date: Wed Apr 16 12:29:38 2025 -0400
55+
56+
Merge pull request #23 from ben-grande/stcatn
57+
58+
Deprecated stcatv and add stcatn
59+
60+
commit 0f0fc67b554d426a41df2ceb5b8c7c1daccf579b
61+
Author: Ben Grande <ben.grande.b@gmail.com>
62+
Date: Wed Apr 16 13:21:04 2025 +0200
63+
64+
Deprecated stcatv and add stcatn
65+
66+
Deprecate stcatv:
67+
68+
- The 'M-' and '^' notation were not covering all unicode codepoints,
69+
issue is present in cat from coreutils also.
70+
71+
Add stcatn:
72+
73+
- Printing data without ending with a newline can lead to problems on
74+
the terminal and also how the file is read by another problem later.
75+
Add a newline at the end of each file that does not have one.
76+
- Trailing whitespace is trimmed from each line.
77+
78+
Fixes: https://github.com/Kicksecure/helper-scripts/issues/22
79+
Fixes: https://github.com/Kicksecure/helper-scripts/issues/21
80+
Fixes: https://github.com/Kicksecure/helper-scripts/issues/20
81+
82+
commit 370bd938dd54f9a53f95913ac174189d6cf57a03
83+
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
84+
Date: Tue Apr 15 23:50:44 2025 -0500
85+
86+
Fix broken symlink conversion for append-once and overwrite
87+
88+
commit dc20f4921bffd6960d1ccc5c6c34131a9b632081
89+
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
90+
Date: Tue Apr 15 20:48:38 2025 -0500
91+
92+
Fix copyright headers for pwchange utilities
93+
94+
commit 815363c816cc04954149a9e915c25ae2cfe8ec12
95+
Author: Patrick Schleizer <adrelanos@whonix.org>
96+
Date: Tue Apr 15 21:17:54 2025 +0000
97+
98+
bumped changelog version
99+
1100
commit ca7c42158571987fe33415d8c3eee0996b33b350
2101
Author: Patrick Schleizer <adrelanos@whonix.org>
3102
Date: Tue Apr 15 17:14:40 2025 -0400

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
helper-scripts (3:30.7-1) unstable; urgency=medium
2+
3+
* New upstream version (local package).
4+
5+
-- Patrick Schleizer <adrelanos@whonix.org> Wed, 16 Apr 2025 22:47:13 +0000
6+
17
helper-scripts (3:30.6-1) unstable; urgency=medium
28

39
* New upstream version (local package).

0 commit comments

Comments
 (0)