diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-05-23 10:49:59 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-05-23 11:04:17 +0200 |
commit | 9d9e80475181f43dbb84d4b7cbb3848a5fd8019c (patch) | |
tree | c3bbf831dfa7ddcf7685fad8a9c4edd98b05f8b7 | |
parent | d4f01f927399773f212f869d73eebb1bfcf7d7c9 (diff) | |
download | golang-9d9e80475181f43dbb84d4b7cbb3848a5fd8019c.tar.gz |
prepare 2011.05.22-2 releasedebian-weekly/2011.05.22-2
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 213be2a70..2dbd98e0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +golang-weekly (2011.05.22-2) unstable; urgency=low + + * Import slightly modified patch to be more clear about $GOPATH + installs for non-root users and set correct location of logfile + for non $GOROOT installs + * Import patch to not update standard packages from goinstall + * Remove don't install deps patch from goinstall; deprecated by + goinstall support for installing to $GOPATH + don't update + standard packages patch + + -- Ondřej Surý <ondrej@debian.org> Mon, 23 May 2011 10:36:32 +0200 + golang-weekly (2011.05.22-1) unstable; urgency=low * Imported Upstream version 2011.05.22 |