Difference between 1.3.1 and 1.5.1

Asked by Friedrich

Hi team,

I started with Version 1.3.1 which was the newest at that time. Can you please give some details about the difference between 1.3.1 and the current new 1.5.1?

Thanks a lot!

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
Friedrich
Solved:
Last query:
Last reply:
Revision history for this message
Didier Barvaux (didier-barvaux) said :
#1

Hi Friedrich,

Please have a look at the release notes and changelogs of the releases between 1.3.1 and 1.5.1.
 - release 1.4.0: https://launchpad.net/rohc/1.4.x/1.4.0#release-notes
 - release 1.5.0: https://launchpad.net/rohc/1.5.x/1.5.0#release-notes
 - release 1.5.1: https://launchpad.net/rohc/1.5.x/1.5.1#release-notes

Regarding API changes, you have 2 options:
 1/ keep the API you are using (you'll get some deprecation warnings, but you may ignore them),
 2/ ugrade to the new API (the deprecation warnings give you the new function to use).

The API of the 1.5.1 version is documented online:
http://rohc-lib.org/doc/rohc-doc-1.5.1/

Regards,
Didier

Revision history for this message
Friedrich (hitlbs) said :
#2

Thanks, Didier.