]> Cypherpunks repositories - gostls13.git/commitdiff
weekly.2012-03-27 weekly weekly.2012-03-27
authorAndrew Gerrand <adg@golang.org>
Wed, 28 Mar 2012 12:41:03 +0000 (23:41 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 28 Mar 2012 12:41:03 +0000 (23:41 +1100)
.hgtags
doc/devel/release.html
doc/devel/weekly.html

diff --git a/.hgtags b/.hgtags
index ef8f73ccd1123eb923a228f96eb3665819ad9a06..9845868d79fe4babe852a1fdeb384a3ee3c74d1f 100644 (file)
--- a/.hgtags
+++ b/.hgtags
@@ -85,7 +85,6 @@ d7322ae4d055a4cf3efaf842d0717a41acd85bac weekly.2011-09-21
 32a5db19629897641b2d488de4d1b998942ef80e release.r60.2
 3bdabf483805fbf0c7ef013fd09bfd6062b9d3f2 weekly.2011-10-06
 c1702f36df0397c19fc333571a771666029aa37e release.r60.3
-c1702f36df0397c19fc333571a771666029aa37e release
 acaddf1cea75c059d19b20dbef35b20fb3f38954 release.r58.2
 6d7136d74b656ba6e1194853a9486375005227ef weekly.2011-10-18
 941b8015061a0f6480954821dd589c60dfe35ed1 weekly.2011-10-25
@@ -109,4 +108,3 @@ b4a91b6933748db1a7150c06a1b55ad506e52906 weekly.2011-11-18
 f4470a54e6dbcdd52d8d404e12e4754adcd2c948 weekly.2012-03-04
 3cdba7b0650c6c906ef3e782654f61701abd7dd2 weekly.2012-03-13
 bce220d0377405146527ab9478867cbc572a6886 weekly.2012-03-22
-bce220d0377405146527ab9478867cbc572a6886 weekly
index 984e674935035e394e9cf993774533f01c739cb9..65946e31f907da19cab8b3ad2bdae636fcc7087d 100644 (file)
@@ -1,4 +1,6 @@
-<!-- Release History -->
+<!--{
+       "Title": "Release History"
+}-->
 
 <p>This page summarizes the changes between official stable releases of Go.
 Between releases we issue less stable
@@ -11,9 +13,28 @@ has full details.</p>
 
 <pre>
 hg pull
-hg update release.r<i>NN</i>
+hg update <i>tag</i>
 </pre>
 
+<h2 id="go1">go1 (released 2012/03/28)</h2>
+
+<p>
+Go 1 is a major release of Go that will be stable in the long term.
+Read the <a href="/doc/go1.html">Go 1 Release Notes</a> for more information.
+</p>
+
+<p>
+It is intended that programs written for Go 1 will continue to compile and run
+correctly, unchanged, under future versions of Go 1.
+Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more
+about the future of Go 1.
+</p>
+
+<p>
+The go1 release corresponds to 
+<code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>.
+</p>
+
 <h2 id="r60">r60 (released 2011/09/07)</h2>
 
 <p>
index 4c4b52e44a658154a3cd8b34b83c63cb264e5d7d..46efe41edd6b2287a12db6abbfd6879509f8db3c 100644 (file)
@@ -1,4 +1,6 @@
-<!-- Weekly Snapshot History -->
+<!--{
+       "Title": "Weekly Snapshot History"
+}-->
 
 <p>This page summarizes the changes between tagged weekly snapshots of Go.
 For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
@@ -14,6 +16,47 @@ hg pull
 hg update weekly.<i>YYYY-MM-DD</i>
 </pre>
 
+<h2 id="2012-03-27">2012-03-27 (<a href="release.html#go1">Go 1</a>)</h2>
+
+<pre>
+* cmd/dist: fix detection of go1 version.
+* cmd/go: add missing error check (thanks Evan Shaw),
+       allow underscores in tool name (thanks Shenghou Ma),
+       bug fixes,
+       copy tag_test.go from goinstall,
+       explain versions better,
+       respect $GOBIN always,
+       update for go1 tag format.
+* cmd/godoc: canonicalize custom path redirects,
+       fix app engine version,
+       use virtual filesystem to implement -templates flag.
+* codewalk/sharemem.xml: fix references to files.
+* crypto/tls: don't select ECC ciphersuites with no mutual curve.
+* doc: add JSON-RPC: a tale of interfaces article (thanks Francisco Souza),
+       describe the Windows MSI installer as experimental,
+       link to Go Project Dashboard from package list,
+       update wiki tutorial templates and template discussion,
+       and many minor fixes.
+* exp/types: generalized GCImporter API.
+* go/build: cgoEnabled is not known to cmd/dist anymore (thanks Shenghou Ma),
+       fix import check.
+* godoc: make 'Overview' section collapsible.
+* misc/dist: many fixes and tweaks.
+* misc/emacs: fix indentation bug.
+* misc/goplay: fix error on IE8 (thanks Yasuhiro Matsumoto).
+* net: ignore ECONNABORTED from syscall.Accept (thanks Devon H. O'Dell).
+* os: add missing byte to FileMode buffer (thanks Stefan Nilsson).
+* path/filepath: convert drive letter to upper case in windows EvalSymlinks (thanks Alex Brainman),
+       correct comment in EvalSymlinks (thanks Alex Brainman),
+       use windows GetShortPathName api to force GetLongPathName to do its work (thanks Alex Brainman),
+       windows drive letter cannot be a digit (thanks Alex Brainman).
+* run.bash: compile the codewalks.
+* runtime: restore deadlock detection in the simplest case (thanks Rémy Oudompheng),
+       work around false negative in deadlock detection.
+* text/template: fix typo in package comment.
+* windows: installer fixes (thanks Joe Poirier).
+</pre>
+
 <h2 id="2012-03-22">2012-03-22 (Go 1 Release Candidate 2)</h2>
 
 <pre>