[libokhttp-java] branch master updated (c6eb839 -> e1fe53e)
    Markus Koschany 
    apo at moszumanska.debian.org
       
    Mon Nov 20 19:27:17 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
apo pushed a change to branch master
in repository libokhttp-java.
      from  c6eb839   Import Debian changes 3.9.0-1
      adds  fc83d52   New upstream version 3.9.1
       new  67fe961   Update upstream source from tag 'upstream/3.9.1'
       new  e1fe53e   Update changelog
The 2 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:
 README.md                                          |  10 +-
 benchmarks/pom.xml                                 |   2 +-
 debian/changelog                                   |   6 +
 mockwebserver/pom.xml                              |   2 +-
 okcurl/pom.xml                                     |   2 +-
 okhttp-android-support/pom.xml                     |   2 +-
 okhttp-apache/pom.xml                              |   2 +-
 okhttp-logging-interceptor/pom.xml                 |   2 +-
 okhttp-testing-support/pom.xml                     |   2 +-
 okhttp-tests/pom.xml                               |   2 +-
 okhttp-tests/src/test/java/okhttp3/CallTest.java   |  19 +++
 .../src/test/java/okhttp3/HttpUrlTest.java         |   7 +
 .../src/test/java/okhttp3/RecordedResponse.java    |   2 +-
 okhttp-urlconnection/pom.xml                       |   2 +-
 okhttp/pom.xml                                     |   2 +-
 okhttp/src/main/java/okhttp3/Dns.java              |   9 +-
 okhttp/src/main/java/okhttp3/HttpUrl.java          |   2 +-
 okhttp/src/main/java/okhttp3/OkHttpClient.java     |   7 +-
 .../java/okhttp3/internal/http1/Http1Codec.java    |  12 +-
 .../okhttp3/internal/platform/AndroidPlatform.java |  13 +-
 .../java/okhttp3/internal/platform/Platform.java   |  13 +-
 pom.xml                                            |  22 ++-
 samples/crawler/pom.xml                            |   2 +-
 samples/guide/pom.xml                              |   2 +-
 .../src/main/java/okhttp3/recipes/PrintEvents.java | 183 +++++++++++++++++++++
 .../okhttp3/recipes/PrintEventsNonConcurrent.java  | 158 ++++++++++++++++++
 samples/pom.xml                                    |   2 +-
 samples/simple-client/pom.xml                      |   2 +-
 samples/slack/pom.xml                              |   2 +-
 samples/static-server/pom.xml                      |   2 +-
 30 files changed, 460 insertions(+), 35 deletions(-)
 create mode 100644 samples/guide/src/main/java/okhttp3/recipes/PrintEvents.java
 create mode 100644 samples/guide/src/main/java/okhttp3/recipes/PrintEventsNonConcurrent.java
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libokhttp-java.git
    
    
More information about the pkg-java-commits
mailing list