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

glondu pushed a commit to branch master
in repository camlpdf.

commit 000d373635b8ac020edc3b87e7382e9fda862047
Merge: 3274860 cdefe0d
Author: Stephane Glondu <st...@glondu.net>
Date:   Sat Nov 30 10:03:07 2013 +0100

    Merge tag 'upstream/1.7.1'
    
    Upstream version 1.7.1

 Changes                                    |    20 +
 ICSharpCode.SharpZipLib.dll                |   Bin 188416 -> 0 bytes
 INSTALL                                    |    40 -
 LICENCE                                    |   951 +-
 META                                       |     6 +
 Makefile                                   |    27 +
 OCamlMakefile                              |   379 +-
 README                                     |    23 -
 README.md                                  |    62 +
 cff.mli                                    |     5 -
 cgenlex.ml                                 |   119 -
 cgenlex.mli                                |    15 -
 examplesmake => examples/Makefile          |    23 +-
 OCamlMakefile => examples/OCamlMakefile    |   379 +-
 examples/pdfdecomp.ml                      |    15 +
 pdfdraft.ml => examples/pdfdraft.ml        |    50 +-
 examples/pdfencrypt.ml                     |    27 +
 examples/pdfhello.ml                       |    25 +
 pdfmerge.ml => examples/pdfmergeexample.ml |    18 +-
 examples/pdftest.ml                        |    29 +
 zlibstubs.c => flatestubs.c                |     4 +-
 fonttables.ml                              |   834 -
 fonttables.mli                             |     6 -
 glyphlist.ml                               |  1716 --
 glyphlist.mli                              |    11 -
 introduction_to_camlpdf.pdf                |   Bin 114902 -> 106133 bytes
 introduction_to_camlpdf.tex                |   489 +
 io.ml                                      |   104 -
 io.mli                                     |    73 -
 istring.ml                                 |    24 -
 istring.mli                                |    17 -
 makefile                                   |    69 -
 miniz.c                                    |  4834 ++++++
 paper.ml                                   |    30 -
 pdf.ml                                     |   657 +-
 pdf.mli                                    |   212 +-
 pdfafm.ml                                  |    77 +
 pdfafm.mli                                 |     6 +
 pdfafmdata.ml                              | 23636 +++++++++++++++++++++++++++
 pdfafmdata.mli                             |    29 +
 pdfannot.ml                                |    32 +-
 pdfannot.mli                               |    10 +-
 cff.ml => pdfcff.ml                        |   600 +-
 pdfcff.mli                                 |     6 +
 pdfcodec.ml                                |   909 +-
 pdfcodec.mli                               |    63 +-
 pdfcrypt.ml                                |  3065 ++--
 pdfcrypt.mli                               |   141 +-
 pdfdate.ml                                 |    15 +-
 pdfdate.mli                                |     6 +-
 pdfdecomp.ml                               |    21 -
 pdfdecrypt.ml                              |    32 -
 pdfdest.ml                                 |   122 +
 pdfdest.mli                                |    29 +
 pdfdoc.ml                                  |   493 -
 zlib.ml => pdfflate.ml                     |     1 +
 pdfflate.mli                               |    22 +
 pdffun.ml                                  |  1608 +-
 pdffun.mli                                 |   186 +-
 pdfgenlex.ml                               |   185 +
 pdfgenlex.mli                              |    33 +
 pdfglyphlist.ml                            |  4882 ++++++
 pdfglyphlist.mli                           |    37 +
 pdfgraphics.ml                             |   732 +-
 pdfgraphics.mli                            |    56 +-
 pdfhello.ml                                |    27 -
 pdfimage.ml                                |  1223 +-
 pdfimage.mli                               |    80 +-
 pdfio.ml                                   |  1037 +-
 pdfio.mli                                  |   406 +-
 pdfjpeg.ml                                 |    23 +
 pdfjpeg.mli                                |     6 +
 pdfmarks.ml                                |   307 +-
 pdfmarks.mli                               |    19 +-
 pdfmerge.ml                                |   344 +-
 pdfmerge.mli                               |    11 +
 pdfocg.ml                                  |   182 +
 pdfocg.mli                                 |    47 +
 pdfops.ml                                  |   770 +
 pdfpages.mli => pdfops.mli                 |    26 +-
 pdfpage.ml                                 |   823 +
 pdfdoc.mli => pdfpage.mli                  |   156 +-
 pdfpagelabels.ml                           |   208 +
 pdfpagelabels.mli                          |    49 +
 pdfpages.ml                                |   783 -
 pdfpaper.ml                                |    30 +
 paper.mli => pdfpaper.mli                  |    38 +-
 pdfread.ml                                 |  3071 ++--
 pdfread.mli                                |    79 +-
 pdfshapes.ml                               |    11 +-
 pdfspace.ml                                |   108 +-
 pdfspace.mli                               |    24 +-
 pdfstandard14.ml                           |    62 +
 pdfstandard14.mli                          |    11 +
 pdftest.ml                                 |    32 -
 pdftext.ml                                 |  2260 ++-
 pdftext.mli                                |   284 +-
 transform.ml => pdftransform.ml            |   123 +-
 transform.mli => pdftransform.mli          |    35 +-
 pdftruetype.ml                             |   636 +
 pdftruetype.mli                            |     7 +
 pdftype0.ml                                |    25 +
 pdftype0.mli                               |     7 +
 pdftype1.ml                                |     6 +
 pdftype1.mli                               |     6 +
 units.ml => pdfunits.ml                    |    53 +-
 units.mli => pdfunits.mli                  |     4 +-
 utility.ml => pdfutil.ml                   |  2580 ++-
 utility.mli => pdfutil.mli                 |   366 +-
 pdfwrite.ml                                |  1037 +-
 pdfwrite.mli                               |    69 +-
 unzip.ml                                   |   449 -
 unzip.mli                                  |    41 -
 zlib.mli                                   |    33 -
 114 files changed, 50461 insertions(+), 15880 deletions(-)

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