Changeset 12290e6
- Timestamp:
- 09/08/05 18:20:02 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d3e4697
- Parents:
- 5bbe424
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rda17570 r12290e6 28 28 ## 29 29 ## 30 31 - Version 2.0.21 32 * fixed error in output erf code, where we were missing 2 bytes 33 * will skip vlan headers 34 * added trace_decode_uri() function 30 35 31 36 - Version 2.0.20 -
configure.in
rda17570 r12290e6 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.2 0,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.21,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 4 AM_INIT_AUTOMAKE -
lib/Makefile.am
rb5cd711 r12290e6 4 4 libtrace_la_CFLAGS = @ADD_INCLS@ 5 5 libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ 6 libtrace_la_LDFLAGS=-version-info 2:2 0:0 @ADD_LDFLAGS@6 libtrace_la_LDFLAGS=-version-info 2:21:0 @ADD_LDFLAGS@ 7 7 8 8 #dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.