Kurt Mosiejczuk:

> Small point release. CHANGELOG does not indicate any API changes in the 
> library so I didn't bump the shared library versions.

You can't really trust that.  Especially for a port...

> Consumers seem to be... everything.

... like this.  To verify:

* Use /usr/src/lib/check_sym to compare the old and new library for
  changes in the exported symbols.
* Compare the public header files for potential ABI changes:
  Functions added/removed, arguments added/removed/changed,
  changes to structs, changes to enums, ...

Anyway, I don't see any ABI changes either.

This update has also reminded me that we wanted to investigate
changing the library soname from libpng16.so.x.y to libpng.so.x.y.
I'll look into that.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to