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

glondu pushed a change to branch master
in repository ocaml-batteries.

      from  a69413f   Update changelog and prepare upload to unstable
       new  938763f   Update Homepage and watch to point to github
       new  fa0be8d   New upstream version 2.6.0
       new  22de1a7   Updated version 2.6.0 from 'upstream/2.6.0'
       new  787d943   Refresh patches
       new  9b10be8   New upstream release
       new  773ab68   Fix FTBFS with OCaml 4.05
       new  e8172c6   Update changelog and prepare upload to unstable

The 7 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:
 ChangeLog                                          |  72 +++++++++-
 FAQ                                                |  23 ++-
 Makefile                                           |  38 ++++-
 _oasis                                             |   2 +-
 _tags                                              |   2 +-
 build/prefilter.ml                                 |  12 +-
 debian/changelog                                   |   8 ++
 debian/control                                     |   2 +-
 .../0001-Do-not-enforce-sanity-check-rules.patch   |   5 +-
 .../patches/0002-Disable-qtest-based-tests.patch   |   5 +-
 ...OCaml-4.05-that-can-be-fixed-with-conditi.patch |  75 ++++++++++
 ...-Fix-FTBFS-with-OCaml-4.05-unsatisfactory.patch | 157 ++++++++++++++++++++
 debian/patches/series                              |   2 +
 debian/watch                                       |   3 +-
 examples/tools/cat.ml                              |   2 +-
 howto/changelog                                    |  36 -----
 howto/release.md                                   | 116 +++++++++++++--
 myocamlbuild.ml                                    |  24 +++-
 opam                                               |   2 +-
 scripts/test_install.sh                            |  22 +++
 setup.ml                                           |  24 ++--
 src/batArray.mliv                                  |  12 ++
 src/batArray.mlv                                   |  12 ++
 src/batBigarray.mliv                               |   8 +-
 src/batBytes.mlv                                   |  14 +-
 src/batDigest.mlv                                  |   6 +-
 src/batHashtbl.mli                                 |  17 +++
 src/batHashtbl.mlv                                 |  35 +++++
 src/batInnerShuffle.ml                             |  34 +++++
 src/batInt.ml                                      |   3 -
 src/batInt.mli                                     |   4 +-
 src/batLazyList.ml                                 |  33 +++--
 src/batList.mli                                    |  60 ++++++++
 src/batList.mlv                                    | 159 ++++++++++++++++++++-
 src/batMap.ml                                      |  47 ++++--
 src/batMap.mli                                     |  30 +++-
 src/batRandom.ml                                   |   8 +-
 src/batResult.ml                                   |  21 +++
 src/batResult.mli                                  |  10 ++
 src/batSet.ml                                      |  28 ++--
 src/batSet.mli                                     |  12 +-
 src/batSplay.ml                                    |   4 +
 src/batString.mliv                                 |  16 +++
 src/batString.mlv                                  |  33 ++++-
 src/batteries.mllib                                |   1 +
 test-build/Makefile                                |   9 ++
 test-build/test.ml                                 |   5 +
 47 files changed, 1083 insertions(+), 170 deletions(-)
 create mode 100644 
debian/patches/0003-Changes-of-OCaml-4.05-that-can-be-fixed-with-conditi.patch
 create mode 100644 
debian/patches/0004-Fix-FTBFS-with-OCaml-4.05-unsatisfactory.patch
 delete mode 100644 howto/changelog
 create mode 100755 scripts/test_install.sh
 create mode 100644 src/batInnerShuffle.ml
 create mode 100644 test-build/Makefile
 create mode 100644 test-build/test.ml

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to