@@ -24,6 +24,34 @@ <h2 id="2012-01-27">2012-01-27</h2>
2424and crypto/bcrypt packages have been renamed from FooError to ErrFoo.
2525There is no gofix, but the compiler will flag code that needs updating.
2626
27+ This weekly snapshot relocates many packages to sub-repositories of the main
28+ Go repository. These are the old and new import paths:
29+
30+ crypto/bcrypt code.google.com/p/go.crypto/bcrypt
31+ crypto/blowfish code.google.com/p/go.crypto/blowfish
32+ crypto/cast5 code.google.com/p/go.crypto/cast5
33+ crypto/md4 code.google.com/p/go.crypto/md4
34+ crypto/ocsp code.google.com/p/go.crypto/ocsp
35+ crypto/openpgp code.google.com/p/go.crypto/openpgp
36+ crypto/openpgp/armor code.google.com/p/go.crypto/openpgp/armor
37+ crypto/openpgp/elgamal code.google.com/p/go.crypto/openpgp/elgamal
38+ crypto/openpgp/errors code.google.com/p/go.crypto/openpgp/errors
39+ crypto/openpgp/packet code.google.com/p/go.crypto/openpgp/packet
40+ crypto/openpgp/s2k code.google.com/p/go.crypto/openpgp/s2k
41+ crypto/ripemd160 code.google.com/p/go.crypto/ripemd160
42+ crypto/twofish code.google.com/p/go.crypto/twofish
43+ crypto/xtea code.google.com/p/go.crypto/xtea
44+ exp/ssh code.google.com/p/go.crypto/ssh
45+ net/dict code.google.com/p/go.net/dict
46+ net/websocket code.google.com/p/go.net/websocket
47+ exp/spdy code.google.com/p/go.net/spdy
48+ encoding/git85 code.google.com/p/go.codereview/git85
49+ patch code.google.com/p/go.codereview/patch
50+
51+ Gofix will update imports of these packages to use the new import paths.
52+ Installations that depend on these packages will need to install them using a
53+ 'go get' command.
54+
2755Other changes:
2856* 6c, 8c: make floating point code NaN-safe.
2957* 6l, 8l: remove unused macro definition (thanks Shenghou Ma).
0 commit comments