Discussion:
(5.0.6pre for windows)
Bastian Märkisch
2017-02-28 07:53:21 UTC
Permalink
In order to allow testing of the next version 5.0 release, you can now
find a build of the current version (5.0.6pre) for Windows64 at
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/

Happy testing,
Bastian
Tatsuro MATSUOKA
2017-02-28 09:00:17 UTC
Permalink
----- Original Message -----
From: ""Bastian Märkisch""
To: gnuplot beta list
Date: 2017/2/28, Tue 16:53
In order to allow testing of the next version 5.0 release, you can now
find a build of the current version (5.0.6pre) for Windows64 at
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/
Happy testing,
  Bastian
 
I am happy to hear that pre-release of 5.0.6.
Thanks for your extensive work.

I confirmed all.dem works fine!

The last modified date of the executable is  2017-01-21
but latest ChangeLog date is 2017-02-28.

I think that binary is up to date (2017-02-28.).

Is there a source code for pre-release?
If not I will check out from cvs.

Tatsuro
sfeam
2017-02-28 17:35:31 UTC
Permalink
Post by Tatsuro MATSUOKA
----- Original Message -----
From: ""Bastian Märkisch""
To: gnuplot beta list
Date: 2017/2/28, Tue 16:53
In order to allow testing of the next version 5.0 release, you can now
find a build of the current version (5.0.6pre) for Windows64 at
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/
Happy testing,
Bastian
I am happy to hear that pre-release of 5.0.6.
Thanks for your extensive work.
I confirmed all.dem works fine!
The last modified date of the executable is 2017-01-21
but latest ChangeLog date is 2017-02-28.
I think that binary is up to date (2017-02-28.).
Is there a source code for pre-release?
If not I will check out from cvs.
Tatsuro
You guys are so quick!

I have bumped the date string in version.c to today' (28 Feb 2017)
and uploaded a source tarball to the release candidate area of SourceForge.

If there are no problem reports or requests for additional changes, I will
replace the "6pre" source tarball with a 5.0.6 release tarball after 1-2 weeks.
The 5.0.6 release announcement would follow by the end of March.

Does that sound OK?

Ethan
Tatsuro MATSUOKA
2017-03-01 00:45:28 UTC
Permalink
You guys are so quick! 
I have bumped the date string in version.c to today' (28 Feb 2017)
and uploaded a source tarball to the release candidate area of SourceForge.
If there are no problem reports or requests for additional changes, I will
replace the "6pre" source tarball with a  5.0.6 release tarball after
1-2 weeks.
The 5.0.6 release announcement would follow by the end of March.
Does that sound OK?
    Ethan
I think that the release plan is OK.

I found a typo in version.c

--- a/src/version.c    2017-03-01 02:21:01.000000000 +0900
+++ b/src/version.c    2017-03-01 08:39:41.379137800 +0900
@@ -44,7 +44,7 @@
 #ifdef DEVELOPMENT_VERSION
 #include "timestamp.h"
 #else
-const char gnuplot_date[] = "2017-01-28";
+const char gnuplot_date[] = "2017-02-28";
 #endif
 const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998, 2004, 2007-2017";


Tatsuro
Ethan A Merritt
2017-03-01 01:21:01 UTC
Permalink
Post by Tatsuro MATSUOKA
Post by sfeam
You guys are so quick!
I have bumped the date string in version.c to today' (28 Feb 2017)
and uploaded a source tarball to the release candidate area of SourceForge.
If there are no problem reports or requests for additional changes, I will
replace the "6pre" source tarball with a 5.0.6 release tarball after 1-2 weeks.
The 5.0.6 release announcement would follow by the end of March.
Does that sound OK?
Ethan
I think that the release plan is OK.
I found a typo in version.c
--- a/src/version.c 2017-03-01 02:21:01.000000000 +0900
+++ b/src/version.c 2017-03-01 08:39:41.379137800 +0900
@@ -44,7 +44,7 @@
#ifdef DEVELOPMENT_VERSION
#include "timestamp.h"
#else
-const char gnuplot_date[] = "2017-01-28";
+const char gnuplot_date[] = "2017-02-28";
#endif
const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998, 2004, 2007-2017";
Tatsuro
Proving one more time that no change is too simple to get wrong.
I've made that one character change and uploaded a new tarball.

thanks!

Ethan
Tatsuro MATSUOKA
2017-03-01 01:25:42 UTC
Permalink
----- Original Message -----
From: Tatsuro MATSUOKA
To: Merritt Ethan ; gnuplot-beta
Cc: bmaerkisch
Date: 2017/3/1, Wed 09:45
Subject: Re: (5.0.6pre for windows)
You guys are so quick! 
I have bumped the date string in version.c to today' (28 Feb 2017)
and uploaded a source tarball to the release candidate area of SourceForge.
If there are no problem reports or requests for additional changes, I will
replace the "6pre" source tarball with a  5.0.6 release tarball
after
1-2 weeks.
The 5.0.6 release announcement would follow by the end of March.
Does that sound OK?
    Ethan
I think that the release plan is OK.
I found a typo in version.c
--- a/src/version.c    2017-03-01 02:21:01.000000000 +0900
+++ b/src/version.c    2017-03-01 08:39:41.379137800 +0900
@@ -44,7 +44,7 @@
 #ifdef DEVELOPMENT_VERSION
 #include "timestamp.h"
 #else
-const char gnuplot_date[] = "2017-01-28";
+const char gnuplot_date[] = "2017-02-28";
 #endif
 const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998, 2004, 2007-2017";
Tatsuro
Also ere windows build is OK.
I upload 32 bit binary to
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/
for those who use 32 bit version windows.

Tatsuro
Tatsuro MATSUOKA
2017-03-01 01:43:25 UTC
Permalink
----- Original Message -----
From: Tatsuro MATSUOKA
To: tmacchant3; Merritt Ethan ; gnuplot-beta
Cc: bmaerkisch
Date: 2017/3/1, Wed 10:25
Subject: Re: (5.0.6pre source and windows binary)
----- Original Message -----
From: Tatsuro MATSUOKA
To: Merritt Ethan ; gnuplot-beta
Cc: bmaerkisch
Date: 2017/3/1, Wed 09:45
Subject: Re: (5.0.6pre for windows)
  You guys are so quick! 
  I have bumped the date string in version.c to today' (28 Feb 2017)
  and uploaded a source tarball to the release candidate area of
SourceForge.
  If there are no problem reports or requests for additional changes, I
will
  replace the "6pre" source tarball with a  5.0.6 release
tarball
after
  1-2 weeks.
  The 5.0.6 release announcement would follow by the end of March.
  Does that sound OK?
      Ethan
I think that the release plan is OK.
I found a typo in version.c
--- a/src/version.c    2017-03-01 02:21:01.000000000 +0900
+++ b/src/version.c    2017-03-01 08:39:41.379137800 +0900
@@ -44,7 +44,7 @@
 #ifdef DEVELOPMENT_VERSION
 #include "timestamp.h"
 #else
-const char gnuplot_date[] = "2017-01-28";
+const char gnuplot_date[] = "2017-02-28";
 #endif
 const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998,
2004,
2007-2017";
Tatsuro
Also ere windows build is OK.
I upload 32 bit binary to
https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0%20release%20candidates/
for those who use 32 bit version windows.
Tatsuro
I have confirmed that the typo in version.c is corrected in the current source file.

Thanks!

Tatsuro

Loading...