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

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

      from  a3a863b   New upstream version 2.5.3
       new  fa0be8d   New upstream version 2.6.0

The 1 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 ++--
 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 ++
 39 files changed, 835 insertions(+), 161 deletions(-)
 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