[libnetfilter_conntrack] build: reset age interface since old API has been removed

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Tue Feb 17 21:49:13 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_conntrack.git;a=commit;h=6fbf883d990947d9f7e3b856e5db7f03d45d3aa6
commit 6fbf883d990947d9f7e3b856e5db7f03d45d3aa6
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Tue Feb 17 21:48:32 2009 +0100
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Tue Feb 17 21:48:32 2009 +0100

    build: reset age interface since old API has been removed
    
    This patch resets the library age since the old API has been removed
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  6fbf883d990947d9f7e3b856e5db7f03d45d3aa6 (commit)
      from  cdf0d6c32f5c6c7c3071d35fa770eaf62fbad312 (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 6fbf883d990947d9f7e3b856e5db7f03d45d3aa6
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue Feb 17 21:48:32 2009 +0100

    build: reset age interface since old API has been removed
    
    This patch resets the library age since the old API has been removed
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 Make_global.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
This patch resets the library age since the old API has been removed

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/Make_global.am b/Make_global.am
index bf48be2..eab1236 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -2,6 +2,6 @@
 # Please read Chapter 6 "Library interface versions" of the libtool
 # documentation before making any modification
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-LIBVERSION=3:0:2
+LIBVERSION=3:0:0
 
 INCLUDES=$(all_includes) -I$(top_srcdir)/include



More information about the netfilter-cvslog mailing list