Skip to content

Commit 117bc5f

Browse files
FiveTechSoftclaude
andcommitted
docs: refresh for rc25 — wire-protocol opcode table rebuilt from source
- index.md / known-issues.md / per-language index pages bumped rc23 -> rc25; known-issues adds rc24 (AdsMg* telemetry) and rc25 (index correctness) to the closed list. - wire-protocol.md: the opcode table had drifted badly from src/network/wire.h — ~20 opcodes carried the wrong hex byte (DescribeTable, GotoBottom, the lock family, AOF, the index subsystem, GetLastTableUpdate) and the M12.14/M12.15 info ops plus the rc24 MgConnect/MgRequest channel were missing entirely. Table regenerated 1:1 from the enum; new section 5.21 documents the MgConnect/MgRequest payload formats. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eae51b9 commit 117bc5f

6 files changed

Lines changed: 152 additions & 84 deletions

File tree

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for the Advantage Client Engine (`ace32.dll` / `ace64.dll` /
1414
`libace.so`) — Harbour / Clipper applications that link against
1515
`contrib/rddads` keep working without recompilation.
1616

17-
Current release: **v1.0.0-rc23**.
17+
Current release: **v1.0.0-rc25**.
1818

1919
## What's in here
2020

docs/es/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ directo** del Advantage Client Engine (`ace32.dll` /
1515
que enlazan contra `contrib/rddads` siguen funcionando sin
1616
recompilar.
1717

18-
Release actual: **v1.0.0-rc23**.
18+
Release actual: **v1.0.0-rc25**.
1919

2020
## Contenido
2121

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A free, open-source, ADS-compatible engine and web Studio.
2020

2121
- Source: [github.com/FiveTechSoft/OpenADS](https://github.com/FiveTechSoft/OpenADS)
2222
- License: Apache License 2.0
23-
- Latest release: **v1.0.0-rc23**
24-
[release notes](https://github.com/FiveTechSoft/OpenADS/releases/tag/v1.0.0-rc23)
23+
- Latest release: **v1.0.0-rc25**
24+
[release notes](https://github.com/FiveTechSoft/OpenADS/releases/tag/v1.0.0-rc25)
2525
· [all releases](https://github.com/FiveTechSoft/OpenADS/releases)
2626
· [CHANGELOG](https://github.com/FiveTechSoft/OpenADS/blob/main/CHANGELOG.md)
2727

docs/known-issues.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 9
66

77
# Known issues — current
88

9-
Status as of **v1.0.0-rc23** (2026-05-15). The historical M3-era
9+
Status as of **v1.0.0-rc25** (2026-05-16). The historical M3-era
1010
compat-breaking CDX / NTX list that lived here is closed and now
1111
only survives in `git log`.
1212

@@ -59,7 +59,7 @@ stunnel / SSH tunnel — see [TLS deployment](en/tls-deployment/)
5959
for the recipes. A dedicated `OPENADS_WITH_OPENSSL=ON` CMake
6060
option is on the roadmap.
6161

62-
## Closed in v1.0.0-rc1 .. rc22
62+
## Closed in v1.0.0-rc1 .. rc25
6363

6464
See `CHANGELOG.md` for the full per-release breakdown. The big
6565
ones since the M3-era list:
@@ -82,6 +82,14 @@ ones since the M3-era list:
8282
M12.17..M12.20.
8383
- **Windows Service + systemd / launchd units** — shipped in
8484
rc14.
85+
- **`AdsMg*` server telemetry** — shipped in v1.0.0-rc24; the
86+
~17 management functions report real figures instead of
87+
zero-fill stubs.
88+
- **Index correctness** — shipped in v1.0.0-rc25:
89+
`AdsCreateIndex61` decoded the wrong option bit (built every
90+
CDX / NTX tag descending), `ALIAS->FIELD` index keys were
91+
unparseable, and not-positioned reads returned generic 5000
92+
instead of `AE_NO_CURRENT_RECORD` (5026).
8593

8694
## Reporting
8795

docs/pt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ de banco de dados compatível com ADS. Funciona como
1515
fazem link com `contrib/rddads` continuam funcionando sem
1616
recompilar.
1717

18-
Release atual: **v1.0.0-rc23**.
18+
Release atual: **v1.0.0-rc25**.
1919

2020
## Conteúdo
2121

0 commit comments

Comments
 (0)