Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:Update
gnuplot
gnuplot.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnuplot.changes of Package gnuplot
------------------------------------------------------------------- Thu Jul 6 09:31:49 UTC 2023 - Dr. Werner Fink <werner@suse.de> - Add patch 1f36c4fb.patch * Fix CVE-2020-25969 (bsc#1213068, boo#1176689) ------------------------------------------------------------------- Wed Nov 28 11:35:10 UTC 2018 - Dr. Werner Fink <werner@suse.de> - Add patch gnuplot-e3cc539c.patch from upstream commit e3cc539c Fix the bugs boo#1117463 (CVE-2018-19492), boo#1117464 (CVE-2018-19491), and boo#1117465 (CVE-2018-19490) ------------------------------------------------------------------- Wed Aug 16 07:09:12 UTC 2017 - werner@suse.de - Add patch gnuplot-CVE-2017-9670.patch that close CVE-2017-9670 (bsc#1044638) ------------------------------------------------------------------- Tue Feb 25 08:42:01 UTC 2014 - burnus@net-b.de - Update to 4.6.5 * NEW monotonic cubic splines using "smooth mcsplines" * NEW phase-jump removal filter "smooth unwrap" * NEW allow '+' pseudofile to sample the T axis in 2D parametric plots * NEW allow '++' pseudofile to sample the U/V axes in 3D parametric plots * NEW "sixel" terminal driver * NEW new object attribute clip/noclip * CHANGE maximum number of using spec columns increased from 7 to 11 * CHANGE code in bitmap.c relicensed to remove restriction to noncommercial use * FIX allow 'set pm3d' interpolate and top/bottom options to coexist * FIX revised handling of defined palettes with explicit maxcolors * FIX continue as normal after an interactive session error from "gnuplot -" * FIX empty first field in a tab-separated-values file was incorrectly ignored * FIX several problems with color assignment to contour lines * FIX qt terminal incorrectly changed linetype (dot/dash) to match line color * FIX "pause mouse" worked only for right- or center- click, not left-click * FIX emf terminal font initialization * FIX wxt terminal vertical centering of enhanced text * FIX win terminal filled polygon bugs * FIX iteration over parametric function plots * FIX autoscaling of polar mode plots * FIX increase precision of xticlabel placement from (float) to (double) * FIX allocation error affecting certain cvs files ------------------------------------------------------------------- Tue Oct 29 22:32:31 UTC 2013 - burnus@net-b.de - Update to 4.6.4 * CHANGE treat empty fields in a csv file as "missing" rather than "bad" * CHANGE allow reference to more than one column header in 'using' or 'title' * CHANGE if a polar plot is autoscaled, try to place the origin at the center * FIX svg and canvas terminal mousing of inverted axis coordinates * FIX emf failed to initialize font correctly on some systems * FIX timedata columns can now be referred to via column(N) and column("HEAD") * FIX qt terminal toggling of enhanced text elements in plot with labels * FIX color/pattern generated for key entries of columnstacked histograms * FIX hitting ^C twice forces temination of wxt session hung by lost X-server * FIX win terminal failed to properly adjust plot border after window resize * FIX several conditions in which macros were not expanded during command input * FIX promote a string containing only digits to INTGR rather than CMPLX * FIX 'set grid front' caused failure to initialize location of axis zero point * FIX very poor precision in mouse coords reported by x11 in -persist mode * FIX parsing of $# (the number of arguments in a "call"). It's not a comment! * FIX memory leak of cropped images using pngcairo terminal * FIX "lc variable" now iterates over linetype colors (not styles) as documented * FIX rtics were sometimes drawn with length 0 ------------------------------------------------------------------- Thu Apr 25 07:55:00 UTC 2013 - burnus@net-b.de - Update to 4.6.3 * FIX suppression of color in linetypes after "set term ... mono" * FIX synchronization of graphics and text color in latex terminals ------------------------------------------------------------------- Sun Mar 31 21:06:21 UTC 2013 - burnus@net-b.de - Update to 4.6.2 * Bug fixes * Allow the "bind" command to attach a user command to mouse button 1 * hidden3d can handle occlusion by pm3d surfaces * -d option from command line skips ~/.gnuplot initialization file * plot '<&N' plots from file descriptor N opened during shell invocation ------------------------------------------------------------------- Tue Nov 6 09:19:06 UTC 2012 - burnus@net-b.de - Update to 4.6.1 * Bug fixes. * Support tabulation of variable color column. * Support tabulation (set table) of pixel values from image plot styles - Remove now obsolete patches gnuplot-automake.diff and gnuplot-4.6.0-fix-format-errors.diff. ------------------------------------------------------------------- Tue Oct 16 08:23:37 UTC 2012 - coolo@suse.com - buildrequire libpng, it compiles fine with it ------------------------------------------------------------------- Mon Jul 23 09:01:56 UTC 2012 - werner@suse.de - Resolve the former problem by using texlive-texinfo to enforce installing required fonts as well as required tools for TL 2012 ------------------------------------------------------------------- Sun Jul 22 13:59:46 UTC 2012 - coolo@suse.com - add more texlive 2012 requirements ------------------------------------------------------------------- Tue Jul 10 09:47:35 UTC 2012 - werner@suse.de - Make it build with latest TeXLive 2012 with new package layout ------------------------------------------------------------------- Tue Jul 3 07:27:41 UTC 2012 - werner@suse.de - Convert gnuplot.el to new backtick lisp scheme for emacs 24.1 ------------------------------------------------------------------- Wed May 30 15:33:29 UTC 2012 - jengelh@inai.de - Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags - Add patch to delete no-longer supported constructs from configure.in/Makefile.am ------------------------------------------------------------------- Wed Apr 4 12:13:24 UTC 2012 - werner@suse.de - Use new bcond_without h3d_gridbox to switch back to h3d-quadtree if h3d-gridbox will be disabled on the commandline of rpmbuild ------------------------------------------------------------------- Mon Apr 2 15:37:32 UTC 2012 - werner@suse.de - Avoid to stumble on bug in QtCore.pc on older distributions ------------------------------------------------------------------- Mon Apr 2 14:38:11 UTC 2012 - werner@suse.de - Refresh patches to see in which C function each change is in - Reenable bitmap terminals ------------------------------------------------------------------- Thu Mar 15 11:43:23 UTC 2012 - kruber@zib.de - Update to gnuplot 4.6.0 * New syntax supporting multi-line blocks of code delimited by curly braces if (<cond>) { ... } else { ... } do for [<iteration-spec>] { ... } while (<cond>) { ... } * Time formats can handle fractional seconds to microsecond precision. * User-definable linetypes that can be used to establish a locally preferred default sequence of colors or dash/thickness/point styles. * Statistical summary of the data to be plotted (new command "stats") * New terminal drivers: qt context epscairo cairolatex * The version for Windows received major improvements (GUI, help, native terminal and wxt, installer) * Improved support for UTF-8, SJIS and other multi-byte encodings ------------------------------------------------------------------- Wed Feb 13 15:03:20 UTC 2012 - burnus@net-b.de - Make gnuplot build with newer LUA version. ------------------------------------------------------------------- Mon Feb 13 11:46:11 UTC 2012 - werner@suse.de - Fix version control of further help messages, fix done by Dieter Jurzitza (bnc#746299) ------------------------------------------------------------------- Fri Feb 10 19:05:08 CET 2012 - sbrabec@suse.cz - Fix libdir x libexecdir clash (bnc#744835). - Use %configure macro. ------------------------------------------------------------------- Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com - license update: SUSE-Gnuplot and GPL-2.0+ SPDX format (including SUSE prefix for licenses not yet accepted by SPDX upstream). This is not BSD-3-Clause. The Gnuplot license insists that modifications to source code be done by patch only. There are GPL-2.0+ components included as aggegation ------------------------------------------------------------------- Thu Dec 1 16:46:07 UTC 2011 - coolo@suse.com - add automake as buildrequire to avoid implicit dependency ------------------------------------------------------------------- Tue Nov 29 22:48:07 UTC 2011 - burnus@net-b.de - Update to gnuplot 4.4.4 * NEW boxxyerrors plot style now allows variable color * NEW splot with pm3d now allows variable rgb color * NEW "nonuniform matrix" indicates ascii data with explicit x, y * CHANGE columnhead(N) is a string-valued function, not a keyword * CHANGE Demarcate plots in svg output using <g id="Plot_#"><title>... * CHANGE xticlabels() works for binary data files as well as ascii * CHANGE "set key maxrows" now applies to 3D plots as well as 2D * CHANGE rewrite installation path rules for TeX files * FIX wxt terminal should now work on at least some flavors of OSX * FIX incorrect space allowed for outside left key box * FIX buffer overflow from enhanced text timefmt tic labels * FIX correction for offset in epochs when reading in time format "%s" * FIX discontinuity in defined palette limited by maxcolors * FIX initialization of svg pattern-fill definitions * FIX positioning of histogram bars when some data entries are missing * FIX emf terminal can handle UTF-8 encoding * FIX User-specified axis tick labels override auto labels in 3D just as in 2D * FIX `plot with labels` failed to skip labels with UNDEFINED coords * FIX NaN (not a number) implementation for Windows build * FIX work-around for poor scaling in pdfcairo pattern fill * FIX segfault if mismatch between palette sizes of successive terminals ------------------------------------------------------------------- Thu Apr 21 08:44:34 UTC 2011 - burnus@net-b.de - Update to gnuplot 4.4.3 * NEW Implement pan and zoom via mouse wheel. * NEW set key maxcolumns N maxrows M * NEW value("varname") returns the value of the named variable * NEW encoding cp1251 - 8-bit Cyrillic * CHANGE backport emf terminal driver from version 4.5 * FIX better estimation of latex string lengths * FIX colorbar representation of discrete color palettes is pixel accurate * FIX NaN initialization and tests working on more (all?) platforms * FIX configuration script tests for readline+ncurses * FIX prevent out-of-range boxes from creating degenerate ghosts on the border * FIX missing alpha channel flag for pdfcairo terminal * FIX font initialization in windows terminal ------------------------------------------------------------------- Wed Dec 29 14:41:47 CET 2010 - sbrabec@suse.cz - Compile with wxWidgets (STL variant). ------------------------------------------------------------------- Thu Sep 30 21:40:07 UTC 2010 - burnus@net-b.de - Update to gnuplot 4.4.2 * Fixes a regression that caused color specification "lc N" to fail * Fixes a long-standing clipping error in plots with filled curves * Fixes a segfault if a "refresh" commands follows an interrupted replot Changes and fixes in gnuplot version 4.4.1: * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius <default-radius>" * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0<rotx<180 ------------------------------------------------------------------- Tue Sep 14 17:22:26 CEST 2010 - werner@suse.de - Make doc package noarch ------------------------------------------------------------------- Tue Sep 14 17:00:07 CEST 2010 - werner@suse.de - Update to gnuplot 4.4.0 * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius <default-radius>" * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0<rotx<180 ------------------------------------------------------------------- Thu May 20 12:44:38 CEST 2010 - werner@suse.de - Correct macro name in spec file ------------------------------------------------------------------- Wed May 19 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de - Fix format being written into plt files (add missing #) ------------------------------------------------------------------- Sun May 9 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de - Fix AppDefDir vs. XAPPLRESDIR inconsistency, increase default number of samples. ------------------------------------------------------------------- Wed Apr 7 10:50:19 CEST 2010 - werner@suse.de - Update to gnuplot 4.4.0 * NEW linetype property 'pointinterval' * NEW gnuplot.exe is a full-featured console mode gnuplot executable for Windows * NEW plot style "with circles" * NEW object types circle, ellipse, and polygon * NEW options front and back to "set colorbox" * NEW x11 can plot into a window opened and managed by an external application * NEW gd terminal can use fonts through fontconfig (libgd version > 2.0.35) * NEW optional 3 columns of data to generate histogram errorbars * NEW 'volatile' data, including inline data, can be replotted without rereading * NEW 'refresh' command replots without rereading data if possible * NEW rgbimage style now works in 2D and 3D for all terminals that support RGB * NEW plot style rgbalpha * NEW transparent fill styles * NEW iteration within a plot command; e.g. plot for [i=1:10] foo(i) * NEW iteration within set/unset commands * NEW operators '=' and ',' in expression syntax * NEW terminal lua generates commands for interpretation by external lua script * NEW terminal tikz uses a lua script to generate output for latex TikZ package * NEW terminal canvas for HTML 5 canvas element * NEW terminal pdfcairo based on cairo and pango * NEW terminal pngcairo based on cairo and pango * NEW terminal dpu414 - Seiko DPU-414 thermal printer * NEW error status variables GPVAL_ERRNO and GPVAL_ERRMSG * NEW variables GPVAL_LAST_PLOT, GPVAL_{S}PLOT, GPVAL_MULTIPLOT * NEW variables GPVAL_VIEW_{MAP|ROT_X|ROT_Z|SCALE|ZSCALE}, GPVAL_TERMINALS * NEW variables GPVAL_PWD * NEW per-plot export of information needed for external mousing scripts * NEW support for dashed linetypes in additional terminals * NEW the 'bind' command accepts non-keyboard triggers, e.g. 'close' * NEW commands 'show bind' and 'reset bind' * NEW individual plots can be omitted from autoscaling of axis ranges * NEW more smoothing options: new kernels (for dgrid3d) and 'smooth cumulative' * NEW command 'evaluate' executes commands from a string variable * NEW z-axis tic labels can be colored by Z value * NEW command 'set view equal {xy|xyz}' forces axes in a 3D plot to the same scale * NEW 'set pm3d interpolate m,n' supports also non-positive m,n as nbs of points * FIX domain restrictions on ibeta() * FIX color assignment of contour lines when "set increment user" is in effect * FIX remove the limit of 64 characters read as string data from a data file * FIX remainder of command line is not lost after a "load" command * FIX more complete support for locale internationalization, UTF-8 encoding * FIX various font-handling problems in postscript terminal driver * FIX avoid infinite loop on resizing x11 plot window under ion, fluxbox * FIX handle addition plot styles in mode 'set table' * FIX purge tick labels read from a datafile at the end of each plot * FIX 2nd colour in the colour box for negative palette in postscript * FIX interpolatation for pm3d surfaces given by both z and colour coordinates * FIX 'set datafile binary format=...' was documented, but not implemented * FIX enhanced text mode treatment of UTF-8 characters * FIX emf terminal enhanced text mode now accepted by Windows programs * CHANGE A number that begins with a . must continue with a digit * CHANGE syntax of 'set datafile binary' array= and record= options * CHANGE 'reset' does not affect locale, encoding, decimalsign settings * CHANGE 'set key textcolor rgb variable' will use plot colors for key entries * CHANGE Remove obsolete IRIS4D terminal type * CHANGE Remove obsolete atari terminal types (atariaes atarivdi multitos) * CHANGE Use empty/solid fill for candlesticks rather than empty/striped * CHANGE 'l' and 'L' hotkeys toggle colorbar logscale iff mouse is in colorbar ------------------------------------------------------------------- Thu Mar 4 11:48:39 UTC 2010 - coolo@novell.com - fix compilation with gcc 4.5 - update to gnuplot 4.2.6 * NEW xterm tektronix emulation 'set term xterm' * FIX 'set xtics mirror' didn't work if xtics were previously unset * FIX off-by-one pixel bug in width of boxes with palette or rgb color * FIX center rotation of 'set view equal xyz' mode at screen center * FIX sanity-check time ranges for axes with timeformat * FIX pslatex blacktext and broken format specifier * FIX PostScript code points for Lcaron, lcaron in encoding cp1250 * CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange * CHANGE aquaterm accepts "size xx,yy" with a comma * CHANGE Remove the EXPERIMENTAL flag from the wxt terminal * CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode ------------------------------------------------------------------- Mon Jun 22 17:15:05 CEST 2009 - werner@suse.de - Remove obsolate code for GNUPLOTDEMOPATH (bnc#515001) - Add emacs lisp files to file list (bnc#515001) ------------------------------------------------------------------- Mon Jun 15 15:12:38 CEST 2009 - werner@suse.de - Make demos more flexible (hint from dieter.jurzitza@t-online.de) - Add netpbm and xorg-x11 to build requires or jpg's are zero ------------------------------------------------------------------- Tue May 26 11:19:52 CEST 2009 - werner@suse.de - Update changes file ------------------------------------------------------------------- Sat May 9 12:00:00 CEST 2009 - nico.laus.2001@gmx.de - update to gnuplot 4.2.5 - put docs into gnuplot-doc sub-package ------------------------------------------------------------------- Thu Jan 15 13:38:04 CET 2009 - sbrabec@suse.cz - Changed BuildRequires: plotutils -> plotutils-devel. ------------------------------------------------------------------- Mon Mar 31 17:49:45 CEST 2008 - werner@suse.de - Make gnupplot UTF-8 capable (bnc#375175) ------------------------------------------------------------------- Wed Mar 26 12:47:02 CET 2008 - werner@suse.de - Update to gnuplot 4.2.3 * NEW options front and back to "set colorbox" * NEW character encoding support for emf and pdf terminals * NEW "format" keyword for "set tics" and "set {x|y|...}tics" * NEW allow user to set colorbar label rotatation if the bar is vertical * FIX allow tic format to be given as a string variable * FIX handling of negative screen coordinates on ia64, PPC * FIX coloring of hidden surfaces if drawn with line styles * FIX direction of y axis in graph coords for "set view map" * FIX minitics in log scale * FIX minor bugfixes to terminals fig, emf, post, svg, x11 * FIX cgm terminal now produces correct pm3d and pattern fill output * FIX protect against overly long font names in gd, svg * FIX infinite loop from x11 plot window resizing under ion, fluxbox * FIX never estimate zero size for a non-empty string * FIX discard degenerate polygons during hidden3d processing * FIX segfault if replot is called while terminal type is unknown * FIX segfault if locale obtained by getenv() is freed * FIX discard axis ticks read from previous data file * FIX Do not clip image against Z range in 3D splot with "set view map" * FIX off-by-one error in implicit column 0 for binary data files * FIX splot was trashing the default clipping boundaries for 2D plots * CHANGE tweak installation scripts for OSX nt cyg dj2 mgw * CHANGE install Xresource file as Gnuplot, not Gnuplot.app-defaults * CHANGE Remove limitation of 10 args max to internal function sprintf() * CHANGE Bring emf point types into conformity with other terminals * CHANGE estimate the vertical space for rotated tick labels on x and x2 axes ------------------------------------------------------------------- Fri Mar 14 15:00:13 CET 2008 - werner@suse.de - Disable warning about missing character set to avoid bnc#369156 ------------------------------------------------------------------- Fri Dec 14 15:24:04 CET 2007 - werner@suse.de - Update to gnuplot 4.2.2 * FIX Axis labels were ignored in mode "set view map" Candlesticks did not receive the border color specified in fillstyle * NEW allow extra column in 2D plots containing color information * NEW set term latex {size XX,YY} * FIX buffering of very long input lines * FIX clipping of image data against plot boundary * FIX polygon clipping bugs * FIX key sample for plots with variable color * FIX wxt initialization on non-gnu systems * FIX escape sequence %% handling in sprintf() format strings * FIX Apply "set style incr user" to 3D contours and to columnstacked histograms * FIX Apply "set key {no}enhanced" to key titles read from a file * FIX Allow string variable as filename for "fit via <filename>" * CHANGE defer x11 initialization until first plot command * CHANGE clean up configuration files for amg, cyg, mgw, dj2 * CHANGE modify SVG output to accommodate non-compliant viewers * CHANGE allow 'strcol()' as shorthand for 'stringcolumn()' * CHANGE default to "blacktext" for TeX-based PostScript variants ------------------------------------------------------------------- Wed Sep 5 17:02:11 CEST 2007 - werner@suse.de - Correct name of app-defaults file - Make samples in demo directory usable from any path thanks goes to Dieter Jurzitza ------------------------------------------------------------------- Wed May 30 16:12:19 CEST 2007 - werner@suse.de - Overwrite empty default font for UTF-8 locale (bug #277876) - Get html docs fully build and installed - Correct datadir - The patent of gif is expired ------------------------------------------------------------------- Fri May 11 16:52:57 CEST 2007 - werner@suse.de - Use setlocale(..,NULL) instead of gentenv() (bug #272915) ------------------------------------------------------------------- Tue Apr 24 12:32:31 CEST 2007 - werner@suse.de - Enable new but experimental wxt terminal (bug #266693) ------------------------------------------------------------------- Fri Apr 20 09:51:29 CEST 2007 - aj@suse.de - Use texlive for Building. ------------------------------------------------------------------- Thu Apr 5 18:18:15 CEST 2007 - werner@suse.de - Update to gnuplot 4.2.0 * NEW autogenerated read-only variables prefixed GPVAL_ and "show variables all" * NEW Japanese language documentation - FAQ and User Manual * NEW multi-platform and interactive wxWidgets terminal * NEW windows terminal supports enhanced text mode * NEW support for placement of individual rectangles within plot or canvas * NEW command "set style increment user" allows customization of default lines * NEW commands raise and lower * NEW y and y2 axis label rotation can be explicitly controlled (2D plots only) * NEW {no}enhanced flag can be applied to individual labels * NEW suboption 'set pm3d interpolate' for bilinear interpolation of surfaces * NEW 3D plots can read RGB color triples as part of input data * NEW write command history file also for gnuplot's readline * NEW more versatile key placement and arrangement * NEW 'splot x*y with pm3d' no longer requires prior 'set pm3d' * NEW store a sequence of plots to an animated gif (requires libgd > 2.0.28) * NEW multi-byte font support in x11, controlled by the locale setting LC_CTYPE * NEW control decimal sign conventions using locale setting LC_NUMERIC * NEW pstex, pslatex and epslatex terminals share functionality with postscript * NEW suboptions "set pm3d corners2color min|max" * NEW suboption "set pm3d depthorder" does hidden-surface removal (sort of) * NEW linetype colors via "lt {palette {frac <val> | cb <val>}}" * NEW linetype colors via "lt {rgbcolor {"name" | "#RRGGBB"}}" * NEW palette and rgb linetype colors apply to all 2D and 3D plot elements * NEW user defined variables can contain strings * NEW expression evaluation can manipulate and return strings * NEW built-in string functions sprintf, gprintf, substr, strstrt, word, words * NEW built-in string function system("shell command") * NEW command line macro expansion @<stringvariablename> * NEW automatic variable $# expanded to number of arguments after "call" * NEW reading of (almost) arbitrary image binary files * NEW plot styles "with image" and "with rgbimage" * NEW plot style "with labels" reads text data along with X/Y/Z coordinates * NEW plot style "with histograms" creates clustered or stacked histograms * NEW auto-layout of multiplot using "set multiplot layout <rows>, <cols>" * NEW variant of plot "with filledcurves" that fills the area between two curves * NEW variant of "with filledcurves" that fills only above or below the curve * NEW using options {x|y|z}ticlabels(<col>) * NEW option to read plot title from data file: set key autotitle columnheader * NEW command 'set termoption <foo>' changes single property of current terminal * NEW png driver supports antialiasing and TrueColor images * NEW encoding koi8-u * NEW plot style "with vectors" applies to both 2D and 3D plots * NEW plot style "with points" can read variable point size from input file * NEW "set tics" can change most settings for {x|y|z|cb}tics at once * NEW tic scale can be set per axis using "set {x|y|z|cb}tics scale" * CHANGE history file is written by default * CHANGE PostScript prolog and character encoding files now maintained separately * CHANGE Placement of z-axis label in 3D plots is now equivalent to x and y axes * CHANGE "set ticsscale" is deprecated, use "set tics scale" instead * CHANGE gnuplot on x11 has mousing always enabled on startup * CHANGE 'set datafile fortran' is now required in order to read D or Q constants * CHANGE let the string in '{s}plot ... notitle "string"' be silently ignored * CHANGE libgd versions 2.0.28+ support GIF images as well as PNG/JPEG * CHANGE remove old (non-libgd) GIF and PNG drivers * CHANGE X-resource gnuplot*ctrlq:on requires <ctrl>q to kill plot window * CHANGE X-resource gnuplot*exportselection:off disables plot->clipboard export * CHANGE prefer use of offset keyword in 'set [xyz]label "foo" offset -1,-1' * CHANGE 'set table "outfile"; ...; unset table' replaces 'set term table' * CHANGE 'defined(foo)' is deprecated; new syntax is 'exists("foo")' * FIXED empty datafiles are not a fatal error * FIXED setenv GNUTERM now works for png, jpeg, and gif drivers * FIXED PostScript output can be restricted to Level 1 compatible features * FIXED emf output is compatible with MSWin XP SP 2 * FIXED limit size of X11 requests to half the maximum allowed by the X display * FIXED arrowheads drawn in solid lines even if the shaft is dotted (PostScript) * FIXED estimate true effective length of strings in enhanced text mode * FIXED clipping of filled curves ------------------------------------------------------------------- Wed Aug 16 05:37:39 CEST 2006 - sndirsch@suse.de - gnuplot-4.0.0-fonts.dif: fixed font paths for X.Org 7 ------------------------------------------------------------------- Tue Jan 31 12:13:21 CET 2006 - werner@suse.de - Fix stupid buffer overflow in x11 display program (bug #146870) ------------------------------------------------------------------- Wed Jan 25 21:36:16 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Thu Jul 21 18:30:36 CEST 2005 - werner@suse.de - Re-use libgd because we get jpeg/png support with truetype font and gif dummy support which is png output for term gif (#97208) ------------------------------------------------------------------- Thu Feb 10 02:34:43 CET 2005 - ro@suse.de - remove dropped tetex subpackages from nfb ------------------------------------------------------------------- Thu Apr 29 11:17:28 CEST 2004 - werner@suse.de - Use GNU readline library - Enable thin splines for 3D ------------------------------------------------------------------- Tue Apr 27 18:39:09 CEST 2004 - werner@suse.de - Update to gnuplot 4.0.0 ------------------------------------------------------------------- Tue Apr 20 09:57:36 CEST 2004 - meissner@suse.de - aliasing fixes. ------------------------------------------------------------------- Thu Oct 16 15:53:25 CEST 2003 - meissner@suse.de - Do not build as root. - Fixed lib64 handling to be more correct, since 32bit systems can now have /lib64/ too. ------------------------------------------------------------------- Fri Jun 13 13:29:01 CEST 2003 - coolo@suse.de - fixing docs installation ------------------------------------------------------------------- Thu Jun 12 16:41:31 CEST 2003 - coolo@suse.de - use BuildRoot ------------------------------------------------------------------- Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de - fix install_info --delete call and move from preun to postun ------------------------------------------------------------------- Tue Mar 25 17:05:21 CET 2003 - werner@suse.de - Make mouse patch work as it should ------------------------------------------------------------------- Mon Mar 24 19:19:58 CET 2003 - werner@suse.de - Update to gnuplot 3.7.3 - Port patches (if needed) to 3.7.3 ------------------------------------------------------------------- Fri Feb 28 17:20:29 CET 2003 - werner@suse.de - Fix bug #23417: use intall-info for info file ------------------------------------------------------------------- Fri Nov 22 18:14:40 CET 2002 - werner@suse.de - Fix buffer overflow - Fix svgalib handling for secure svgalibs ------------------------------------------------------------------- Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de - removed bogus self-provides ------------------------------------------------------------------- Fri Jul 26 21:23:27 CEST 2002 - adrian@suse.de - fix neededforbuild ------------------------------------------------------------------- Mon May 6 18:16:37 CEST 2002 - werner@suse.de - Do some lib64 stuff ------------------------------------------------------------------- Thu Apr 4 14:44:54 CEST 2002 - ro@suse.de - more brackets for autoconf ------------------------------------------------------------------- Sun Feb 10 16:52:05 CET 2002 - ro@suse.de - tar option for bz2 is now "j" ------------------------------------------------------------------- Fri Feb 1 00:26:13 CET 2002 - ro@suse.de - changed neededforbuild <libpng> to <libpng-devel-packages> ------------------------------------------------------------------- Wed Jan 9 12:48:20 CET 2002 - ro@suse.de - fixed to compile (don't include fcntl when building the help) ------------------------------------------------------------------- Sat Jan 5 13:16:04 CET 2002 - kukuk@suse.de - fix neededforbuild (plotutil -> plotutils) ------------------------------------------------------------------- Tue Dec 18 13:26:01 CET 2001 - werner@suse.de - Be sure that the waitforinput function is called even if real readline library is used or none interactive mode is on. Be sure that the buffered token will be handles even if there is no activity on stdin and set a time out to be not blocked (#12625) ------------------------------------------------------------------- Mon Nov 12 09:56:49 CET 2001 - ro@suse.de - no svgalib ------------------------------------------------------------------- Tue Jun 12 16:16:05 CEST 2001 - schwab@suse.de - Fix for new autoconf. ------------------------------------------------------------------- Tue May 8 22:51:41 CEST 2001 - mfabian@suse.de - bzip2 sources ------------------------------------------------------------------- Thu Mar 29 16:56:17 MEST 2001 - garloff@suse.de - Prevent stupid rounding errors 10*10^23 instead of 10^24 in graphics.c: mant_exp() ------------------------------------------------------------------- Fri Feb 23 00:10:25 CET 2001 - ro@suse.de - added readline/readline-devel to neededforbuild (split from bash) ------------------------------------------------------------------- Sun Dec 3 18:21:11 CET 2000 - schwab@suse.de - Fix resource leak in X11 terminal driver. ------------------------------------------------------------------- Wed Jun 21 19:34:58 CEST 2000 - werner@suse.de - Add French doc (somewhat out of date) ------------------------------------------------------------------- Wed Jun 7 14:18:22 MEST 2000 - werner@suse.de - New version 3.7.1 with many bug fixes included ------------------------------------------------------------------- Tue Jun 6 15:15:35 CEST 2000 - uli@suse.de - moved docs to /usr/share/doc ------------------------------------------------------------------- Fri Feb 25 17:56:31 CET 2000 - kukuk@suse.de - Move /usr/{info,man} -> /usr/share/{info,man} ------------------------------------------------------------------- Mon Oct 11 23:26:00 CEST 1999 - ro@suse.de - disabled gdlib support (we have png anyway and gd doesn't support gif any more) ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Mon May 3 16:35:25 CEST 1999 - werner@suse.de - Do not use system time because gnuplot interface isn't able to handle summer time - Use /tmp/ for temporaray files of demos ------------------------------------------------------------------- Wed Mar 10 12:27:23 MET 1999 - werner@suse.de - Fix from one of the authors (HBB) to avoid buffer overflow ------------------------------------------------------------------- Tue Mar 9 18:19:17 MET 1999 - werner@suse.de - New patchlevel 0.1 with patch gnuplot.990304 for security ------------------------------------------------------------------- Tue Mar 2 20:27:11 MET 1999 - werner@suse.de - New version: 3.7 * add some official fixes * fix the official fix of fit.c * add gif and unixplot for output ------------------------------------------------------------------- Sun Aug 23 10:51:12 MEST 1998 - bs@suse.de - fixed "neededforbuild" ------------------------------------------------------------------- Mon Jul 13 17:32:27 MET DST 1998 - werner@suse.de - New version: 3.5beta6.347 * Security fix for svga linux driver call * Some enhancements * Some bug fixes ------------------------------------------------------------------- Thu Oct 23 13:59:59 MET DST 1997 - werner@suse.de - New version: 3.5beta6.336 ------------------------------------------------------------------- Mon Feb 3 23:03:09 MET 1997 - werner@suse.de - Update auf Version 3.5-beta-3.6pl319 - Diese Version hat splines und bezier zum Fit für von Messdaten. - verschoben von ap1 -> xap1 ------------------------------------------------------------------- Wed Nov 13 23:06:41 MET 1996 - werner@suse.de - Neu Erstellen des Paketes: Mit vollständiger Dokumentation und Beispielen unter /usr/doc/packages/gnuplot/ - fig und bfig (xfig-Format 2.1) wird von xfig in xfig-Format 3.2 konvertiert.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor