Overview
Comment: | Release. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | release-0.13.2 |
Files: | files | file ages | folders |
SHA3-256: |
1fd5b3df6f425846e2a7d65d1010e4a9 |
User & Date: | Cthulhux on 2024-04-29 22:16:39 |
Other Links: | manifest | tags |
Context
2024-04-30
| ||
09:41 | [Feature] On Windows, Ghostscript replaced pdfroff. [Bugfix] The groff detection logic was not as logical as it should have been. check-in: f5f4824b2b user: Cthulhux tags: trunk | |
2024-04-29
| ||
22:16 | Release. check-in: 1fd5b3df6f user: Cthulhux tags: release-0.13.2, trunk | |
12:13 | Fixed Windows build (typo) check-in: 2128815afe user: Cthulhux tags: trunk | |
Changes
Modified CHANGES.txt from [765ca8da83] to [2e230b613d].
|
| | > | 1 2 3 4 5 6 7 8 9 | Version 0.13.2 2024-04-30 [Improved] Multi-threading is more standards-compliant now (thanks @Th69). ------------------------------- Version 0.13.1 2024-01-29 |
︙ | ︙ |
Modified src/groffstudio.lpi from [a3c199dac0] to [fea6e0a2b8].
︙ | ︙ | |||
20 21 22 23 24 25 26 | </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="13"/> <RevisionNr Value="2"/> | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="13"/> <RevisionNr Value="2"/> <BuildNr Value="3"/> <StringTable ProductName="groffstudio"/> </VersionInfo> <BuildModes> <Item Name="Default" Default="True"/> </BuildModes> <PublishOptions> <Version Value="2"/> |
︙ | ︙ |