aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-02-27 14:21:41 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitfe2c74572f875332b461ba2a17a594a7ee4eb2d3 (patch)
tree84ca26e3f0168158823d7c741479e37ba069a862 /CHANGES
parentfcdc0798bb2be5fa00427240afda6bdfd3d0a392 (diff)
supported compilation on Solaris (contributed by James Carlson)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4fdd666..9f11c07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2007-02-27 SUZUKI, Shinsuke <suz@kame.net>
+ * Makefile.in, configure.in, configure, auth.h, common.c, control.h, dhcp6.h,
+ dhcp6s.c, missing/{arc4random.h, daemon.c, err.h, getifaddrs.c, ifaddrs.h,
+ sys/queue.h, warnx.c}
+ supported compilation on Solaris (contributed by James Carlson)
+
2007-02-12 SUZUKI, Shinsuke <suz@kame.net>
* cftoken.l: accepts interface names, such as eth0.100(Linux VLAN interface)
or foobar (named by "ifconfig name" command). (Bug-ID 1644637)