|
| 1 | +This is a CHANGE (changelog) file. It may also serve as a README, but should include formatted |
| 2 | +information (below) to provide change information. |
| 3 | + |
| 4 | +Lines which start with '+' and contain one or more ';' characters are "version headers", and are of the form: |
| 5 | +'+ VERSION;[Other fields;]DATE'. The first item is the version number, while the last is the date in form 'yyyy-MM-dd'. |
| 6 | +Subsequent change items should be prefixed with '-'. Change items may span several lines, but a single change item |
| 7 | +should not be broken with an empty line. |
| 8 | + |
| 9 | +Format change information will be parsed and optionally used to populate AppStream '<release>' information element |
| 10 | +using the ${APPSTREAM_CHANGELOG_XML} macro. This means the version changes need now be specified in one place only |
| 11 | +(i.e. a changelog file). See the 'Deploy/app.metainfo.xml' file. |
| 12 | + |
| 13 | +The changelog parser should do a robust job at parsing version information while ignoring superfluous README text |
| 14 | +(such as this), but care should be taken to ensure that version information is correctly formatted. |
| 15 | + |
| 16 | ++ Version 1.0.3; 2023-05-04 |
| 17 | +- The pupnet.conf file upgraded to version 1.4.0 |
| 18 | +- Added ${APPSTREAM_CHANGELOG_XML} to app.metainfo.xml |
| 19 | +- Added ${APPSTREAM_DESCRIPTION_XML} to app.metainfo.xml |
| 20 | +- Other minor corrections and changes |
| 21 | +- This line is deliberate test of escaping XML <>/" characters |
| 22 | + |
1 | 23 | + Version 1.0.2; 2023-04-18
|
2 | 24 | - The pupnet.conf file upgraded to version 1.3.0
|
3 | 25 | - Now builds using .NET6, rather than .NET7 (you can change this in csproj file if needed)
|
|
0 commit comments