|
Size: 1071
Comment: Comment on the topic.
|
← Revision 4 as of 2012-11-28 20:15:11 ⇥
Size: 1068
Comment: Fix some data.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Email: <<MailTo(perezmeyer AT SPAMFREE gmail DOT com)>> | Email: <<MailTo(lisandro AT SPAMFREE debian DOT org)>> |
| Line 7: | Line 7: |
| IRC: lisandropm, #debian-ar | IRC: lisandro, #debian-ar |
Lisandro Damián Nicanor Pérez Meyer
Email: <lisandro AT SPAMFREE debian DOT org>
IRC: lisandro, #debian-ar
API/ABI changes check list
Things to check when packaging a new version of a library.
- No functions should be removed or change signature
- Library classes should not have new virtual methods added
The size of the class must not change, usually 'no new class variables', but it is not fully accurate. "does it use d-pointers' is usually good enough
