[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%57.2-1-12-g041b8f2

Ondřej Surý ondrej at sury.org
Mon Jul 18 09:31:18 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 1ddb21162a00ae2b75ab06f70284d0fc147f9e90
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Jun 30 15:40:37 2011 +0200

    Add NEWS file with upstream API changes

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..b3df2a7
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,25 @@
+golang (1:58-1) unstable; urgency=low
+
+  Most significant upstream changes in this release:
+  * As usual, gofix will handle the bulk of the rewrites necessary for
+    these changes to package APIs.
+  * Package http drops the finalURL return value from the Client.Get
+    method. The value is now available via the new Request field on
+    http.Response. Most instances of the type map[string][]string in have
+    been replaced with the new Values type.
+  * Package exec has been redesigned with a more convenient and succinct
+    API.
+  * Package strconv's Quote function now escapes only those Unicode code
+    points not classified as printable by unicode.IsPrint. Previously
+    Quote would escape all non-ASCII characters. This also affects the fmt
+    package's "%q" formatting directive. The previous quoting behavior is
+    still available via strconv's new QuoteToASCII function.
+  * Package os/signal's Signal and UnixSignal types have been moved to
+    the os package. 
+  * Package image/draw is the new name for exp/draw. The GUI-related code
+    from exp/draw is now located in the exp/gui package.
+  * Goinstall now observes the GOPATH environment variable to build and
+    install your own code and external libraries outside of the Go tree
+    (and avoid writing Makefiles).
+
+ -- Ondřej Surý <ondrej at debian.org>  Thu, 30 Jun 2011 15:39:21 +0200

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list