]> Cypherpunks repositories - gostls13.git/commitdiff
doc: move go1.5.txt to go1.5.html
authorRob Pike <r@golang.org>
Thu, 25 Jun 2015 04:36:49 +0000 (14:36 +1000)
committerRob Pike <r@golang.org>
Thu, 25 Jun 2015 04:44:35 +0000 (04:44 +0000)
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 <bradfitz@golang.org>
doc/go1.5.html [moved from doc/go1.5.txt with 98% similarity]

similarity index 98%
rename from doc/go1.5.txt
rename to doc/go1.5.html
index 8c9860dffcc4877f0bb5f802d3a9acbf6b3eb88e..09c0075a30f9d80945158f163c6b87ed1a499836 100644 (file)
@@ -1,3 +1,10 @@
+<!--{
+       "Title": "Go 1.5 Release Notes",
+       "Path":  "/doc/go1.5",
+       "Template": true
+}-->
+
+<pre>
 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.
+</pre>