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