[gnuplot] branch master updated (ea70f8c -> a062fa5)

Anton Gladky gladk at moszumanska.debian.org
Tue Aug 22 20:26:14 UTC 2017


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

gladk pushed a change to branch master
in repository gnuplot.

      from  ea70f8c   Update changelog.
      adds  bad529e   New upstream version 5.0.7+dfsg1
       new  a483d5f   Updated version 5.0.7+dfsg1 from 'upstream/5.0.7+dfsg1'
       new  58ba113   Refresh patches
       new  90944f4   Set Standards-Version: 4.0.0
       new  a062fa5   Update changelog.

The 4 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 -
 ChangeLog                                          |   792 +-
 Makefile.in                                        |     1 +
 NEWS                                               |    55 +
 PATCHLEVEL                                         |     2 +-
 RELEASE_NOTES                                      |    89 +-
 config/config.cyg => config.hin                    |   465 +-
 config/Makefile.in                                 |     1 +
 config/config.oww                                  |    11 +-
 config/mingw/Makefile                              |   129 +-
 config/msvc/Makefile                               |    83 +-
 config/watcom/Makefile                             |    10 +-
 configure                                          | 17629 +++++++++++++++++++
 configure.in                                       |    20 +-
 debian/changelog                                   |     8 +
 debian/control                                     |    10 +-
 debian/patches/04_fix_libexecdir.diff              |     6 +-
 debian/patches/07_doc.patch                        |     6 +-
 debian/patches/08_disable_demo_plugin.patch        |    22 +-
 debian/patches/09_remove_beos.patch                |    16 +-
 debian/patches/10_removepicins.patch               |    12 +-
 debian/patches/11_fix_linkage_wx.patch             |     6 +-
 debian/patches/13_honour_SOURCE_DATE_EPOCH.patch   |     8 +-
 debian/patches/14_strip_username_from_output.patch |    36 -
 debian/patches/20_CVE-2017-9670.patch              |     8 +-
 debian/patches/series                              |     1 -
 demo/Makefile.am                                   |    56 +-
 demo/Makefile.am.in                                |     6 +-
 demo/Makefile.in                                   |    57 +-
 demo/borders.dem                                   |     4 +-
 demo/boxclusters.dem                               |    40 +
 demo/boxplot.dem                                   |     6 +-
 demo/circles.dem                                   |     1 +
 demo/clipobject.dem                                |    10 +
 demo/ellipse.dem                                   |     2 +-
 demo/ellipses_style.dem                            |     2 +-
 demo/histograms.dem                                |     2 +-
 demo/histograms2.dem                               |     3 +-
 demo/html/Makefile                                 |     2 +-
 demo/html/Makefile.canvas                          |     2 +-
 demo/html/Makefile.svg                             |     2 +-
 demo/html/index.canvas                             |    20 +-
 demo/html/index.save                               |     5 +-
 demo/html/index.svg                                |    16 +-
 demo/iterate.dem                                   |    54 +
 demo/mgr.dem                                       |     4 +-
 demo/molecule.dem                                  |     1 +
 demo/orbits.dem                                    |     1 +
 demo/parallel.dem                                  |     4 +
 demo/plugin/Makefile.in                            |     1 +
 demo/special_chars.dem                             |    22 +
 demo/stats.dem                                     |     1 +
 demo/surface1.dem                                  |     6 +-
 demo/world2.dem                                    |     1 +
 docs/Makefile.am                                   |     2 +-
 docs/Makefile.in                                   |     3 +-
 docs/gnuplot.doc                                   |   238 +-
 docs/plotstyles.gnu                                |    17 +-
 docs/titlepag.tex                                  |     6 +-
 m4/Makefile.in                                     |     1 +
 man/Makefile.in                                    |     1 +
 share/LaTeX/Makefile.in                            |     1 +
 share/Makefile.in                                  |     1 +
 src/Makefile.in                                    |  1360 ++
 src/axis.c                                         |    14 +-
 src/axis.h                                         |     5 +-
 src/boundary.c                                     |     8 +-
 src/command.c                                      |    26 +-
 src/datafile.c                                     |    95 +-
 src/eval.c                                         |    14 +-
 src/fit.c                                          |    59 +-
 src/fit.h                                          |     3 +-
 src/gadgets.c                                      |     9 +-
 src/gadgets.h                                      |     2 +-
 src/gplt_x11.c                                     |    20 +-
 src/graph3d.c                                      |    51 +-
 src/graphics.c                                     |    60 +-
 src/hidden3d.c                                     |    39 +-
 src/interpol.c                                     |    11 +-
 src/misc.c                                         |    21 +-
 src/mouse.c                                        |    29 +-
 src/mousecmn.h                                     |     7 +-
 src/parse.c                                        |   323 +-
 src/parse.h                                        |    15 +-
 src/plot.c                                         |    10 +-
 src/plot.h                                         |     3 +-
 src/plot2d.c                                       |    90 +-
 src/plot3d.c                                       |    22 +-
 src/pm3d.c                                         |    21 +-
 src/qtterminal/Makefile.in                         |     1 +
 src/qtterminal/QtGnuplotEvent.h                    |     5 +
 src/qtterminal/QtGnuplotScene.cpp                  |    11 +-
 src/qtterminal/QtGnuplotScene.h                    |     1 +
 src/qtterminal/QtGnuplotWindow.cpp                 |    29 +-
 src/qtterminal/QtGnuplotWindow.h                   |     1 +
 src/qtterminal/qt_term.cpp                         |    62 +-
 src/readline.c                                     |     9 +-
 src/save.c                                         |    21 +-
 src/set.c                                          |   101 +-
 src/setshow.h                                      |     3 +-
 src/show.c                                         |    23 +-
 src/stats.c                                        |     3 +-
 src/stdfn.c                                        |     5 +-
 src/stdfn.h                                        |     8 +-
 src/tables.c                                       |    12 +-
 src/tables.h                                       |     6 +-
 src/term.c                                         |     6 +-
 src/unset.c                                        |    15 +-
 src/util.c                                         |   160 +-
 src/util.h                                         |     6 +-
 src/version.c                                      |     8 +-
 src/wxterminal/Makefile.in                         |     1 +
 src/wxterminal/gp_cairo.c                          |     5 +-
 src/wxterminal/wxt_gui.cpp                         |    58 +-
 term/Makefile.in                                   |     1 +
 term/aquaterm.trm                                  |    72 +-
 term/caca.trm                                      |    21 +-
 term/cairo.trm                                     |    47 +-
 term/canvas.trm                                    |    12 +-
 term/gd.trm                                        |    45 +-
 term/js/gnuplot_mouse.js                           |    58 +-
 term/metapost.trm                                  |    65 +-
 term/pdf.trm                                       |     9 +-
 term/post.trm                                      |    10 +-
 term/pslatex.trm                                   |    17 +-
 term/qt.trm                                        |    19 +-
 term/svg.trm                                       |   310 +-
 term/win.trm                                       |    22 +-
 term/write_png_image.c                             |   192 +-
 term/wxt.trm                                       |     4 +-
 tutorial/Makefile.in                               |     1 +
 131 files changed, 22345 insertions(+), 1468 deletions(-)
 delete mode 100644 .gitignore
 copy config/config.cyg => config.hin (61%)
 create mode 100755 configure
 delete mode 100644 debian/patches/14_strip_username_from_output.patch
 create mode 100644 demo/boxclusters.dem
 create mode 100644 demo/special_chars.dem
 create mode 100644 src/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot.git



More information about the debian-science-commits mailing list