Re: Testing version of gnuplot 6.0.3

Ethan A Merritt <[email protected]> Sat, 7 Jun 2025 13:46:46 -0700
Newsgroups gmane.comp.graphics.gnuplot.devel
Message-ID <CALUAmEvFNstXVqpfYF=KqQhq2SzvM_CjJ_pB=y3GSn4p_yS=_Q@mail.gmail.com>
--===============6414945581263885717==
Content-Type: multipart/alternative; boundary="00000000000096ee9106370172a3"

--00000000000096ee9106370172a3
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Sigh.  Quite right.   Trivial fix but it will of course mean the tarball
has a different hash sum.

Thanks for testing.

    Ethan

On Sat, Jun 7, 2025 at 7:03=E2=80=AFAM Erik Luijten <[email protected]=
> wrote:

> It may be slightly pedantic, but I just noticed that gnuplot 6. 0. 3
> states (upon start-up): "Version 6. 0. 3 patchlevel 3 last modified
> 2025-06-01" while 6. 0. 2 stated (more logically, in my opinion): "Versio=
n
> 6. 0 patchlevel 2"
> ZjQcmQRYFpfptBannerStart
> This Message Is From an Untrusted Sender
> You have not previously corresponded with this sender.
> See https://itconnect.uw.edu/email-tags for additional information.
> Please contact the UW-IT Service Center, [email protected] 206.221.5000, for
> assistance.
>
> ZjQcmQRYFpfptBannerEnd
> It may be slightly pedantic, but I just noticed that gnuplot 6.0.3 states
> (upon start-up):
>
> "Version *6.0.3* patchlevel 3    last modified 2025-06-01"
>
> while 6.0.2 stated (more logically, in my opinion):
>
> "Version 6.0 patchlevel 2"
>
> Erik
>
> On Thu, Jun 5, 2025 at 3:50=E2=80=AFPM Erik Luijten <[email protected]=
om>
> wrote:
>
>> This compiles properly on macOS, both with wxt and with Qt5.
>>
>> Erik
>>
>> On Tue, Jun 3, 2025 at 9:29=E2=80=AFPM Ethan A Merritt <[email protected]> =
wrote:
>>
>>> I have placed a tarball for release 6.0.3 in the "testing" folder on
>>> SourceForge
>>>    https://sourceforge.net/projects/gnuplot/files/gnuplot/testing/
>>> <https://urldefense.com/v3/__https://sourceforge.net/projects/gnuplot/f=
iles/gnuplot/testing/__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOc=
rtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj5eXHV3v$>
>>>
>>> Please report any build problems or other issues you find with the test
>>> package.
>>> If no problems arise I plan to use the same files for a release
>>> announcement
>>> next weekend.
>>>
>>> Release note appended below, or see
>>>
>>>     gnuplot.sourceforge.net/ReleaseNotes_6_0_3.html
>>> <https://urldefense.com/v3/__http://gnuplot.sourceforge.net/ReleaseNote=
s_6_0_3.html__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVsk=
Qbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj1HGSp7Q$>
>>>
>>> - Ethan
>>>
>>>                 Gnuplot Version 6.0.3 Release Notes
>>>                 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> This is the third incremental release for gnuplot stable version 6.0.
>>> It contains several new features and improvements back-ported from the
>>> development version.
>>>
>>> NEW (backported from development version)
>>> -----------------------------------------
>>>
>>> * NEW    "contourfill {at base} {fs {no}border}"
>>> * NEW    "save changes <filename>"
>>>          This variant saves only the differences between the current
>>> program
>>>          state and the state at the start of the session.
>>> * NEW    "plot <data> ... if (filter_condition)"
>>>          Input lines of data that satisfy the if condition are processe=
d
>>> as usual.
>>>          Lines that fail are essentially ignored.
>>> * NEW    backport watchpoint improvements from 6.1
>>>          Each watch target can have its own label, generated by a user
>>> function.
>>>          Any real-valued function is legal as a watchpoint target.
>>>          Current x, y, and z values are available inside a watchpoint
>>> target function.
>>>          Watchpoints are possible for splot in "set view map" projectio=
n.
>>>          See
>>>             * https://gnuplot.info/demo_6.0/watch_contours.html
>>> <https://urldefense.com/v3/__https://gnuplot.info/demo_6.0/watch_contou=
rs.html__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2D=
J7erPTsvmc9dNWD_Lg9vStgQkj6PGpJ3N$>
>>> * NEW    Continued work on multiplot replot and mousing
>>>
>>> CHANGES
>>> -------
>>>
>>> * CHANGE 3D polygon objects can have per-object fill border properties.
>>>          The restriction that all 3D polygons share a single set of
>>>          properties from "set pm3d" remains true for "splot with
>>> polygons".
>>> * CHANGE The configuration option --with-wx-multithreaded has been
>>> removed.
>>>          The multi-thread code has not worked under linux for quite a
>>> while.
>>>          This change does not affect the Windows version of the wxt
>>> terminal,
>>> * CHANGE "with hsteps" takes default width from "set boxwidth".
>>> * CHANGE column(0) returns an integer (not complex) value
>>> * CHANGE win: dll function loading altered for compatibility with gcc15
>>>
>>> FIXES
>>> -----
>>>
>>> * FIX    Support for combined hidden3d + pm3d depthorder back-ported
>>> from 6.1
>>>          This allows placing contours on a depth-sorted pm3d surface
>>> * FIX    qt: opaque key caused incorrect interactive toggling of final
>>> plot
>>> * FIX    6.0.2 regression in "splot ... using 1:2:3:4 lc palette"
>>> * FIX    placement of category labels along x-axis of boxplots
>>> * FIX    qt, cairo: "set colorbox invert" produced empty colorbox
>>> * FIX    placement of minor tics along logscale axis with narrow range
>>> * FIX    OK to have missing corners in an image from a sparse matrix
>>> * FIX    error handling for various corner cases involving function
>>> blocks
>>>
>>>
>>> KNOWN ISSUES
>>> ------------
>>>
>>> - Redefining a global array variable inside a user function or function
>>> block
>>>   may lead to memory corruption and/or a program crash.  The developmen=
t
>>> version
>>>   now handles this cleanly, but the necessary framework has not yet bee=
n
>>>   back-ported to verion 6.0.  The current version may issue the
>>> confusing error
>>>   message "non-numeric array index" and leave the corrupted array in
>>> place.
>>>
>>> - Font handling by the cairo/pango libraries supporting some gnuplot
>>> terminals
>>>   (pdf, png, wxt, ...) on both Windows and MacOS are sensitive to the
>>>   enviromental variable PANGOCAIRO_BACKEND.  If you are having font
>>> problems,
>>>   try setting this to
>>>         PANGOCAIRO_BACKEND=3Dfc
>>>
>>> - Support for replot and pan/zoom mouse operations in multiplot mode is
>>> still
>>>   incomplete. Expect further improvement in subsequent releases.
>>>
>>> - TeXLive2024 pdflatex does not like some of the UTF-8 characters in th=
e
>>> user manual.
>>>   The distribution includes a pre-built copy of gnuplot.pdf but if you
>>> want
>>>   to rebuild it from the source in docs/gnuplot.doc please use lualatex
>>> instead.
>>>   You can either replace the definition PDFLATEX=3Dpdflatex with
>>> PDFLATEX=3Dlualatex
>>>   in the Makefile or provide this in the environment during configurati=
on
>>>         PDFLATEX=3Dlualatex ./configure
>>>
>>> Gnuplot development is tracked in a git repository on SourceForge.
>>> You can generate a complete history of changes using "git log"
>>> after downloading:
>>>
>>> <pre>
>>>     git clone -b branch-6-0-stable git://
>>> git.code.sf.net/p/gnuplot/gnuplot-main
>>> <https://urldefense.com/v3/__http://git.code.sf.net/p/gnuplot/gnuplot-m=
ain__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7er=
PTsvmc9dNWD_Lg9vStgQkj49IONLU$>
>>>     git log
>>> </pre>
>>>
>>> Release Notes date:  03 June 2025
>>>
>>>
>>>
>>> --
>>> Ethan A Merritt
>>> Department of Biochemistry
>>> University of Washington, Seattle
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> gnuplot-beta mailing list
>>> [email protected]
>>> Membership management via:
>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>>> <https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listin=
fo/gnuplot-beta__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrl=
VskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj9FtiR3w$>
>>>
>> _______________________________________________
> gnuplot-beta mailing list
> [email protected]
> Membership management via:
> https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/=
gnuplot-beta__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVsk=
Qbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj9FtiR3w$
>


