Update BUGS and bump version to 1.2
Change-Id: Ib8dea3efa57ac2f2e509527fe3da7eea31432d43
diff --git a/BUGS b/BUGS
index 5494d6b..70aeb9f 100644
--- a/BUGS
+++ b/BUGS
@@ -1,9 +1,5 @@
-Optional:
- - ipv6 traceroute to handle 464 transitions
-
known problems/assumptions:
- - does not handle ICMP types other than echo/echo reply
- - does not handle protocols other than ICMP, UDP, and TCP
+ - does not handle protocols other than ICMP, UDP, TCP and GRE
- assumes the handset has its own (routed) /64 ipv6 subnet
- - assumes the /120 or /128 ipv6 subnet it generates can use the nat64 gateway
+ - assumes the /128 ipv6 subnet it generates can use the nat64 gateway
- assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
diff --git a/clatd.h b/clatd.h
index 44a655e..29c9ace 100644
--- a/clatd.h
+++ b/clatd.h
@@ -23,7 +23,7 @@
#define MAXMTU 1500
#define PACKETLEN (MAXMTU+sizeof(struct tun_pi))
-#define CLATD_VERSION "1.1"
+#define CLATD_VERSION "1.2"
// how frequently (in seconds) to poll for an address change while traffic is passing
#define INTERFACE_POLL_FREQUENCY 30