Next | Query returned 330 messages, browsing 301 to 310 | Previous

History of commit frequency

CVS Commit History:


   2015-01-16 12:27:04 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 1.4.1:

We've just released Go version 1.4.1, a minor point release.  This
release fixes bugs in linker and the log, runtime, and syscall
packages.
   2015-01-13 22:35:13 by Benny Siegert | Files touched by this commit (1)
Log message:
Add definition for GOTOOLDIR.

This is needed for the go-tools package.
   2015-01-02 15:04:00 by Benny Siegert | Files touched by this commit (1)
Log message:
Add infrastructure for compiling software written in Go to pkgsrc. This
used to be in wip/go.
   2014-12-31 12:40:14 by Benny Siegert | Files touched by this commit (5)
Log message:
Remove special case for golang.org/x/tools from the go command.

We handle it differently in the go-tools package. While here, rename
GO_COMPILER to GOCHAR, which is the name upstream uses.

Bump PKGREVISION.
   2014-12-13 16:14:26 by Filip Hajny | Files touched by this commit (1)
Log message:
Only use PLIST subst vars were they should really be.
   2014-12-12 10:41:41 by Thomas Klausner | Files touched by this commit (7)
Log message:
Update to 1.4, ok bsiegert:

Today we announce Go 1.4, the fifth major stable release of Go,
arriving six months after our previous major release Go 1.3. It
contains a small language change, support for more operating systems
and processor architectures, and improvements to the tool chain
and libraries. As always, Go 1.4 keeps the promise of compatibility,
and almost everything will continue to compile and run without
change when moved to 1.4. For the full details, see the Go 1.4
release notes.

The most notable new feature in this release is official support
for Android. Using the support in the core and the libraries in
the golang.org/x/mobile repository, it is now possible to write
simple Android apps using only Go code. At this stage, the support
libraries are still nascent and under heavy development. Early
adopters should expect a bumpy ride, but we welcome the community
to get involved.

The language change is a tweak to the syntax of for-range loops.
You may now write "for range s {" to loop over each item from s,
without having to assign the value, loop index, or map key. See
the release notes for details.

The go command has a new subcommand, go generate, to automate the
running of tools to generate source code before compilation. For
example, it can be used to automate the generation of String methods
for typed constants using the new stringer tool. For more information,
see the design document.

Most programs will run about the same speed or slightly faster in
1.4 than in 1.3; some will be slightly slower. There are many
changes, making it hard to be precise about what to expect. See
the release notes for more discussion.

And, of course, there are many more improvements and bug fixes.

In case you missed it, a few weeks ago the sub-repositories were
moved to new locations. For example, the go.tools packages are now
imported from "golang.org/x/tools". See the announcement post for
details.

This release also coincides with the project's move from Mercurial
to Git (for source control), Rietveld to Gerrit (for code review),
and Google Code to Github (for issue tracking and wiki). The move
affects the core Go repository and its sub-repositories. You can
find the canonical Git repositories at go.googlesource.com, and
the issue tracker and wiki at the golang/go GitHub repo.
   2014-11-18 21:39:11 by Benny Siegert | Files touched by this commit (2)
Log message:
Add a separate Makefile for the version string plus GOARCH. To be used
by Go packages.
   2014-10-12 16:51:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.3.3:

go1.3.3 (released 2014/09/30) includes further bug fixes to cgo,
the runtime package, and the nacl port.
   2014-10-11 18:41:47 by Pierre Pronchery | Files touched by this commit (3)
Log message:
Also look for the right path for the SSL certificate repository on NetBSD.

Fixes "go get code.google.com/p/..." for me, once \ 
security/mozilla-rootcerts
installed and configured (with the default settings).

Bumps PKGREVISION, since the package is modified.

ok bsiegert@
   2014-09-26 15:54:28 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.3.2 for a security fix:

We've just released Go version 1.3.2, a minor point release.

This release includes bug fixes to cgo and the crypto/tls package.
    https://golang.org/doc/devel/release.html#go1.3.minor

The crpyto/tls fix addresses a security bug that affects programs
that use crypto/tls to implement a TLS server from Go 1.1 onwards.
If the server enables TLS client authentication using certificates
(this is rare) and explicitly sets SessionTicketsDisabled to true
in the tls.Config, then a malicious client can falsely assert
ownership of any client certificate it wishes. This issue was
discovered internally and there is no evidence of exploitation.

Next | Query returned 330 messages, browsing 301 to 310 | Previous