Skip to content

Commit bdcc37d

Browse files
committed
ts-warp-1.5.8 release
1 parent 69df008 commit bdcc37d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

3-
* **2025.05.24 Current**
3+
* **2025.06.04 ts-warp-1.5.8, gui-warp-1.0.27 (gui-warp-v1.0.34-mac), ns-warp-1.0.7**
4+
* `build.sh`: `libssl/libssh` section tweaks
45
* `ts-warp.c`: `SIGHUP` hooked to recreate/reopen the log-file
56
* `ts-warp.c`: trap signals for the `console` mode as well
67
* `minmiconf:` Updated to version `1.1.1.1`

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define PROG_NAME_SHORT "TSW"
3030
#define PROG_VERSION_MAJOR "1"
3131
#define PROG_VERSION_MINOR "5"
32-
#define PROG_VERSION_BUILD "7"
32+
#define PROG_VERSION_BUILD "8"
3333
#define PROG_VERSION PROG_VERSION_MAJOR "." PROG_VERSION_MINOR "." PROG_VERSION_BUILD
3434
#define PROG_NAME_FULL PROG_NAME " " PROG_VERSION
3535
#define PROG_NAME_CODE PROG_NAME_SHORT PROG_VERSION

0 commit comments

Comments
 (0)