- Update to 24/06/2011 mercurial version

* http: buffer Request.Write (issue 1996)
  * libmach: fix disassembly of FCMOVcc and FCOMI
  * libmach: fix tracing on linux (for cov)
  * ld: don't attempt to build dynamic sections unnecessarily
  * syscall: add tty support to StartProcess
  * crypto/openpgp: add ElGamal support
  * http: add Server.ListenAndServeTLS (issue 1964)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=73
This commit is contained in:
Sascha Peilicke 2011-06-24 13:46:13 +00:00 committed by Git OBS Bridge
parent a16b03c247
commit 7325e86668
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0294602a0072c33ee990b578bf5f3c5e0c94c8e36e167ad5c98d2a242bba56b3
size 8823717

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dae2241b0c3e46450413bdf30a0fb6e23d63275e7e664263b7e41b9681cdd58d
size 8819385

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 24 13:39:31 UTC 2011 - saschpe@suse.de
- Update to 24/06/2011 mercurial version
* http: buffer Request.Write (issue 1996)
* libmach: fix disassembly of FCMOVcc and FCOMI
* libmach: fix tracing on linux (for cov)
* ld: don't attempt to build dynamic sections unnecessarily
* syscall: add tty support to StartProcess
* crypto/openpgp: add ElGamal support
* http: add Server.ListenAndServeTLS (issue 1964)
-------------------------------------------------------------------
Thu Jun 16 06:44:04 UTC 2011 - saschpe@suse.de

View File

@ -11,7 +11,7 @@
# published by the Open Source Initiative.
Name: go
Version: 0.0.r57.1+hg20110615
Version: 0.0.r57.1+hg20110624
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
Group: Development/Languages/Other