Skip to content

Commit 3895b50

Browse files
committed
weekly.2012-03-27
1 parent 18f1a71 commit 3895b50

3 files changed

Lines changed: 67 additions & 5 deletions

File tree

.hgtags

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ d7322ae4d055a4cf3efaf842d0717a41acd85bac weekly.2011-09-21
8585
32a5db19629897641b2d488de4d1b998942ef80e release.r60.2
8686
3bdabf483805fbf0c7ef013fd09bfd6062b9d3f2 weekly.2011-10-06
8787
c1702f36df0397c19fc333571a771666029aa37e release.r60.3
88-
c1702f36df0397c19fc333571a771666029aa37e release
8988
acaddf1cea75c059d19b20dbef35b20fb3f38954 release.r58.2
9089
6d7136d74b656ba6e1194853a9486375005227ef weekly.2011-10-18
9190
941b8015061a0f6480954821dd589c60dfe35ed1 weekly.2011-10-25
@@ -109,4 +108,3 @@ b4a91b6933748db1a7150c06a1b55ad506e52906 weekly.2011-11-18
109108
f4470a54e6dbcdd52d8d404e12e4754adcd2c948 weekly.2012-03-04
110109
3cdba7b0650c6c906ef3e782654f61701abd7dd2 weekly.2012-03-13
111110
bce220d0377405146527ab9478867cbc572a6886 weekly.2012-03-22
112-
bce220d0377405146527ab9478867cbc572a6886 weekly

doc/devel/release.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<!-- Release History -->
1+
<!--{
2+
"Title": "Release History"
3+
}-->
24

35
<p>This page summarizes the changes between official stable releases of Go.
46
Between releases we issue less stable
@@ -11,9 +13,28 @@
1113

1214
<pre>
1315
hg pull
14-
hg update release.r<i>NN</i>
16+
hg update <i>tag</i>
1517
</pre>
1618

19+
<h2 id="go1">go1 (released 2012/03/28)</h2>
20+
21+
<p>
22+
Go 1 is a major release of Go that will be stable in the long term.
23+
Read the <a href="/doc/go1.html">Go 1 Release Notes</a> for more information.
24+
</p>
25+
26+
<p>
27+
It is intended that programs written for Go 1 will continue to compile and run
28+
correctly, unchanged, under future versions of Go 1.
29+
Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more
30+
about the future of Go 1.
31+
</p>
32+
33+
<p>
34+
The go1 release corresponds to
35+
<code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>.
36+
</p>
37+
1738
<h2 id="r60">r60 (released 2011/09/07)</h2>
1839

1940
<p>

doc/devel/weekly.html

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<!-- Weekly Snapshot History -->
1+
<!--{
2+
"Title": "Weekly Snapshot History"
3+
}-->
24

35
<p>This page summarizes the changes between tagged weekly snapshots of Go.
46
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
@@ -14,6 +16,47 @@
1416
hg update weekly.<i>YYYY-MM-DD</i>
1517
</pre>
1618

19+
<h2 id="2012-03-27">2012-03-27 (<a href="release.html#go1">Go 1</a>)</h2>
20+
21+
<pre>
22+
* cmd/dist: fix detection of go1 version.
23+
* cmd/go: add missing error check (thanks Evan Shaw),
24+
allow underscores in tool name (thanks Shenghou Ma),
25+
bug fixes,
26+
copy tag_test.go from goinstall,
27+
explain versions better,
28+
respect $GOBIN always,
29+
update for go1 tag format.
30+
* cmd/godoc: canonicalize custom path redirects,
31+
fix app engine version,
32+
use virtual filesystem to implement -templates flag.
33+
* codewalk/sharemem.xml: fix references to files.
34+
* crypto/tls: don't select ECC ciphersuites with no mutual curve.
35+
* doc: add JSON-RPC: a tale of interfaces article (thanks Francisco Souza),
36+
describe the Windows MSI installer as experimental,
37+
link to Go Project Dashboard from package list,
38+
update wiki tutorial templates and template discussion,
39+
and many minor fixes.
40+
* exp/types: generalized GCImporter API.
41+
* go/build: cgoEnabled is not known to cmd/dist anymore (thanks Shenghou Ma),
42+
fix import check.
43+
* godoc: make 'Overview' section collapsible.
44+
* misc/dist: many fixes and tweaks.
45+
* misc/emacs: fix indentation bug.
46+
* misc/goplay: fix error on IE8 (thanks Yasuhiro Matsumoto).
47+
* net: ignore ECONNABORTED from syscall.Accept (thanks Devon H. O'Dell).
48+
* os: add missing byte to FileMode buffer (thanks Stefan Nilsson).
49+
* path/filepath: convert drive letter to upper case in windows EvalSymlinks (thanks Alex Brainman),
50+
correct comment in EvalSymlinks (thanks Alex Brainman),
51+
use windows GetShortPathName api to force GetLongPathName to do its work (thanks Alex Brainman),
52+
windows drive letter cannot be a digit (thanks Alex Brainman).
53+
* run.bash: compile the codewalks.
54+
* runtime: restore deadlock detection in the simplest case (thanks Rémy Oudompheng),
55+
work around false negative in deadlock detection.
56+
* text/template: fix typo in package comment.
57+
* windows: installer fixes (thanks Joe Poirier).
58+
</pre>
59+
1760
<h2 id="2012-03-22">2012-03-22 (Go 1 Release Candidate 2)</h2>
1861

1962
<pre>

0 commit comments

Comments
 (0)