Skip to content

Commit ed7ed23

Browse files
committed
2.031
1 parent 77e175e commit ed7ed23

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.031 2024-10-28
12
- add default SIG{TERM,INT,QUIT,HUP} handler to close more gracefully
23
- handle glx etc warnings from Gnuplot (https://github.com/PDLPorters/PDL-Graphics-Simple/issues/10) - thanks @eserte for report
34

lib/PDL/Graphics/Gnuplot.pm

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

20622062

2063-
our $VERSION = '2.030';
2063+
our $VERSION = '2.031';
20642064
$VERSION = eval $VERSION;
20652065

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

0 commit comments

Comments
 (0)