Skip to content

Commit 7a8d26b

Browse files
committed
New release td-system-tools-2.0.10.
1 parent d8719e1 commit 7a8d26b

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CMakeLists.txt

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

3434
SET(BUILD_MAJOR "2")
3535
SET(BUILD_MINOR "0")
36-
SET(BUILD_PATCH "9")
36+
SET(BUILD_PATCH "10")
3737
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3838

3939

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
commit d8719e1bad49eac1982bb5e2ed3f183a89e028ea
2+
Author: Thomas Dreibholz <[email protected]>
3+
Date: Sat Apr 26 12:47:39 2025 +0200
4+
5+
Manpage fix.
6+
7+
commit 233fbc872a1d8103fe6be7fc10138a6936caa9a7
8+
Author: Thomas Dreibholz <[email protected]>
9+
Date: Mon Apr 14 09:35:39 2025 +0200
10+
11+
New release td-system-tools-2.0.9.
12+
113
commit 500b32a221701b592108c9744ec0b12799abc5f7
214
Author: Thomas Dreibholz <[email protected]>
315
Date: Wed Mar 5 13:38:06 2025 +0100

debian/changelog

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

33
* New upstream release.
44
* Closes: #1073548 (ITP).
5+
6+
-- Thomas Dreibholz <[email protected]> Sat, 26 Apr 2025 14:58:22 +0200
7+
8+
td-system-tools (2.0.9-1ubuntu1) trixie; urgency=medium
9+
10+
* New upstream release.
511
* debian/control: Updated standards version to 4.7.2.
612

713
-- Thomas Dreibholz <[email protected]> Mon, 14 Apr 2025 09:35:37 +0200

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.0.9
2+
DISTVERSION= 2.0.10
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.0.9
2+
Version: 2.0.10
33
Release: 1
44
Summary: Print basic system information and banners
55
Group: Applications/System
@@ -230,6 +230,8 @@ support for fractional seconds.
230230

231231

232232
%changelog
233+
* Sat Apr 26 2025 Thomas Dreibholz <[email protected]> - 2.0.10
234+
- New upstream release.
233235
* Mon Apr 14 2025 Thomas Dreibholz <[email protected]> - 2.0.9
234236
- New upstream release.
235237
* Wed Mar 05 2025 Thomas Dreibholz <[email protected]> - 2.0.8

0 commit comments

Comments
 (0)