Bug 7668

Summary: Client installation examples have wrong version/release number
Product: ThinLinc Reporter: Pierre Ossman <ossman>
Component: DocumentationAssignee: Bugzilla mail exporter <bugzilla-qa>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: trunk   
Target Milestone: LowPrio   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:
Bug Depends on: 6967, 7667    
Bug Blocks:    

Description Pierre Ossman cendio 2021-03-25 10:48:12 CET
As a result of practical issues on bug 7661 we were forced to remove the correct version and release numbers from the examples in the documentation. This is something we'd like to revert once we are able to.

The core issue was that we have separate builds for the client and server, but a common documentation. That means that the documentation generated as part of the server build will have incorrect release numbers.

To fix this we'd need to either:

 a) Separate build numbers from release numbers (bug 7667)

 b) Split the documentation in to client and server documentation (bug 6967)
Comment 1 Pierre Ossman cendio 2021-10-19 09:38:22 CEST
Note that this can be a bit tricky after bug 4951 as reStructuredText doesn't allow much formatting nesting, so substitution markup won't work everywhere.