[Pkg-ocaml-maint-commits] [ocurl] branch upstream updated (186ce53 -> bf225f1)

Mehdi Dogguy mehdi at moszumanska.debian.org
Fri Aug 11 19:15:03 UTC 2017


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

mehdi pushed a change to branch upstream
in repository ocurl.

      from  186ce53   Imported Upstream version 0.7.6
       new  85c2a6c   New upstream version 0.7.7
       new  af92f63   New upstream version 0.7.8
       new  f3febe8   New upstream version 0.7.9
       new  bf225f1   New upstream version 0.7.10

The 4 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:
 .gitignore                    |    4 +-
 .travis.yml                   |   13 +
 CHANGES.txt                   |   20 +
 Makefile.in                   |   31 +-
 README => README.md           |   13 +-
 appveyor.yml                  |   13 +
 config.h.in                   |   38 +-
 configure                     |  200 ++++++--
 configure.in => configure.ac  |   25 +-
 curl-helper.c                 | 1048 +++++++++++++++++++++++------------------
 curl.ml                       |   40 +-
 curl.mli                      |   50 +-
 curl_lwt.ml                   |    4 +
 curl_lwt.mli                  |    5 +
 errors.ml                     |  116 +++++
 examples/Makefile.in          |   16 +-
 examples/test_cb_exn.ml       |    3 +-
 examples/test_lwt.ml          |   10 +-
 examples/test_memory_leaks.ml |    7 +-
 opam                          |   26 +
 20 files changed, 1117 insertions(+), 565 deletions(-)
 create mode 100644 .travis.yml
 rename README => README.md (70%)
 create mode 100644 appveyor.yml
 rename configure.in => configure.ac (92%)
 create mode 100644 errors.ml
 create mode 100644 opam

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocurl.git



More information about the Pkg-ocaml-maint-commits mailing list