[libwww-perl] 02/03: Moved news content into changelog as most users don't need proxies

dod at debian.org dod at debian.org
Tue Nov 5 20:18:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libwww-perl.

commit 18875ddb8ffd350b58fa13563081e74ecc22f54c
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Nov 3 12:34:08 2013 +0100

    Moved news content into changelog as most users don't need proxies
---
 debian/NEWS      |   18 ------------------
 debian/changelog |   18 ++++++++++++++++--
 2 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
deleted file mode 100644
index ba1e4d8..0000000
--- a/debian/NEWS
+++ /dev/null
@@ -1,18 +0,0 @@
-libwww-perl (6.05-2) unstable; urgency=low
-
-  This new release introduces an experimental patch to use https_proxy
-  with LWP::UserAgent. This patch will defer https proxy connection to
-  SSLeay.  This way, proxy configured from environment variables will
-  use CONNECT for https connections and will behave as usual for http
-  connection.
-
-   Note that the connection through https_proxy will work only if:
-   * https_proxy env variable is set
-   * LWP::UserAgent is constructed with:
-     env_proxy => 1,
-     ssl_opts  => { verify_hostname => 0 }
-
-   Proxy will NOT work if proxy method is called on user agent to
-   setup https_proxy. (i.e avoid "$ua->proxy(https_proxy => ...)" );
-
- -- Dominique Dumont <dod at debian.org>  Fri, 01 Nov 2013 20:43:16 +0100
diff --git a/debian/changelog b/debian/changelog
index 6f8280d..be957fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,22 @@
 libwww-perl (6.05-2) unstable; urgency=low
 
-  * added patch to fix https proxy issue (Closes: #129528, #622212)
+  This new release introduces an experimental patch to use https_proxy
+  with LWP::UserAgent (Closes: #129528, #622212). This patch will defer
+  https proxy connection to SSLeay. This way, proxy configured from
+  environment variables will use CONNECT for https connections and
+  will behave as usual for http connection.
 
- -- Dominique Dumont <dod at debian.org>  Fri, 01 Nov 2013 20:42:09 +0100
+  Note that the connection through https_proxy will work only if:
+   * https_proxy env variable is set
+   * LWP::UserAgent is constructed with:
+     env_proxy => 1, ssl_opts  => { verify_hostname => 0 }
+
+  Proxy will NOT work if proxy method is called on user agent to
+  setup https_proxy. (i.e avoid "$ua->proxy(https_proxy => ...)" );
+
+  * control: added dod to uploaders. Removed jawnsy and ryan
+
+ -- Dominique Dumont <dod at debian.org>  Sun, 03 Nov 2013 12:29:53 +0100
 
 libwww-perl (6.05-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-perl.git



More information about the Pkg-perl-cvs-commits mailing list