Skip to content

Commit a13fcff

Browse files
committed
New release td-system-tools-2.1.2.
1 parent 623a40e commit a13fcff

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-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 "1")
37+
SET(BUILD_PATCH "2")
3838
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3939

4040

ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
commit 623a40e4cb30f74e0590866b168dae825866aab0
2+
Author: Thomas Dreibholz <[email protected]>
3+
Date: Tue Jun 17 23:07:08 2025 +0200
4+
5+
Minor clean-ups.
6+
7+
commit 9614bfd481c5816dd5ba5f3acc167a4c4857cf39
8+
Author: Thomas Dreibholz <[email protected]>
9+
Date: Tue Jun 17 23:03:33 2025 +0200
10+
11+
Removed now unnecessary Bash 5.2.21 "printf" bug work-around.
12+
13+
commit e21318394e5cde2a1f99433a2e05ea93f070e0d8
14+
Author: Thomas Dreibholz <[email protected]>
15+
Date: Tue May 13 11:35:12 2025 +0200
16+
17+
Updated FreeBSD port.
18+
19+
commit 6585fdd3b7615d9190dbe23218c0aa42b78ef7e1
20+
Author: Thomas Dreibholz <[email protected]>
21+
Date: Mon May 12 22:51:07 2025 +0200
22+
23+
New release td-system-tools-2.1.1.
24+
125
commit 69294977b70873d0d5e7c78447da495134900a69
226
Author: Thomas Dreibholz <[email protected]>
327
Date: Mon May 12 22:24:25 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.1-1ubuntu1) trixie; urgency=medium
1+
td-system-tools (2.1.2-1ubuntu1) trixie; urgency=medium
22

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

6+
-- Thomas Dreibholz <[email protected]> Wed, 18 Jun 2025 10:04:21 +0200
7+
8+
td-system-tools (2.1.1-1ubuntu1) trixie; urgency=medium
9+
10+
* New upstream release.
11+
612
-- Thomas Dreibholz <[email protected]> Mon, 12 May 2025 22:51:05 +0200
713

814
td-system-tools (2.1.0-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.1
2+
DISTVERSION= 2.1.2
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.1
2+
Version: 2.1.2
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+
* Wed Jun 18 2025 Thomas Dreibholz <[email protected]> - 2.1.2
257+
- New upstream release.
256258
* Mon May 12 2025 Thomas Dreibholz <[email protected]> - 2.1.1
257259
- New upstream release.
258260
* Sun Apr 27 2025 Thomas Dreibholz <[email protected]> - 2.1.0

0 commit comments

Comments
 (0)