Menu

#5 Don't break binary compatibility

closed
nobody
libtool (1)
5
2021-04-19
2019-03-23
No

Please, don't use the 'release' flag for libtool, because it breaks binary compatibility for every new release, even if there are no API changes.

Use only the 'version-info' flag and apply to it the CURRENT:REVISION:AGE form (currently only the 'databox_nano_version' is defining the CURRENT field there, but as the 'release' flag is also used, binary compatibility is broken anyway).

See documentation of libtool:

info libtool
* Versioning::

Discussion

  • Felipe Castro

    Felipe Castro - 2021-04-18

    This is done since version 1.0.0, thanks!
    Someone please close this ticket.

     
  • Brent Baccala

    Brent Baccala - 2021-04-19
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.