This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  b2c5221466b4a4a547bc7acc37cc466f9c488044 (commit)
      from  3ae7bf0b911b9765151e9b5c51656bed2e07b01d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2c5221466b4a4a547bc7acc37cc466f9c488044
Author: Peter Rosin <[email protected]>
Date:   Tue May 4 20:36:52 2010 +0200

    Clarify versioning algorithm documentation.
    
    * doc/libtool.texi (Updating version info): Be explicit
    about setting age to zero on interface change.
    Reported by Jef Driesen <[email protected]>
    
    Signed-off-by: Peter Rosin <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 doc/libtool.texi |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aae203c..a4e26b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-05  Peter Rosin  <[email protected]>
+
+       Clarify versioning algorithm documentation.
+       * doc/libtool.texi (Updating version info): Be explicit
+       about setting age to zero on interface change.
+       Reported by Jef Driesen <[email protected]>
+
 2010-05-04  Peter O'Gorman  <[email protected]>
 
        Ranlib is required with -force_load and fat archives.
diff --git a/doc/libtool.texi b/doc/libtool.texi
index f73f5a7..bbc22f4 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -2927,8 +2927,8 @@ If any interfaces have been added since the last public 
release, then
 increment @var{age}.
 
 @item
-If any interfaces have been removed since the last public release, then
-set @var{age} to 0.
+If any interfaces have been removed or changed since the last public
+release, then set @var{age} to 0.
 @end enumerate
 
 @stro...@emph{never}} try to set the interface numbers so that they


hooks/post-receive
-- 
GNU Libtool


Reply via email to