[asterisk-bugs] [LibPRI 0010376]: [patch] Set SONAME of libpri
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jan 19 13:02:52 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10376
======================================================================
Reported By: tzafrir
Assigned To: mattf
======================================================================
Project: LibPRI
Issue ID: 10376
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 440
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-03-2007 18:13 CDT
Last Modified: 01-19-2008 13:02 CST
======================================================================
Summary: [patch] Set SONAME of libpri
Description:
The interface of libpri has slightly changed over the version. However it
still claims to be libpri.so.1 just like in libpri 1.0: it still claims to
be binary-compatible to libpri 1.0 .
This patch sets the SONAME to "1.5", which presumably represents a "work
in progress and not yet frozen 1.6". However "1.6" is not such a bad idea
either.
======================================================================
----------------------------------------------------------------------
paravoid - 01-19-08 13:02
----------------------------------------------------------------------
I did a diff between branch/1.4 and trunk:
- The API is exactly the same, modulo the addition of pri_new_bri()
- The ABI however is broken because of the addition of a "struct pri"
element in all of the core structures of the library.
It is imperative that this patch gets commited ASAP to trunk.
It will also be nice to do any ABI-related changes now rather than later.
For example, if you think that you need to split/reorder some structures,
now is the perfect time to do it.
I plan on submitting a symbol versioning patch after the 1.6 release.
Issue History
Date Modified Username Field Change
======================================================================
01-19-08 13:02 paravoid Note Added: 0080904
======================================================================
More information about the asterisk-bugs
mailing list