Ticket #113 (new defect)

Opened 1 year ago

Last modified 6 months ago

libsyncml's library version did not get updated for 0.4.3 even though symbols got added

Reported by: mbanck Assigned to: abauer
Priority: normal Component: OpenSync
Version: Severity: normal
Keywords: Cc:

Description

The smlDevInfAgentRegisterSession function got added between 0.4.2 and 0.4.3, yet the library version is still at libsyncml.so.0.0.0, indicating no code changes since the first release.

Change History

01/04/08 01:26:30 changed by TBBle

This ticket can probably be closed, changeset:286 means that the soversion will match the library version now. (This means no 1.0.0 release unless the ABI changes incompatibly. _)

02/20/08 01:25:44 changed by mbanck

Added symbols should still be reflected by the library version, i.e. the second digit should get incremented.