Skip to content

Commit 559a69f

Browse files
committed
2.032
1 parent a246661 commit 559a69f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.032 2024-11-21
2+
- add filledcurves with above/below threshold and fillcolor (#105) - thanks @vikasnkumar
3+
14
2.031 2024-10-28
25
- add default SIG{TERM,INT,QUIT,HUP} handler to close more gracefully
36
- handle glx etc warnings from Gnuplot (https://github.com/PDLPorters/PDL-Graphics-Simple/issues/10) - thanks @eserte for report

lib/PDL/Graphics/Gnuplot.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ our $echo_eating = 0; # Older versions of gnuplot on
20852085
our $debug_echo = 0; # If set, mock up Losedows half-duplex pipes
20862086

20872087

2088-
our $VERSION = '2.031';
2088+
our $VERSION = '2.032';
20892089
$VERSION = eval $VERSION;
20902090

20912091
our $gp_version = undef; # eventually gets the extracted gnuplot(1) version number.

0 commit comments

Comments
 (0)