Changeset 1754


Ignore:
Timestamp:
03/06/12 10:40:27 (16 months ago)
Author:
salcock
Message:
  • Updated version number to 3.0.14
  • Added mention of libpcap-dev to the INSTALL file
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1157 r1754  
    2727 
    2828---------------------------------- 
     29 
     30Installation FAQ: 
     31 
     32Q. I've installed libpcap but I'm still getting the following error:  
     33"libpcap0.8 or greater is required to compile libtrace. If you have installed  
     34it in a non-standard location please use LDFLAGS to specify the location of  
     35the library"? 
     36 
     37A. You need to install the development version of the pcap library.  
     38For example, Ubuntu/Debian users will need to install the libpcap0.8-dev package  
     39in addition to the libpcap0.8 package. 
     40 
     41---------------------------------- 
    2942Using libtrace: 
    3043 
  • trunk/README

    r1729 r1754  
    1 libtrace 3.0.13 
     1libtrace 3.0.14 
    22 
    33--------------------------------------------------------------------------- 
    4 Copyright (c) 2007-2011 The University of Waikato, Hamilton, New Zealand. 
     4Copyright (c) 2007-2012 The University of Waikato, Hamilton, New Zealand. 
    55All rights reserved. 
    66 
  • trunk/configure.in

    r1749 r1754  
    44# and in the README 
    55 
    6 AC_INIT([libtrace],[3.0.13],[contact@wand.net.nz],[libtrace]) 
     6AC_INIT([libtrace],[3.0.14],[contact@wand.net.nz],[libtrace]) 
    77 
    88LIBTRACE_MAJOR=3 
    99LIBTRACE_MID=0 
    10 LIBTRACE_MINOR=13 
     10LIBTRACE_MINOR=14 
    1111 
    1212# OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not 
Note: See TracChangeset for help on using the changeset viewer.