libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tips for checking changes to library version numbers?


From: Brian Gough
Subject: tips for checking changes to library version numbers?
Date: Thu, 27 Nov 2008 19:34:45 +0000
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI)

Hello,

Does anyone have any good ways to check that updates to -version-info
numbers accurately reflect the actual changes in the API of a library
when making a new release?

Currently I do this by (1) comparing 'nm' output against the old
library to find any added/deleted functions (2) manually inspecting a
diff of the header files (3) looking at the accumulated NEWS/Changelog
entries for possible changes in semantics.

I am open to suggestions for reducing human error... thanks.

-- 
Brian Gough

GNU Scientific Library -
http://www.gnu.org/software/gsl/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]