commit 39ee9a0396c77af540c7eb2f1775417ecb5aae6a [browse]
Author: Andrew Gerrand
Date: 2010-10-14 14:52:08 +11:00

release.2010-10-13

R=r, rsc, r2
CC=golang-dev
https://golang.org/cl/2499041

commit e2df7f42ace354646b9fbfdf8ef0b222ead6811f [browse]
Author: Andrew Gerrand
Date: 2010-10-14 14:06:02 +11:00

misc: add goplay

R=rsc, r
CC=golang-dev
https://golang.org/cl/2473041

commit df74d8df09f071550610e592ac6db0a18d90cb47 [browse]
Author: Evan Shaw
Date: 2010-10-13 22:07:28 -04:00

smtp: new package

R=rsc, iant, agl
CC=golang-dev
https://golang.org/cl/2052042

commit 52e3c99cfb32e5ff91a2a15d506d2148af8fc813 [browse]
Author: Rob Pike
Date: 2010-10-13 17:12:43 -07:00

bufio: bulletproof UnreadRune
After a fill(), there is nothing to back up.  Make sure UnreadRune
recognizes the situation.

Fixes #1137.
(Stops the crash, but doesn't make UnreadRune usable after a Peek()).

R=rsc
CC=golang-dev
https://golang.org/cl/2498041

commit d6df3017749bbe4737789c381b50ef71eb11b900 [browse]
Author: Russ Cox
Date: 2010-10-13 18:16:44 -04:00

arm: enable 8 more packages

The remaining failures include:

* something about bit operations?
	crypto/block
	encoding/binary

* something about file I/O?
	archive/tar
	archive/zip
	debug/dwarf
	debug/elf
	debug/macho
	image/png

* floating point
	cmath
	expvar
	flag
	fmt
	gob
	json
	math
	strconv
	template
	xml

* network (maybe fixed by a pending CL)
	http
	netchan
	rpc
	rpc/jsonrpc
	syslog
	websocket

* line numbers
	log

* haven't bothered / not sure
	exp/datafmt
	exp/eval
	go/printer
	os
	os/signal
	testing/quick

R=ken2
CC=golang-dev
https://golang.org/cl/2496041

clone the repository to get more history