From: Rob Pike Date: Thu, 25 Jun 2015 04:36:49 +0000 (+1000) Subject: doc: move go1.5.txt to go1.5.html X-Git-Tag: go1.5beta1~125 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d6ef6eb65c6d93c5f4c94af4fc7e26f2ab63eafd;p=gostls13.git doc: move go1.5.txt to go1.5.html Just a copy, other than adding a header, preparatory to preparing the release notes. Change-Id: Ia4dc27777b96b1e898d9873e7d38e6e795057698 Reviewed-on: https://go-review.googlesource.com/11474 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.5.txt b/doc/go1.5.html similarity index 98% rename from doc/go1.5.txt rename to doc/go1.5.html index 8c9860dffc..09c0075a30 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.html @@ -1,3 +1,10 @@ + + +
 Overall:
 - toolchain in Go
 - new GC
@@ -159,3 +166,4 @@ Standard library hardening
 were fixed in fmt, archive/zip, archive/tar, encoding/gob, image/jpeg, image/png,
 image/gif, compress/flate, text/template, html/template. The fixes harden implementation
 against incorrect and malicious inputs.
+