From: osdl.net!shemminger Date: Thu, 10 Mar 2005 19:04:50 +0000 (+0000) Subject: Update changelog and snapshot. X-Git-Tag: v2_6_11-050310~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcda92ea15f10eb8c9ead21159e47ec30baca3c;p=thirdparty%2Fiproute2.git Update changelog and snapshot. (Logical change 1.154) --- diff --git a/ChangeLog b/ChangeLog index 317add66a..80b3cc51d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,28 @@ -2005-02-09 Stephen Hemminger +2005-03-10 Stephen Hemminger + + * fix pkt_cls.h to have tc_u32_mark + * update include files to be stripped versions of 2.6.11 + * add documentation about netem distributions [from nistnet] + * turn off nup in document make [from FC3] + * don't build with extra debug info (-g) [from FC3] + +2005-03-10 Nix + + * make man3 directory + +2005-03-10 Pasi + + * add ESP-in-UDP encapsulation + +2005-03-10 Thomas Graf + * [NETEM] Fix off by one + * update local header file copies + * [NEIGH] print number of probes done so far (statistics mode only) + +2005-03-10 Herbert Xu + * Trivial typo in ip help + +2005-02-09 Stephen Hemminger * netem distribution data reorganization @@ -14,7 +38,7 @@ * Don't mix address families when flushing -2005-02-07 Stephen Hemminger +2005-02-07 Stephen Hemminger * Validate classid is not too large to cause loss of bits. @@ -52,7 +76,7 @@ * ipmonitor shows IPv6 prefix list notification * update to iproute2 xfrm for ipv6 -2005-01-12 Stephen Hemminger +2005-01-12 Stephen Hemminger * Fix compile warnings when building 64bit system since u64 is unsigned long, but format is %llu diff --git a/include/SNAPSHOT.h b/include/SNAPSHOT.h index 401598e62..47067a3d6 100644 --- a/include/SNAPSHOT.h +++ b/include/SNAPSHOT.h @@ -1 +1 @@ -static char SNAPSHOT[] = "050209"; +static char SNAPSHOT[] = "050310";