Changes between Version 6 and Version 7 of LogTools
- Timestamp:
- Oct 31, 2023, 1:00:43 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LogTools
v6 v7 1 1 === The raw changelog. === 2 For given version rangeprepares a summary for every version increment.3 Every summary point consists of :2 For the given version range, it prepares a summary for every version increment. 3 Every summary point consists of the following: 4 4 5 5 * altered file list 6 6 * the comment. 7 7 8 Although, the comment is not taken from svnlog :)9 The comment is based on diffs ofthe latter and the former version.8 Although, the comment is not taken from SVM log :) 9 The comment is based on diffs between the latter and the former version. 10 10 11 11 Diff on sap file - possible entries: … … 16 16 * the binary has been changed -> CHANGED BINARY 17 17 18 There is an issue when line order has chaged, but this may be managed onother level.18 There is an issue when the line order has changed, but this may be managed on another level. 19 19 20 '''The tool does not exist yet '''20 '''The tool does not exist yet.''' 21 21 22 22 === The STIL.txt-like file === 23 23 24 For every SAP file in a given range of version numbers (usual y the whole range), the24 For every SAP file in a given range of version numbers (usually the whole range), the 25 25 26 26 * sap file name … … 30 30 are taken to the summary. 31 31 32 The COMMENT field value should not be limited to let's say 256 chars. The reasonable limit should be IMO about 16 kB or so. Cannot have FF FFsequence.32 The COMMENT field value should not be limited to let's say 256 chars. The reasonable limit should be IMO about 16 kB or so. It cannot contain an "FF FF" sequence. 33 33 34 '''The tool does not exist yet''' 35 36 37 === 3 ... === 34 '''The tool does not exist yet.'''