summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-30 18:09:29 -0700
committerSam Roberts <vieuxtech@gmail.com>2009-03-30 18:09:29 -0700
commitbc02a51a63f525b91a471723bb9bf3fea0a48ddf (patch)
tree4c50e1840b59a994163a378ed7813d63304aec79
parent64dfddf99e0fa92dc458a9e84df248f8f4c3b893 (diff)
downloadlibnet-bc02a51a63f525b91a471723bb9bf3fea0a48ddf.tar.gz
Updated .so revision to be one backwards compatible interface after 1.1.2.1-fork's.
-rw-r--r--README.txt6
-rw-r--r--libnet/src/Makefile.am7
2 files changed, 7 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index c21a4c1..d321c67 100644
--- a/README.txt
+++ b/README.txt
@@ -7,23 +7,23 @@ corruption bugs.
I also have the start of Lua bindings.
-I am in the process of merging patches made against v1.1.2.1 to v1.1.3.
Complete:
- debian patches merged to v1.1.2.1-fork
- autotools from upstream v1.1.3-RC-01 merged to v1.1.2.1-fork
+- completed ip_offset patches being merged into ip_offset-patch
- merge to master
+
In progresss:
-- completed ip_offset patches being merged into ip_offset-patch
Incomplete:
- lua bindings
- build_ipv4_options is known to cause memory corruption under some conditions,
- but fix is more complicated than others and is not complete
+ but fix is more complicated than others and is not merged
- cleanup of in source comments/documentation of libnet data structures
- re-release
diff --git a/libnet/src/Makefile.am b/libnet/src/Makefile.am
index b21c3d6..8e9ff73 100644
--- a/libnet/src/Makefile.am
+++ b/libnet/src/Makefile.am
@@ -59,13 +59,14 @@ libnet_la_SOURCES = libnet_asn1.c \
libnet_write.c
libnet_la_LIBADD = @LTLIBOBJS@
-libnet_la_LDFLAGS = -version-info 5:0:4 -Wl
+libnet_la_LDFLAGS = -version-info 6:0:5 -Wl
# Note: this version-info should NOT simply be the version of the libnet
# package. See:
# http://www.sourceware.org/autobook/autobook/autobook_91.html
# for the rules.
#
-# Note: merging 1.1.3-RC-01 brings new capabilities, and API changes. 5:0:4 may
-# no longer be correct.
+# Note:
+# 1.1.2.1-fork is 5:0:4
+# 1.1.3 will be 6:0:5 -> new interfaces, backwards compatible