--=20
Ethan A Merritt
Department of Biochemistry
University of Washington, Seattle

--00000000000096ee9106370172a3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Sigh.=C2=A0 Quite right.=C2=A0 =C2=A0Trivial fix but it wi=
ll of course mean the tarball has a different hash sum.<div><br></div><div>=
Thanks for testing.</div><div><br></div><div>=C2=A0 =C2=A0 Ethan</div></div=
><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" clas=
s=3D"gmail_attr">On Sat, Jun 7, 2025 at 7:03=E2=80=AFAM Erik Luijten &lt;<a=
 href=3D"mailto:[email protected]">[email protected]</a>&gt; wrot=
e:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0=
.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=3D=
"msg-1550981202309937254">





<div style=3D"font-size:1px;color:rgb(255,255,255);line-height:1px;height:0=
px;max-height:0px;opacity:0;overflow:hidden;display:none">
It may be slightly pedantic, but I just noticed that gnuplot 6.=E2=80=8A0.=
=E2=80=8A3 states (upon start-up): &quot;Version 6.=E2=80=8A0.=E2=80=8A3 pa=
tchlevel 3 last modified 2025-06-01&quot; while 6.=E2=80=8A0.=E2=80=8A2 sta=
ted (more logically, in my opinion): &quot;Version 6.=E2=80=8A0 patchlevel =
2&quot;</div>



<div style=3D"font-size:1px;color:rgb(255,255,255);line-height:1px;max-heig=
ht:0px;opacity:0;overflow:hidden;display:none">ZjQcmQRYFpfptBannerStart</di=
v>



<u></u>
  <div dir=3D"ltr" id=3D"m_-1550981202309937254pfptBannerlglewdd" style=3D"=
display:block;text-align:left;margin:16px 0px;padding:8px 16px;border-radiu=
s:4px;min-width:200px;background-color:rgb(208,216,220);border-top:4px soli=
d rgb(144,164,174)">
    <div id=3D"m_-1550981202309937254pfptBannerlglewdd" style=3D"float:left=
;display:block;margin:0px 0px 1px;max-width:600px">
      <div id=3D"m_-1550981202309937254pfptBannerlglewdd" style=3D"display:=
block;background-color:rgb(208,216,220);color:rgb(0,0,0);font-family:Arial,=
sans-serif;font-weight:bold;font-size:14px;line-height:18px">
	This Message Is From an Untrusted Sender
      </div>
      <div id=3D"m_-1550981202309937254pfptBannerlglewdd" style=3D"font-wei=
ght:normal;display:block;background-color:rgb(208,216,220);color:rgb(0,0,0)=
;font-family:Arial,sans-serif;font-size:12px;line-height:18px;margin-top:2p=
x">
You have not previously corresponded with this sender.
      </div>
      <div id=3D"m_-1550981202309937254pfptBannerlglewdd" style=3D"font-wei=
ght:normal;display:block;background-color:rgb(208,216,220);color:rgb(0,0,0)=
;font-family:Arial,sans-serif;font-size:12px;line-height:18px;margin-top:2p=
x">
See <a href=3D"https://itconnect.uw.edu/email-tags" target=3D"_blank">https=
://itconnect.uw.edu/email-tags</a> for additional information.  Please cont=
act the UW-IT Service Center, <a href=3D"mailto:[email protected]" target=3D"_bla=
nk">[email protected]</a> 206.221.5000, for assistance.
      </div>

    </div>

    <div style=3D"height:0px;clear:both;display:block;line-height:0;font-si=
ze:0.01px">=C2=A0</div>
  </div>
<u></u>

<div style=3D"font-size:1px;color:rgb(255,255,255);line-height:1px;max-heig=
ht:0px;opacity:0;overflow:hidden;display:none">ZjQcmQRYFpfptBannerEnd</div>



<div dir=3D"ltr">It may be slightly pedantic, but I just noticed that gnupl=
ot 6.0.3 states (upon start-up):<br><br>&quot;Version <b>6.0.3</b> patchlev=
el 3 =C2=A0 =C2=A0last modified 2025-06-01&quot;<br><div><br></div><div>whi=
le 6.0.2 stated (more logically, in my opinion):<br><br>&quot;Version 6.0 p=
atchlevel 2&quot;<br></div><div><br></div><div>Erik</div></div><br><div cla=
ss=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, Jun 5, 202=
5 at 3:50=E2=80=AFPM Erik Luijten &lt;<a href=3D"mailto:erik.luijten@gmail.=
com" target=3D"_blank">[email protected]</a>&gt; wrote:<br></div><bloc=
kquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:=
1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">This compiles=
 properly on macOS, both with wxt and with Qt5.<div><br></div><div>Erik</di=
v></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr=
">On Tue, Jun 3, 2025 at 9:29=E2=80=AFPM Ethan A Merritt &lt;<a href=3D"mai=
lto:[email protected]" target=3D"_blank">[email protected]</a>&gt; wrote:<br></di=
v><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;borde=
r-left:1px solid rgb(204,204,204);padding-left:1ex">I have placed a tarball=
 for release 6.0.3 in the &quot;testing&quot; folder on SourceForge<br>
=C2=A0 =C2=A0<a href=3D"https://urldefense.com/v3/__https://sourceforge.net=
/projects/gnuplot/files/gnuplot/testing/__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5Zhl=
YyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj5eXHV3v$" rel=3D=
"noreferrer" target=3D"_blank">https://sourceforge.net/projects/gnuplot/fil=
es/gnuplot/testing/</a><br>
<br>
Please report any build problems or other issues you find with the test pac=
kage.<br>
If no problems arise I plan to use the same files for a release announcemen=
t<br>
next weekend.<br>
<br>
Release note appended below, or see<br>
<br>
=C2=A0 =C2=A0 <a href=3D"https://urldefense.com/v3/__http://gnuplot.sourcef=
orge.net/ReleaseNotes_6_0_3.html__;!!K-Hz7m0Vt54!lH9cGC0w2qdoOf5ZhlYyhW2qgZ=
Za-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj1HGSp7Q$" rel=3D"norefer=
rer" target=3D"_blank">gnuplot.sourceforge.net/ReleaseNotes_6_0_3.html</a><=
br>
<br>
- Ethan<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Gnuplot Version 6.0=
.3 Release Notes<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D<br>
<br>
This is the third incremental release for gnuplot stable version 6.0.<br>
It contains several new features and improvements back-ported from the<br>
development version.<br>
<br>
NEW (backported from development version)<br>
-----------------------------------------<br>
<br>
* NEW=C2=A0 =C2=A0 &quot;contourfill {at base} {fs {no}border}&quot;<br>
* NEW=C2=A0 =C2=A0 &quot;save changes &lt;filename&gt;&quot;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0This variant saves only the differences b=
etween the current program<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0state and the state at the start of the s=
ession.<br>
* NEW=C2=A0 =C2=A0 &quot;plot &lt;data&gt; ... if (filter_condition)&quot;<=
br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Input lines of data that satisfy the if c=
ondition are processed as usual.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Lines that fail are essentially ignored.<=
br>
* NEW=C2=A0 =C2=A0 backport watchpoint improvements from 6.1<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Each watch target can have its own label,=
 generated by a user function.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Any real-valued function is legal as a wa=
tchpoint target.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Current x, y, and z values are available =
inside a watchpoint target function.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Watchpoints are possible for splot in &qu=
ot;set view map&quot; projection.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0See<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 * <a href=3D"https://urldefense.c=
om/v3/__https://gnuplot.info/demo_6.0/watch_contours.html__;!!K-Hz7m0Vt54!l=
H9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQk=
j6PGpJ3N$" rel=3D"noreferrer" target=3D"_blank">https://gnuplot.info/demo_6=
.0/watch_contours.html</a><br>
* NEW=C2=A0 =C2=A0 Continued work on multiplot replot and mousing<br>
<br>
CHANGES<br>
-------<br>
<br>
* CHANGE 3D polygon objects can have per-object fill border properties.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The restriction that all 3D polygons shar=
e a single set of<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0properties from &quot;set pm3d&quot; rema=
ins true for &quot;splot with polygons&quot;.<br>
* CHANGE The configuration option --with-wx-multithreaded has been removed.=
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The multi-thread code has not worked unde=
r linux for quite a while.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0This change does not affect the Windows v=
ersion of the wxt terminal,<br>
* CHANGE &quot;with hsteps&quot; takes default width from &quot;set boxwidt=
h&quot;.<br>
* CHANGE column(0) returns an integer (not complex) value<br>
* CHANGE win: dll function loading altered for compatibility with gcc15<br>
<br>
FIXES<br>
-----<br>
<br>
* FIX=C2=A0 =C2=A0 Support for combined hidden3d + pm3d depthorder back-por=
ted from 6.1<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0This allows placing contours on a depth-s=
orted pm3d surface<br>
* FIX=C2=A0 =C2=A0 qt: opaque key caused incorrect interactive toggling of =
final plot<br>
* FIX=C2=A0 =C2=A0 6.0.2 regression in &quot;splot ... using 1:2:3:4 lc pal=
ette&quot;<br>
* FIX=C2=A0 =C2=A0 placement of category labels along x-axis of boxplots<br=
>
* FIX=C2=A0 =C2=A0 qt, cairo: &quot;set colorbox invert&quot; produced empt=
y colorbox<br>
* FIX=C2=A0 =C2=A0 placement of minor tics along logscale axis with narrow =
range<br>
* FIX=C2=A0 =C2=A0 OK to have missing corners in an image from a sparse mat=
rix<br>
* FIX=C2=A0 =C2=A0 error handling for various corner cases involving functi=
on blocks<br>
<br>
<br>
KNOWN ISSUES<br>
------------<br>
<br>
- Redefining a global array variable inside a user function or function blo=
ck<br>
=C2=A0 may lead to memory corruption and/or a program crash.=C2=A0 The deve=
lopment version<br>
=C2=A0 now handles this cleanly, but the necessary framework has not yet be=
en <br>
=C2=A0 back-ported to verion 6.0.=C2=A0 The current version may issue the c=
onfusing error<br>
=C2=A0 message &quot;non-numeric array index&quot; and leave the corrupted =
array in place.<br>
<br>
- Font handling by the cairo/pango libraries supporting some gnuplot termin=
als<br>
=C2=A0 (pdf, png, wxt, ...) on both Windows and MacOS are sensitive to the<=
br>
=C2=A0 enviromental variable PANGOCAIRO_BACKEND.=C2=A0 If you are having fo=
nt problems,<br>
=C2=A0 try setting this to<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 PANGOCAIRO_BACKEND=3Dfc<br>
<br>
- Support for replot and pan/zoom mouse operations in multiplot mode is sti=
ll<br>
=C2=A0 incomplete. Expect further improvement in subsequent releases.<br>
<br>
- TeXLive2024 pdflatex does not like some of the UTF-8 characters in the us=
er manual.<br>
=C2=A0 The distribution includes a pre-built copy of gnuplot.pdf but if you=
 want<br>
