[httpcomponents-core] branch master updated (9d629b1 -> a011ba1)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Feb 13 11:12:46 UTC 2018


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

ebourg-guest pushed a change to branch master
in repository httpcomponents-core.

      from  9d629b1   Upload to unstable
       new  dbe737b   Standards-Version updated to 4.1.3
       new  a01f3bc   Switch to debhelper level 11
       new  33a9147   Removed Damien Raude-Morvan from the uploaders (Closes: #889417)
      adds  0d12486   New upstream version 4.4.9
       new  e4a9e3d   Update upstream source from tag 'upstream/4.4.9'
       new  4dc3120   Refreshed debian/copyright
       new  a011ba1   Upload to unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                     | 23 +++++++++
 .gitignore                                         |  9 ++++
 .travis.yml                                        | 24 +++++++++
 RELEASE_NOTES.txt                                  | 43 +++++++++++++++-
 debian/changelog                                   |  9 ++++
 debian/compat                                      |  2 +-
 debian/control                                     |  6 +--
 debian/copyright                                   | 10 ++--
 httpcore-ab/pom.xml                                |  2 +-
 httpcore-nio/pom.xml                               |  2 +-
 .../http/impl/nio/DefaultHttpClientIODispatch.java | 59 +++++++++++++++-------
 .../http/impl/nio/DefaultHttpServerIODispatch.java | 59 +++++++++++++++-------
 .../apache/http/nio/pool/AbstractNIOConnPool.java  |  4 +-
 .../apache/http/nio/protocol/HttpAsyncService.java | 59 ++++++++++++++++++++--
 .../protocol/UriHttpAsyncRequestHandlerMapper.java | 23 +++++++--
 httpcore-osgi/pom.xml                              |  2 +-
 httpcore/pom.xml                                   |  2 +-
 httpcore/src/main/java/org/apache/http/Header.java | 16 +-----
 .../main/java/org/apache/http/NameValuePair.java   | 16 ++++--
 .../java/org/apache/http/config/SocketConfig.java  |  2 +-
 .../java/org/apache/http/entity/ContentType.java   | 21 ++++++++
 .../java/org/apache/http/message/BasicHeader.java  | 40 +++++++--------
 .../apache/http/message/BasicLineFormatter.java    | 14 ++++-
 .../java/org/apache/http/protocol/HttpContext.java |  4 +-
 .../http/protocol/UriHttpRequestHandlerMapper.java |  4 +-
 .../apache/http/protocol/UriPatternMatcher.java    | 22 ++++++--
 .../http/message/TestBasicLineFormatter.java       |  7 +++
 .../http/protocol/TestUriPatternMatcher.java       | 16 ++++++
 pom.xml                                            |  6 +--
 29 files changed, 394 insertions(+), 112 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .travis.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-core.git



More information about the pkg-java-commits mailing list