Changeset 63 for trunk/HISTORY

Show
Ignore:
Timestamp:
26.12.2001 17:14:52 (7 years ago)
Author:
tibob
Message:

v0.11.5 in progress.
- integrated Loic Tortay's patches that did not change IPFM output
- removed linux specific promisc mode setting
- began to clean code
--
tibob

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r60 r63  
     1Version 0.11.5 - 11 November 2001 
     2--------------------------------- 
     3- a forked child exits with _exit(), so we can let pcap library set 
     4  and unset promisc mode for us under linux. Thanks to Igor Podlesny 
     5  <poige@morning.ru> for the hint. 
     6- manfile update (RC & LT) 
     7Changes by Loïc Tortay : 
     8- moved /var/ to @localstatedir@ 
     9- changed permission of ipfm executable and manfiles 
     10- various changes in configure.in (OS, program and function checks) 
     11- added xmalloc, xfree, xstrdup for memory allocation control 
     12 
     13 
    114Version 0.11.4 - 07 January 2001 - Robert CHERAMY <robert@cheramy.net> 
    215---------------------------------------------------------------------- 
     
    3447  /debian directory in the tarball) 
    3548- added counter to avoid going through the logs twice while dumping data 
    36 - ipfm now tires to create a directory if it is unable to create logfile 
     49- ipfm now tries to create a directory if it is unable to create logfile 
    3750- sam checked my bad spelling. I'm ashamed of making so much mistakes ... 
    3851- avoid warning while empty tests (test x$var = "xfoo") in configure.in