[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[usagi-announce] 2001/03/19 snapshot release



Hello,

Sorry for releasing snapshot. Because most of core members are
in minneapolis for 50th IETF. If you are in the IETF, let's meet
with us after ngtrans session on Monday in front of Terminal Room.

* usagi-20010319-linux22.tar.bz2
	USAGI tarball for linux-2.2.X kernel system.
	It includes USAGI linux-2.2.18 kernel, libinet6 and
	applications.

* usagi-20010319-linux24.tar.bz2
	USAGI tarball for linux-2.4.X kernel system.
	It includes USAGI linux-2.4.2 kernel, libinet6 and
	applications.

You can get from the below site.
	ftp://ftp.linux-ipv6.org/pub/usagi/snap/patch/

As for INSTALLATION, please read README.USAGI and
doc/INSTALL.USAGI in tarballs.

CHANGELOGS from 20010305
-----------------
<200103>
2001/03/17      yoshfuji
        * kerne/linux2{2,4}/net/ipv4/{udp.c,tcp_ipv4.c},
        kernel/linux2{2,4}/net/ipv6/{udp.c,tcp_ipv6.c}:
        CONFIG_IPV6_MODERATE_DOUBLE_BIND: Moderate double bind bahavior;
        later socket's uid must be the same as previoues ones.

2001/03/17      yoshfuji
        * kernel/linux22/net/ipv4/{udp.c,tcp_ipv4.c},
        kernel/linux22/net/ipv6/{udp.c,tcp_ipv6.c}:
        implemented moderate SO_REUSEADDR semantics; prevent other users
        from performing 'bind closer' type attacks.

2001/03/17      yoshfuji
        * kernel/linux22/net/ipv6/icmp.c: fixed arg for in_ntoa()
        used with CONFIG_IPV6_NODEINFO_DEBUG.

2001/03/14      yoshfuji
        * kernel/linux22/net/ipv6/icmp.c: improved ICMPv6 Node
        Information Queries support.
        - support NODEADDR and IPV6ADDR qtypes.
        - refine subject address validation.
        - clean-up: sync with linux24.

2001/03/14      yoshfuji
        * kernel/linux22/net/ipv6/{reassembly.c,tcp_ipv6.c}: correct
        pointer type: struct net_device{} in linux24 should be struct
        device{} in linux22.

2001/03/12      yoshfuji
        * kernel/linux24/include/net/ndisc.h: external reference.
        * kernel/net/netsyms.c: don't export ndisc_next_option() and
        and ndisc_parse_options() for moodulized ipv6.
        - problem reported from Pekka Savola <pekkas@xxxxxxxxxx>

2001/03/09      yoshfuji
        * kernel/linux2{2,4}/net/ipv6/udp.c: clarify ip version in
        debug message.

2001/03/08      yoshfuji
        * kernel/linux22/net/ipv6/{datagram,tcp_ipv6}.c: fixed typos;
        scope_id support did not work well for tcpv6 on linux22.
        (report from Arkadiusz Miskiewicz <misiek@xxxxxxxxxx>, found by
        <agaran@xxxxxxxxxx>)

2001/03/07      yoshfuji
        * kernel: unify common sources between linux22 and linux24;
        moved lib/md5.c, include/linux/md5.d, net/ipv6/utils.c from
        kernel/linux2{2,4} into kernel/usagi.

2001/03/06      yoshfuji
        * kernel/linux24/{Documentation/Configure.help,
        include/net,net}: imported HUT Mobile IPv6 implementation
        <http://www.mipl.mediapoli.com/download/mipv6-0.8.1-v2.4.2.tar.gz>.


-- Yuji Sekiya @ USAGI Project