diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-09-19 10:12:52 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-09-19 10:12:52 +0200 |
commit | 9ad2a96babca1e646856b4335875b975f9bb7fa1 (patch) | |
tree | 4ac4867f2cfffd577fe5d9aa5fe4543bd2d96f45 /doc/devel/release.html | |
parent | 5ff4c17907d5b19510a62e08fd8d3b11e62b431d (diff) | |
download | golang-upstream/60.1.tar.gz |
Imported Upstream version 60.1upstream/60.1
Diffstat (limited to 'doc/devel/release.html')
-rw-r--r-- | doc/devel/release.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index 458a116de..4ce3d37c1 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -89,6 +89,21 @@ appropriate tag or branch names in their repositories to make their libraries more accessible. </p> +<h3 id="r60.minor">Minor revisions</h3> + +<p> +r60.1 includes a +<a href="http://code.google.com/p/go/source/detail?r=1824581bf62d">linker +fix</a>, a pair of +<a href="http://code.google.com/p/go/source/detail?r=9ef4429c2c64">goplay</a> +<a href="http://code.google.com/p/go/source/detail?r=d42ed8c3098e">fixes</a>, +and a <code>json</code> package +<a href="http://code.google.com/p/go/source/detail?r=d5e97874fe84">fix</a> and +a new +<a href="http://code.google.com/p/go/source/detail?r=4f0e6269213f">struct tag +option</a>. +</p> + <h2 id="r59">r59 (released 2011/08/01)</h2> <p> |