aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-01-13 17:08:59 -0800
committerRuss Cox <rsc@golang.org>2010-01-13 17:08:59 -0800
commit495936b58c343b12ac1bfa95859590e985751f0c (patch)
treeb83fa17d1077cfcc30f64ec3c00ad0c4f096b2e5
parentd9283b27a2546bfb62c64c2ae15a1d480ff28eac (diff)
downloadgo-495936b58c343b12ac1bfa95859590e985751f0c.tar.gz
go-495936b58c343b12ac1bfa95859590e985751f0c.zip
release.2010-01-13: final checkin, release notesweekly.2010-01-13
R=r CC=golang-dev https://golang.org/cl/186147
-rw-r--r--.hgtags1
-rw-r--r--doc/devel/release.html37
2 files changed, 37 insertions, 1 deletions
diff --git a/.hgtags b/.hgtags
index 303c786f12..ef5b2de1d9 100644
--- a/.hgtags
+++ b/.hgtags
@@ -7,4 +7,3 @@ e205103b02e7393d4719df5faac2dac808234d3f release.2009-12-07
3a47d2e3882bb12129de05382a2c131bb0c00964 release.2009-12-09
a6fcf4303b0a92cce4011556b1c96044252d93af release.2009-12-22
3887d4d81bca78b63d620985d93f1cc06c063871 release.2010-01-05
-3887d4d81bca78b63d620985d93f1cc06c063871 release
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6f36448ea1..df8a8ec969 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -5,6 +5,43 @@
<p>This page summarizes the changes between tagged releases of Go.
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
+<h3 id="2010-01-13">2010-01-13</h2>
+
+<pre>
+build: $GOBIN should no longer be required in $PATH (thanks Devon H. O'Dell),
+ new package target "make bench" to run benchmarks
+8g: faster float -> uint64 conversion (thanks Evan Shaw)
+5g, 6g, 8g:
+ clean opnames.h to avoid stale errors (thanks Yongjian Xu),
+ a handful of small compiler fixes
+5g, 6g, 8g, 5l, 6l, 8l: ignore $GOARCH, which is implied by name of tool
+6prof: support for writing input files for google-perftools's pprof
+asn1: fix a few structure-handling bugs
+cgo: many bug fixes (thanks Devon H. O'Dell)
+codereview: repeated "hg mail" sends "please take another look"
+gob: reserve ids for future expansion
+godoc: distinguish HTML generation from plain text HTML escaping (thanks Roger Peppe)
+gofmt: minor bug fixes, removed -oldprinter flag
+http: add CanonicalPath (thanks Ivan Krasin),
+ avoid header duplication in Response.Write,
+ correctly escape/unescape URL sections
+io: new interface ReadByter
+json: better error, pointer handling in Marshal (thanks Ivan Krasin)
+libmach: disassembly of FUCOMI, etc (thanks Evan Shaw)
+math: special cases for most functions and 386 hardware Sqrt (thanks Charles Dorian)
+misc/dashboard: beginning of a build dashboard at godashboard.appspot.com.
+misc/emacs: handling of new semicolon rules (thanks Austin Clements),
+ empty buffer bug fix (thanks Kevin Ballard)
+misc/kate: highlighting improvements (tahnks Evan Shaw)
+os/signal: add signal names: signal.SIGHUP, etc (thanks David Symonds)
+runtime: preliminary Windows support (thanks Hector Chu),
+ preemption polling to reduce garbage collector pauses
+scanner: new lightweight scanner package
+template: bug fix involving spaces before a delimited block
+test/bench: updated timings
+time: new Format, Parse functions
+</pre>
+
<h3 id="2010-01-05">2010-01-05</h3>
<pre>