-
Release 1 Build Stable
released this
2026-09-09 16:14:07 +00:00 | 16 commits to trunk since this release- #104 Preserve long SQL results and export custom source files (
255d728408)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #104 Preserve long SQL results and export custom source files (
-
Release 1 Build Stable
released this
2026-09-09 15:11:06 +00:00 | 17 commits to trunk since this release- #102 feat(src): verify complete IBM i source captures (
303d01375a)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #102 feat(src): verify complete IBM i source captures (
-
Release 1 Build Stable
released this
2026-09-05 16:13:20 +00:00 | 20 commits to trunk since this release- #99 docs(ci): describe plan-owned package recipe (
297bb6d186)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #99 docs(ci): describe plan-owned package recipe (
-
Release 1 Build Stable
released this
2026-09-05 10:10:08 +00:00 | 25 commits to trunk since this release- #94 perf(ci): reuse admission check during package release (
1b6bf51342)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #94 perf(ci): reuse admission check during package release (
-
Release 1 Build Stable
released this
2026-09-05 03:17:02 +00:00 | 26 commits to trunk since this release- #92 fix(cli): write version report to stdout (
e8b1ab5d5a)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- #92 fix(cli): write version report to stdout (
-
v0.10.3 Stable
released this
2026-08-13 16:19:19 +00:00 | 32 commits to trunk since this releaseChanges
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
zelnet v0.10.2 Stable
released this
2026-07-08 14:40:03 +00:00 | 37 commits to trunk since this releaseFixed
- CLI: an unrecognized
-/--flag is now a loud non-zero error instead of being swallowed as the
hostname (zelnet --bogusused to attempt a DNS lookup for--bogus). A release-pipeline
functional gate exercises the shipped binary to prove it. - CLI: an invalid port now exits non-zero (
zelnet <host> <badport>printed
invalid portbut returned success), matching the host-server verbs. A
release-pipeline functional gate exercises the shipped binary to prove it.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- CLI: an unrecognized
-
zelnet v0.10.1 Stable
released this
2026-07-03 17:34:34 +00:00 | 51 commits to trunk since this releaseAdded
- Multi-command
zelnet cmd:zelnet cmd "CMD1" "CMD2" ...runs N CL commands
sequentially in ONE remote-command job, so job state (CHGCURLIB,ADDLIBLE,OVRDBF)
set by an earlier command holds for later ones — the foundation for compiling into a
target library that the compile-time*LIBLmust resolve. Fail-fast: the first CL
escape stops the sequence and exits non-zero. Single-command output is byte-identical
to before; multi-command runs print azelnet: > CMDheader per command. Positional-arg
overflow is now a loud error instead of a silent drop.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Multi-command
-
zelnet v0.10.0 Stable
released this
2026-07-02 16:32:10 +00:00 | 57 commits to trunk since this releaseAdded
- Plain-telnet (NVT) mode — zelnet's third protocol personality after TN5250/TN3270.
--nvt <host> [port]is a byte-level pass-through liketelnet(1): the enclosing
terminal renders while zelnet answers negotiation (remote ECHO, SGA, the localTERM
as TERMINAL-TYPE, NAWS window reports with resize updates); Ctrl-] disconnects.
Works against Cisco gear, BBSes, Unix telnetd, and VTAM front doors in their ASCII phase. - Automatic NVT fallback: the default 5250 path degrades transparently into NVT
pass-through when the host negotiates an option no block-mode host uses (WILL ECHO/
DO NAWS), sozelnet some-switch 23just works instead of hanging. Block mode is only
entered when the server explicitly negotiates it — the detection cannot false-positive. - Scripted NVT gate:
--nvt --play "expect <t>; send <t>; type <t>; enter; pause <ms>; dump"drives a plain-telnet host headless with ordered, consuming expect matching —
a CI gate for NVT behavior (a missed expect exits non-zero). Pairs with--record. --recordnow also works with--drive(TN3270): scripted mainframe sessions record
their driven panels as asciicast reels, same as--playon 5250. NVT recordings are
raw byte-stream events (UTF-8-sanitized) with synthetic pacing.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Plain-telnet (NVT) mode — zelnet's third protocol personality after TN5250/TN3270.
-
zelnet v0.9.6 Stable
released this
2026-07-01 16:23:30 +00:00 | 66 commits to trunk since this releaseChanged
- Release cut through the hardened package signing path: the apt/dnf repos are GPG-signed
and verified by signature alone — the promote step no longer executes the built package's
maintainer scripts (dpkg postinst) next to the private signing key. No functional change
to zelnet.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Release cut through the hardened package signing path: the apt/dnf repos are GPG-signed