Skip to content

Commit 6585fdd

Browse files
committed
New release td-system-tools-2.1.1.
1 parent 6929497 commit 6585fdd

File tree

5 files changed

+121
-4
lines changed

5 files changed

+121
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENABLE_LANGUAGE(C)
3434

3535
SET(BUILD_MAJOR "2")
3636
SET(BUILD_MINOR "1")
37-
SET(BUILD_PATCH "0")
37+
SET(BUILD_PATCH "1")
3838
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3939

4040

ChangeLog

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,112 @@
1+
commit 69294977b70873d0d5e7c78447da495134900a69
2+
Author: Thomas Dreibholz <[email protected]>
3+
Date: Mon May 12 22:24:25 2025 +0200
4+
5+
Updated CI configuration
6+
7+
commit 48b58d6e44d1597bba157b089fd4d88c7ef15d63
8+
Author: Thomas Dreibholz <[email protected]>
9+
Date: Mon May 12 22:24:22 2025 +0200
10+
11+
Updated CI scripts
12+
13+
commit 4f90161dd8b4a76f423a050987ea45904b593ddf
14+
Author: Thomas Dreibholz <[email protected]>
15+
Date: Mon May 12 22:24:19 2025 +0200
16+
17+
Updated build scripts
18+
19+
commit 0d347201f4ffe1173f7884674c51d76fbb6ff3db
20+
Author: Thomas Dreibholz <[email protected]>
21+
Date: Sun May 11 21:02:12 2025 +0200
22+
23+
Improved manpage. Also fixed too-long lines with hyphenation suggestions \% => no need for Lintian override any more.
24+
25+
commit fa24c68be02a7dfca8812eb4cccafaedb70c7d23
26+
Author: Thomas Dreibholz <[email protected]>
27+
Date: Sat May 10 17:07:06 2025 +0200
28+
29+
Removed debug output.
30+
31+
commit 712ad3f568e7a633aade4dd0650d5d8f063f65c1
32+
Author: Thomas Dreibholz <[email protected]>
33+
Date: Sat May 10 11:42:31 2025 +0200
34+
35+
Added missing Text-Block options to shell completion.
36+
37+
commit 62da1ead12bb5af8efd2a3975ce2d15ba21baadd
38+
Merge: 0103c17 3e5c731
39+
Author: Thomas Dreibholz <[email protected]>
40+
Date: Sat May 10 11:41:32 2025 +0200
41+
42+
Merge branch 'dreibh/text-block'
43+
44+
commit 3e5c731430793a9a53a2d12b779ffb7b552b7fc5
45+
Author: Thomas Dreibholz <[email protected]>
46+
Date: Sat May 10 11:19:03 2025 +0200
47+
48+
Updated test script.
49+
50+
commit b43e614ea08c702d018583893cf2a904bd616f7a
51+
Author: Thomas Dreibholz <[email protected]>
52+
Date: Sat May 10 11:15:50 2025 +0200
53+
54+
Bugfix: Separator must have a separator string of width >= 1, in order to not cause an infinite loop.
55+
56+
commit 3314cc5aedc15ba15c6e3b94fb4ce3a56015c6e1
57+
Author: Thomas Dreibholz <[email protected]>
58+
Date: Sat May 10 10:34:44 2025 +0200
59+
60+
Bugfix: Fixed possible memory leaks found by static analysis.
61+
62+
commit a445cdb71f99c6776f3242ee1aba4f865b85df54
63+
Author: Thomas Dreibholz <[email protected]>
64+
Date: Sat May 10 10:17:39 2025 +0200
65+
66+
Bugfix: Fixed potential error cases found by static analysis.
67+
68+
commit bad03668230a56adbf2e081f291729a9304ceebe
69+
Author: Thomas Dreibholz <[email protected]>
70+
Date: Sat May 10 10:05:15 2025 +0200
71+
72+
Improved in-place and keep-broken options handling.
73+
74+
commit 828d25bbd8b2d4fdd1f7ef64ded53b4ba63c4ffa
75+
Author: Thomas Dreibholz <[email protected]>
76+
Date: Fri May 9 08:54:51 2025 +0200
77+
78+
Some work on update options.
79+
80+
commit 0103c17d1f97ed6d9f1b0e9c9d2dd4bd9272671b
81+
Author: Thomas Dreibholz <[email protected]>
82+
Date: Thu May 8 22:45:42 2025 +0200
83+
84+
Minor fix.
85+
86+
commit c122646e6fe56ba0910c5b832d97864b734a0f05
87+
Author: Thomas Dreibholz <[email protected]>
88+
Date: Thu May 8 22:44:40 2025 +0200
89+
90+
Some message clean-ups.
91+
92+
commit 604701627678832cc43bd83f4683e1a458b8ffed
93+
Author: Thomas Dreibholz <[email protected]>
94+
Date: Thu May 8 22:25:08 2025 +0200
95+
96+
Added missing insert/replace from standard input.
97+
98+
commit f106ac799ce228e5157fcd3e2fab206b52aeff27
99+
Author: Thomas Dreibholz <[email protected]>
100+
Date: Sun Apr 27 20:19:29 2025 +0200
101+
102+
Updated FreeBSD port.
103+
104+
commit 8ff347c38ce733a5455ff54ef75da871deacc419
105+
Author: Thomas Dreibholz <[email protected]>
106+
Date: Sun Apr 27 14:15:09 2025 +0200
107+
108+
New release td-system-tools-2.1.0.
109+
1110
commit aefe815f79164563e32917e464225c768a1523d8
2111
Author: Thomas Dreibholz <[email protected]>
3112
Date: Sun Apr 27 12:09:31 2025 +0200

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
td-system-tools (2.1.0-1ubuntu1) trixie; urgency=medium
1+
td-system-tools (2.1.1-1ubuntu1) trixie; urgency=medium
22

33
* New upstream release.
44
* Closes: #1073548 (ITP).
55

6+
-- Thomas Dreibholz <[email protected]> Mon, 12 May 2025 22:51:05 +0200
7+
8+
td-system-tools (2.1.0-1ubuntu1) trixie; urgency=medium
9+
10+
* New upstream release.
11+
612
-- Thomas Dreibholz <[email protected]> Sun, 27 Apr 2025 14:14:55 +0200
713

814
td-system-tools (2.0.10-1ubuntu1) trixie; urgency=medium

freebsd/td-system-tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= td-system-tools
2-
DISTVERSION= 2.1.0
2+
DISTVERSION= 2.1.1
33
CATEGORIES= net
44
MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/
55

rpm/td-system-tools.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: td-system-tools
2-
Version: 2.1.0
2+
Version: 2.1.1
33
Release: 1
44
Summary: Print basic system information and banners
55
Group: Applications/System
@@ -253,6 +253,8 @@ support for fractional seconds.
253253

254254

255255
%changelog
256+
* Mon May 12 2025 Thomas Dreibholz <[email protected]> - 2.1.1
257+
- New upstream release.
256258
* Sun Apr 27 2025 Thomas Dreibholz <[email protected]> - 2.1.0
257259
- New upstream release.
258260
* Sat Apr 26 2025 Thomas Dreibholz <[email protected]> - 2.0.10

0 commit comments

Comments
 (0)