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

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

      from  f4d3589   Release to unstable
       new  199d754   New upstream version 2.5.0
       new  a3a863b   New upstream version 2.5.3
       new  1aead7e   Updated version 2.5.3 from 'upstream/2.5.3'
       new  0cb4308   New upstream release
       new  bc02d37   Add ocamlbuild to Build-Depends
       new  3a18bf3   Update Vcs-*
       new  629f0d6   Bump debhelper compat to 10
       new  a69413f   Update changelog and prepare upload to unstable

The 8 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                                   |   40 +
 META.in                                     |    2 +-
 Makefile                                    |   15 +-
 _oasis                                      |    4 +-
 _tags                                       |    3 +-
 debian/changelog                            |   10 +
 debian/compat                               |    2 +-
 debian/control                              |    7 +-
 debian/rules                                |    2 +-
 howto/release.md                            |    4 +-
 myocamlbuild.ml                             |   17 +-
 opam                                        |   15 +-
 qtest/_tags                                 |   13 +-
 setup.ml                                    | 6649 ++++++++++++++-------------
 src/batArray.mliv                           |   16 +-
 src/batArray.mlv                            |   10 +-
 src/batBig_int.ml                           |   15 +
 src/{batBig_int.mli => batBig_int.mliv}     |    9 +
 src/batBigarray.mliv                        |   42 +
 src/batBigarray.mlv                         |   60 +-
 src/batBytes.mliv                           |   54 +-
 src/batBytes.mlv                            |   34 +
 src/batChar.mli                             |   10 +
 src/{batChar.ml => batChar.mlv}             |   18 +
 src/batConcreteQueue_402.ml                 |   66 +
 src/batConcreteQueue_402.mli                |    6 +
 src/batConcreteQueue_403.ml                 |   44 +
 src/batConcreteQueue_403.mli                |    6 +
 src/batDigest.mli                           |    6 +-
 src/batDigest.mlv                           |    9 +
 src/batGc.ml                                |   40 +-
 src/{batGc.mli => batGc.mliv}               |   54 +
 src/batHashcons.ml                          |    1 -
 src/batHashtbl.mlv                          |    2 +-
 src/batIO.ml                                |   10 +-
 src/batInnerWeaktbl.ml                      |   12 +
 src/batInt.ml                               |   30 +-
 src/{batInt32.mli => batInt32.mliv}         |    4 +
 src/{batInt32.ml => batInt32.mlv}           |    4 +
 src/{batInt64.mli => batInt64.mliv}         |    4 +
 src/{batInt64.ml => batInt64.mlv}           |    4 +
 src/batList.mlv                             |    6 +-
 src/{batNativeint.mli => batNativeint.mliv} |    2 +
 src/{batNativeint.ml => batNativeint.mlv}   |    2 +
 src/batNumber.ml                            |    7 +-
 src/batNumber.mli                           |    2 +-
 src/batOpaqueInnerSys.ml                    |    2 +
 src/batPervasives.mliv                      |    2 +-
 src/batPrintexc.mliv                        |   16 +
 src/batQueue.ml                             |  123 +-
 src/batRef.ml                               |    4 +-
 src/batSeq.ml                               |   22 +-
 src/batSet.mli                              |    5 +
 src/{batString.mli => batString.mliv}       |   41 +-
 src/{batString.ml => batString.mlv}         |   52 +-
 src/batSys.mliv                             |  102 +-
 src/{batSys.ml => batSys.mlv}               |   11 +
 src/batTuple.ml                             |    8 +
 src/batTuple.mli                            |   11 +
 src/batUnix.mliv                            |   61 +-
 src/batteries.mllib                         |    2 +
 src/{batteries.ml => batteries.mlv}         |   18 +-
 src/batteriesHelp.ml                        |    4 +-
 testsuite/test_container.ml                 |   34 +-
 64 files changed, 4498 insertions(+), 3392 deletions(-)
 rename src/{batBig_int.mli => batBig_int.mliv} (96%)
 rename src/{batChar.ml => batChar.mlv} (88%)
 create mode 100644 src/batConcreteQueue_402.ml
 create mode 100644 src/batConcreteQueue_402.mli
 create mode 100644 src/batConcreteQueue_403.ml
 create mode 100644 src/batConcreteQueue_403.mli
 rename src/{batGc.mli => batGc.mliv} (81%)
 rename src/{batInt32.mli => batInt32.mliv} (97%)
 rename src/{batInt32.ml => batInt32.mlv} (95%)
 rename src/{batInt64.mli => batInt64.mliv} (97%)
 rename src/{batInt64.ml => batInt64.mlv} (91%)
 rename src/{batNativeint.mli => batNativeint.mliv} (98%)
 rename src/{batNativeint.ml => batNativeint.mlv} (95%)
 create mode 100644 src/batOpaqueInnerSys.ml
 rename src/{batString.mli => batString.mliv} (96%)
 rename src/{batString.ml => batString.mlv} (95%)
 rename src/{batSys.ml => batSys.mlv} (78%)
 rename src/{batteries.ml => batteries.mlv} (84%)

-- 
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