=C2=A0 to rebuild it from the source in docs/gnuplot.doc please use lualate=
x instead.<br>
=C2=A0 You can either replace the definition PDFLATEX=3Dpdflatex with PDFLA=
TEX=3Dlualatex<br>
=C2=A0 in the Makefile or provide this in the environment during configurat=
ion<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 PDFLATEX=3Dlualatex ./configure<br>
<br>
Gnuplot development is tracked in a git repository on SourceForge.<br>
You can generate a complete history of changes using &quot;git log&quot;<br=
>
after downloading:<br>
<br>
&lt;pre&gt;<br>
=C2=A0 =C2=A0 git clone -b branch-6-0-stable git://<a href=3D"https://urlde=
fense.com/v3/__http://git.code.sf.net/p/gnuplot/gnuplot-main__;!!K-Hz7m0Vt5=
4!lH9cGC0w2qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vSt=
gQkj49IONLU$" rel=3D"noreferrer" target=3D"_blank">git.code.sf.net/p/gnuplo=
t/gnuplot-main</a><br>
=C2=A0 =C2=A0 git log<br>
&lt;/pre&gt;<br>
<br>
Release Notes date:=C2=A0 03 June 2025<br>
<br>
<br>
<br>
-- <br>
Ethan A Merritt<br>
Department of Biochemistry<br>
University of Washington, Seattle<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
gnuplot-beta mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">gnu=
[email protected]</a><br>
Membership management via: <a href=3D"https://urldefense.com/v3/__https://l=
ists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lH9cGC0w2q=
doOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj9FtiR3w$=
" rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/=
listinfo/gnuplot-beta</a><br>
</blockquote></div>
</blockquote></div>
_______________________________________________<br>
gnuplot-beta mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">gnu=
[email protected]</a><br>
Membership management via: <a href=3D"https://urldefense.com/v3/__https://l=
ists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lH9cGC0w2q=
doOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj9FtiR3w$=
" rel=3D"noreferrer" target=3D"_blank">https://urldefense.com/v3/__https://=
lists.sourceforge.net/lists/listinfo/gnuplot-beta__;!!K-Hz7m0Vt54!lH9cGC0w2=
qdoOf5ZhlYyhW2qgZZa-6cMWuUOcrtVPrlVskQbr2DJ7erPTsvmc9dNWD_Lg9vStgQkj9FtiR3w=
$</a> <br>
</div></blockquote></div><div><br clear=3D"all"></div><div><br></div><span =
class=3D"gmail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gm=
ail_signature"><div dir=3D"ltr"><span style=3D"font-family:monospace"><span=
 style=3D"color:rgb(0,0,0)">Ethan A Merritt
</span><br>Department of Biochemistry<br>University of Washington, Seattle<=
br>
<br></span></div></div>

--00000000000096ee9106370172a3--


--===============6414945581263885717==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============6414945581263885717==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gnuplot-beta mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta

--===============6414945581263885717==--