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

infinity0 pushed a change to branch upstream
in repository ocamlbuild.

      from  6c5972f   New upstream version 0.10.1
       new  0d76abf   New upstream version 0.11.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:
 .gitignore                          |   4 ++
 .mailmap                            |   2 +
 .travis.yml                         |  29 +++++++++
 Changes                             |  74 +++++++++++++----------
 META                                |   2 +-
 Makefile                            |  99 ++++++++++++++++++-------------
 VERSION                             |   2 +-
 examples/01-simple/Makefile         |   4 +-
 examples/01-simple/main.ml          |   2 +-
 examples/02-subdirs/Makefile        |   2 +-
 examples/02-subdirs/src/main.ml     |   2 +-
 examples/03-packages/Makefile       |   6 +-
 examples/03-packages/src/main.ml    |   4 +-
 examples/04-library/Makefile        |   4 +-
 examples/04-library/src/main.ml     |   4 +-
 examples/05-lex-yacc/Makefile       |   2 +-
 examples/05-lex-yacc/src/main.ml    |   2 +-
 examples/05-lex-yacc/src/parser.mly |   4 +-
 examples/06-ocamldoc/Makefile       |   2 +-
 examples/06-ocamldoc/src/main.ml    |   2 +-
 examples/Makefile                   |   2 +-
 howto/release.adoc                  |  12 ++++
 manual/manual.adoc                  |   3 +-
 src/ocaml_compiler.ml               |  13 +++--
 src/ocaml_specific.ml               |  14 +++--
 src/options.ml                      |  74 +++++++++++++++--------
 src/param_tags.mli                  |   2 +-
 src/plugin.ml                       |  11 ++--
 src/rule.ml                         |   6 +-
 src/signatures.mli                  |   3 +
 testsuite/README                    |   2 +-
 testsuite/external.ml               |  24 ++++++++
 testsuite/findlibonly.ml            |  17 ------
 testsuite/internal.ml               |  26 +++++++++
 testsuite/internal_test_header.ml   |   2 -
 testsuite/ocamlbuild_test.ml        | 113 ++++++++++++++++++++++++++----------
 36 files changed, 388 insertions(+), 188 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 .travis.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlbuild.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