-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
47 lines (33 loc) · 1.71 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
1.043 2024-04-13
- make any failure more verbose to help debugging
1.042 2023-03-30
- Update Gnuplot 5.4.6 URI for second release of Windows binaries. GH#13.
1.041 2023-03-12
- Minimum Alien::Build for Build::Copy plugin is Alien::Build v2.19. Thanks
to Andreas K. Hüttel (akhuettel++) for the bug report. GH#11.
1.040 2023-02-23
- Switch to using Alien::Build / alienfile to check and install Gnuplot.
- Alien::Gnuplot is now a subclass of Alien::Base.
- Remove interactive installation option for using system package manager.
The build now gives hints on what command to run instead.
- Add check for broken Gnuplot pipe IPC on Windows for versions in the
exclusive range ( 5.2.8, 5.4.6 ). See <https://github.com/PDLPorters/PDL-Graphics-Gnuplot/issues/79>
for more information.
- Can now download then build Gnuplot from source on non-MSWin32 platforms
and download then install the pre-built Gnuplot binaries on MSWin32. GH#2.
- API change: load_gnuplot() is no longer called when loading the module
with `require` or `do`. It is instead called by `import()`. This means
that the usual `use Alien::Gnuplot;` should continue to work.
1.034 2021-07-23
- reset stdin position before exec - thanks @vividsnow
1.033 2017-02-24
- bumb version number again and fix MANIFEST problem
1.032 2017-02-23
- bump version number to get around a CPAN funny
1.031 2015-10-04
- slightly more tolerant logic on the terminfo parsing avoids a problem where
some terminals were being ignored on some systems.
1.030 2013-11-13
- switch tempfile() call to no-arguments version, to ensure /tmp is used in POSIX systems
1.020 2013-10-28
- fixes to Microsoft Windows support