Re: [lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-31 Thread Maxim Uvarov
Merged, Maxim. On 03/31/16 06:15, Ricardo Salveti wrote: On Wed, Mar 30, 2016 at 4:38 PM, Anders Roxell wrote: On 30 March 2016 at 21:26, Ricardo Salveti wrote: On Wed, Mar 30, 2016 at 4:08 PM, Anders Roxell wrote: We used to force applications to rebuild when a ODP released a new version

Re: [lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-30 Thread Ricardo Salveti
On Wed, Mar 30, 2016 at 4:38 PM, Anders Roxell wrote: > On 30 March 2016 at 21:26, Ricardo Salveti wrote: >> On Wed, Mar 30, 2016 at 4:08 PM, Anders Roxell >> wrote: >>> We used to force applications to rebuild when a ODP released a new >>> version that changed one of the first two digits. That

Re: [lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-30 Thread Bill Fischofer
This would seem to have the same level of impact as the planned rename of linux-generic to odp-linux. Can we stage this so that it is effective with the official Monarch release since that's our first intended Long Term Stable (LTS) release? On Wed, Mar 30, 2016 at 2:38 PM, Anders Roxell wrote:

Re: [lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-30 Thread Anders Roxell
On 30 March 2016 at 21:26, Ricardo Salveti wrote: > On Wed, Mar 30, 2016 at 4:08 PM, Anders Roxell > wrote: >> We used to force applications to rebuild when a ODP released a new >> version that changed one of the first two digits. That shouldn't be >> needed if we use the SO-verson as it is inte

Re: [lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-30 Thread Ricardo Salveti
On Wed, Mar 30, 2016 at 4:08 PM, Anders Roxell wrote: > We used to force applications to rebuild when a ODP released a new > version that changed one of the first two digits. That shouldn't be > needed if we use the SO-verson as it is intended to be used. Disconnecting the project version/release

[lng-odp] [PATCH] configure: disconnect API version with SO version

2016-03-30 Thread Anders Roxell
We used to force applications to rebuild when a ODP released a new version that changed one of the first two digits. That shouldn't be needed if we use the SO-verson as it is intended to be used. Signed-off-by: Anders Roxell --- .so_version | 1 + Makefile.am | 2 +- configure.ac |