[Bps-public-commit] gdgraph branch master updated. 1.55-2-g609a7c3

BPS Git Server git at git.bestpractical.com
Fri Jan 13 13:27:35 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdgraph".

The branch, master has been updated
       via  609a7c3358dd0e2803389a21a50c6612ef6b0807 (commit)
       via  f2641572ea8d752e665c4ecc8ba59f677ad27699 (commit)
      from  a6740db435b7078ab7917307444ea032454f7400 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 609a7c3358dd0e2803389a21a50c6612ef6b0807
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 13 08:25:09 2023 -0500

    Prep version 1.56

diff --git a/CHANGES b/CHANGES
index 12b85cc..4ec7837 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.56 13 Jan 2023
+
+- Improve the language explaining the 2023 update. Docs-only change.
+
 1.55 11 Jan 2023
 
 - Fix failing XBM test resulting from some upstream changes
diff --git a/Graph.pm b/Graph.pm
index 9bb0b7a..fe481cb 100644
--- a/Graph.pm
+++ b/Graph.pm
@@ -32,7 +32,7 @@
 package GD::Graph;
 
 ($GD::Graph::prog_version) = '$Revision: 1.55 $' =~ /\s([\d.]+)/;
-$GD::Graph::VERSION = '1.55';
+$GD::Graph::VERSION = '1.56';
 
 use strict;
 use GD;
diff --git a/Makefile.PL b/Makefile.PL
index f04e5ac..7b516a7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -111,9 +111,8 @@ UPDATE 1: Running the examples is part of the test procedure now. You
 are still encouraged to run check them out to learn from them and
 to see the ouput images.
 
-UPDATE 2: The samples fail if libgd is installed without image support
-enabled, which is the default starting with version 2.3.3. The samples
-should be automatically skipped if this is detected. To run the tests,
-install libgd with image support enabled.
+UPDATE 2 (2023-0-13): The samples fail if libgd is installed without
+image support enabled, which is the default starting with version 2.3.3.
+The samples should be automatically skipped if this is detected. To
+run the tests from samples, install libgd with image support enabled.
 END
-
commit f2641572ea8d752e665c4ecc8ba59f677ad27699
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Jan 12 08:33:44 2023 -0500

    Revise the 2023 update language

diff --git a/Graph.pm b/Graph.pm
index 652a417..9bb0b7a 100644
--- a/Graph.pm
+++ b/Graph.pm
@@ -611,8 +611,8 @@ Create a pie chart.
 =head2 2023 Update
 
 This new release fixes some tests that started to fail based on
-some changes in dependencies. We help this gets all tests passing
-again so users can install cleanly again.
+changes in dependencies. We hope this gets all tests passing
+again so users can install cleanly.
 
 The new active repo is here: L<https://github.com/bestpractical/gdgraph>.
 
-----------------------------------------------------------------------

Summary of changes:
 CHANGES     | 4 ++++
 Graph.pm    | 6 +++---
 Makefile.PL | 9 ++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gdgraph


More information about the Bps-public-commit mailing list