]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Userinfo is urlencoded in URIs (RFC 3986)
[apt.git] / debian / changelog
index 61a4dc618d24953b385434f2b118fd8bd25b7c36..205db85e0d2574751b860f25d06ad26776f867e5 100644 (file)
@@ -64,6 +64,12 @@ apt (0.7.26) UNRELEASED; urgency=low
   * apt-pkg/contrib/strutl.cc:
     - convert all toupper calls to tolower_ascii for a little speedup
 
+  [ Jean-Baptiste Lallement ]
+  * apt-pkg/contrib/strutl.cc:
+    - always escape '%' (LP: #130289) (Closes: #500560)
+    - unescape '%' sequence only if followed by 2 hex digit
+    - username/password are urlencoded in proxy string (RFC 3986)
+
   [ Julian Andres Klode ]
   * cmdline/apt-mark:
     - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).