| Change |
Effect |
1 | Added const qualifier to field name. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Added const qualifier to field vcsAuthor. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
3 | Added const qualifier to field vcsBranch. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
4 | Added const qualifier to field vcsCommitter. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
5 | Added const qualifier to field vcsDate. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
6 | Added const qualifier to field vcsId. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
7 | Added const qualifier to field vcsStatus. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
8 | Added const qualifier to field vcsTag. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
9 | Added const qualifier to field version. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
10 | Type of field name has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
11 | Type of field vcsAuthor has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
12 | Type of field vcsBranch has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
13 | Type of field vcsCommitter has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
14 | Type of field vcsDate has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
15 | Type of field vcsId has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
16 | Type of field vcsStatus has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
17 | Type of field vcsTag has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
18 | Type of field version has been changed from char const* to char const*const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |