Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(84)

Side by Side Diff: doc/devel/release.html

Issue 2846041: code review 2846041: release.2010-11-02 (Closed)
Patch Set: code review 2846041: release.2010-11-02 Created 13 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgtags ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Release History --> 1 <!-- Release History -->
2 2
3 <h2 id="Releases">Release History</h2> 3 <h2 id="Releases">Release History</h2>
4 4
5 <p>This page summarizes the changes between tagged releases of Go. 5 <p>This page summarizes the changes between tagged releases of Go.
6 For full details, see the <a href="http://code.google.com/p/go/source/list">Merc urial change log</a>.</p> 6 For full details, see the <a href="http://code.google.com/p/go/source/list">Merc urial change log</a>.</p>
7 7
8 <h3 id="2010-11-02">2010-11-02</h3>
9
10 <pre>
11 This release includes a language change: the new built-in function, append.
12 Append makes growing slices much simpler. See the spec for details:
13 http://golang.org/doc/go_spec.html#Appending_and_copying_slices
14
15 Other changes:
16 * 8l: pe generation fixes (thanks Alex Brainman).
17 * doc: Effective Go: append and a few words about "..." args.
18 * build: fiddle with make variables.
19 * codereview: fix sync and download in Python 2.7 (thanks Fazlul Shahriar).
20 * debug/pe, cgo: add windows support (thanks Wei Guangjing <vcc.163@gmail.com>).
21 * go/ast: add Inspect function for easy AST inspection w/o a visitor.
22 * go/printer: do not remove parens around composite literals starting with
23 a type name in control clauses.
24 * go/scanner: bug fixes, revisions, and more tests.
25 * gob: several fixes and documentation updates.
26 * godoc: bug fix (bug introduced with revision 3ee58453e961).
27 * gotest: print empty benchmark list in a way that gofmt will leave alone.
28 * http server: correctly respond with 304 NotModified (thanks Michael Hoisie).
29 * kate: update list of builtins (thanks Evan Shaw).
30 * libutf: update to Unicode 5.2.0 to match pkg/unicode (thanks Anthony Martin).
31 * misc/bbedit: update list of builtins (thanks Anthony Starks).
32 * misc/vim: update list of builtins.
33 * mkrunetype: install a Makefile and tweak it slightly so it can be built.
34 * netchan: fix locking bug.
35 * pidigits: minor improvements (thanks Evan Shaw).
36 * rpc: fix client deadlock bug.
37 * src: use append where appropriate (often instead of vector).
38 * strings: add Contains helper function (thanks Brad Fitzpatrick).
39 * syscall: SIO constants for Linux (thanks Albert Strasheim),
40 Stat(path) on windows (thanks Alex Brainman).
41 * test/ken/convert.go: add conversion torture test.
42 * testing: add Benchmark (thanks Roger Peppe).
43 </pre>
44
8 <h3 id="2010-10-27">2010-10-27</h3> 45 <h3 id="2010-10-27">2010-10-27</h3>
9 46
10 <pre> 47 <pre>
11 *** This release changes the encoding used by package gob.· 48 *** This release changes the encoding used by package gob.·
12 If you store gobs on disk, see below. *** 49 If you store gobs on disk, see below. ***
13 50
14 The ARM port (5g) now passes all tests. The optimizer is not yet enabled, and 51 The ARM port (5g) now passes all tests. The optimizer is not yet enabled, and
15 floating point arithmetic is performed entirely in software. Work is underway 52 floating point arithmetic is performed entirely in software. Work is underway
16 to address both of these deficiencies. 53 to address both of these deficiencies.
17 54
(...skipping 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 global channel lock is gone.· 1593 global channel lock is gone.·
1557 * sync: RWMutex now allows concurrent readers (thanks Péter Szabó)· 1594 * sync: RWMutex now allows concurrent readers (thanks Péter Szabó)·
1558 * template: can use maps as data (thanks James Meneghello)· 1595 * template: can use maps as data (thanks James Meneghello)·
1559 * unicode: updated to Unicode 5.2.· 1596 * unicode: updated to Unicode 5.2.·
1560 * websocket: new package (thanks Fumitoshi Ukai)· 1597 * websocket: new package (thanks Fumitoshi Ukai)·
1561 * xgb: preliminary X Go Bindings (thanks Tor Andersson)· 1598 * xgb: preliminary X Go Bindings (thanks Tor Andersson)·
1562 * xml: fixed crash (thanks Vish Subramanian)· 1599 * xml: fixed crash (thanks Vish Subramanian)·
1563 * misc: bbedit config (thanks Anthony Starks),· 1600 * misc: bbedit config (thanks Anthony Starks),·
1564 kate config (thanks Evan Shaw)· 1601 kate config (thanks Evan Shaw)·
1565 </pre> 1602 </pre>
OLDNEW
« no previous file with comments | « .hgtags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b