|
1 | | -<!-- Weekly Snapshot History --> |
| 1 | +<!--{ |
| 2 | + "Title": "Weekly Snapshot History" |
| 3 | +}--> |
2 | 4 |
|
3 | 5 | <p>This page summarizes the changes between tagged weekly snapshots of Go. |
4 | 6 | For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p> |
|
14 | 16 | hg update weekly.<i>YYYY-MM-DD</i> |
15 | 17 | </pre> |
16 | 18 |
|
| 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 | + |
17 | 60 | <h2 id="2012-03-22">2012-03-22 (Go 1 Release Candidate 2)</h2> |
18 | 61 |
|
19 | 62 | <pre> |
|
0 commit comments