Skip to content

Commit aefe815

Browse files
committed
Minor documentation update.
1 parent bf30a31 commit aefe815

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ PROJECT(td-system-tools)
3333
ENABLE_LANGUAGE(C)
3434

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

4040

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ System Tools is a collection of helpful tools for basic system management of Lin
1414
- [Try-Hard](#try-hard) (run a command, with configurable retries on failure),
1515
- [Random-Sleep](#random-sleep) (wait for random time span, with support of fractional seconds).
1616

17-
### System-information
17+
### System-Info
1818

1919
System-Info displays basic status information about the system: hostname, uptime, CPU, memory statistics, disk space statistics, SSH public key hashes, and networking information. Furthermore, it can be configured to show one or more banners (for example, a project name). System-Info can be configured to be automatically run when logging in, providing the user an up-to-date overview of the system.
2020

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.0.10-1ubuntu1) trixie; urgency=medium
1+
td-system-tools (2.1.0~rc0-1ubuntu1) trixie; urgency=medium
22

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

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

814
td-system-tools (2.0.9-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.0.10
2+
DISTVERSION= 2.1.0~rc0
33
CATEGORIES= net
44
MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/
55

rpm/td-system-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: td-system-tools
2-
Version: 2.0.10
2+
Version: 2.1.0~rc0
33
Release: 1
44
Summary: Print basic system information and banners
55
Group: Applications/System

0 commit comments

Comments
 (0)