all repos — captcha @ 7633411f435abe1ce534409eaf47a96f230908fb

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Remove notice about Chrome bug, as v12 has been released.
Dmitry Chestnykh dmitry@codingrobots.com
Wed, 29 Jun 2011 14:05:32 +0200
commit

7633411f435abe1ce534409eaf47a96f230908fb

parent

2d50e9fe76e134aced566af4878da9146e57303e

2 files changed, 0 insertions(+), 10 deletions(-)

jump to
M README.mdREADME.md

@@ -276,11 +276,6 @@

Bugs ---- -* [Not our bug] Google Chrome 10 plays unsigned 8-bit PCM WAVE -audio on Mac with horrible distortions. Issue: -http://code.google.com/p/chromium/issues/detail?id=70730. -This has been fixed, and version 12 will play them properly. - * While Image conforms to io.WriterTo interface, its WriteTo method returns 0 instead of the actual bytes written because png.Encode doesn't report this.
M audio.goaudio.go

@@ -23,11 +23,6 @@ func init() {

endingBeepSound = changeSpeed(beepSound, 1.4) } -// BUG(dchest): [Not our bug] Google Chrome 10 plays unsigned 8-bit PCM WAVE -// audio on Mac with horrible distortions. Issue: -// http://code.google.com/p/chromium/issues/detail?id=70730. -// This has been fixed, and version 12 will play them properly. - type Audio struct { body *bytes.Buffer digitSounds [][]byte