[Pkg-ocaml-maint-commits] [approx] branch master updated (33b9599 -> 958b009)

Eric Cooper ecc at cmu.edu
Thu Nov 24 18:04:16 UTC 2016


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

ecc-guest pushed a change to branch master
in repository approx.

      from  33b9599   changelog entry for version 5.5-2
       new  4901cd7   Revert "handle String.create deprecation warning during transition to OCaml 4.02"
       new  1d755bf   Revert "temporary patches during transition to OCaml 4.02"
      adds  81ee687   remove unused code
      adds  a1b2ac9   simplify build using findlib
      adds  3dafd6d   use OUnit for tests
      adds  38422ed   add $curl_path configuration parameter
      adds  cce432a   cache unknown file types for $interval
      adds  ffe35d2   change String.create to Bytes.create
      adds  f289e79   relax check for Invalid_argument exception
      adds  330c969   increment version number
      adds  d4a9f23   Merge branch 'upstream'
      adds  a5d1b8d   depend on OCaml 4.02 for Bytes module
      adds  53a2163   add build dependency on OUnit
      adds  95bd9d4   remove dependencies on inet-superserver (closes: #784312)
      adds  9e78688   update Standards-Version to 3.9.6
       new  409fc9c   Merge branch 'next'
       new  4ba3bb7   remove approx-gc program (closes: #465473, #632926, #686062, #818731)
       new  681e1dd   Bug#818633: approx: fails to connect to HTTP/2 servers
       new  ade4039   increment version number
       new  cedb760   Merge branch 'upstream'
       new  22acb81   update Standards-Version to 3.9.8
       new  0a6746a   remove approx-gc program (closes: #465473, #632926, #686062, #818731)
       new  3af46a8   use find command to remove old files
       new  5744ca3   add dependency on update-inetd
       new  958b009   changelog entry and NEWS for version 5.7-1

The 12 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:
 Makefile                                  |  22 +--
 _tags                                     |  24 +--
 approx.ml                                 |  11 +-
 config.ml                                 |  34 +++-
 config.mli                                |   5 +-
 config_file.ml                            |   4 +-
 config_file.mli                           |   6 +-
 debian/NEWS                               |   8 +
 debian/approx.cron.weekly                 |  16 +-
 debian/approx.install                     |   1 -
 debian/approx.manpages                    |   1 -
 debian/changelog                          |  29 ++++
 debian/control                            |   8 +-
 debian/patches/handle_deprecation_warning |  53 ------
 debian/patches/series                     |   1 -
 doc/approx-gc.8                           |  92 -----------
 doc/approx.conf.5                         |   3 +
 etc/approx.conf                           |   1 +
 gc_cache.ml                               | 262 ------------------------------
 myocamlbuild.ml                           |  28 ----
 tests/_tags                               |  14 --
 tests/config_file_test.ml                 |  89 ++++++++++
 tests/config_test.ml                      |  52 +++++-
 tests/control_file_test.ml                | 180 +++++++++++++++-----
 tests/dir_test.ml                         |  28 ----
 tests/metadata_test.ml                    |  33 ----
 tests/patch_test.ml                       |  21 ---
 tests/runtests.ml                         |  13 ++
 tests/sha1_test.ml                        |  18 --
 tests/testlib.ml                          |  30 ++++
 tests/util_test.ml                        | 226 ++++++++++++++++++++++++++
 url.ml                                    |   6 +-
 util.ml                                   |  36 ++--
 util.mli                                  |  21 ++-
 34 files changed, 703 insertions(+), 673 deletions(-)
 delete mode 100644 debian/patches/handle_deprecation_warning
 delete mode 100644 debian/patches/series
 delete mode 100644 doc/approx-gc.8
 delete mode 100644 gc_cache.ml
 delete mode 100644 myocamlbuild.ml
 delete mode 100644 tests/_tags
 create mode 100644 tests/config_file_test.ml
 delete mode 100644 tests/dir_test.ml
 delete mode 100644 tests/metadata_test.ml
 delete mode 100644 tests/patch_test.ml
 create mode 100644 tests/runtests.ml
 delete mode 100644 tests/sha1_test.ml
 create mode 100644 tests/testlib.ml
 create mode 100644 tests/util_test.ml

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



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