From 2992398a131895ed7c97e37d174c488705f85baf Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Thu, 28 Nov 2019 14:25:20 +0100 Subject: [PATCH] Update package for v1.0.2 release --- CHANGELOG.md | 25 ++++++++++++++++++++++++- PackageInfo.g | 8 ++++---- VERSION | 2 +- VERSIONS | 1 + 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f786a3e9..58af04bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ Torpey, Wilf A. Wilson et al. Licensing information can be found in the `LICENSE` file. +## Version 1.0.2 (released 28/11/2019) + +This is a minor release that fixes several bugs: + +* `GeneratorsOfEndomorphismMonoid` sometimes incorrectly stored its result. + This was reported by [Chris Jefferson][] in + [Issue #251](https://github.com/gap-packages/Digraphs/issues/251) + and fixed by [James D. Mitchell][] in + [PR #265](https://github.com/gap-packages/Digraphs/pull/265). +* Some warnings that occurred when compiling against GAP 4.9 were removed. + The warnings were reported by [James D. Mitchell][] in + [Issue #266](https://github.com/gap-packages/Digraphs/issues/266) + and fixed by [Wilf A. Wilson][] in + [PR #274](https://github.com/gap-packages/Digraphs/pull/274). +* There was a bug with the `ViewString` of known non-complete digraphs, + where such digraphs were described as being complete. + This was reported by Murray Whyte in + [Issue #272](https://github.com/gap-packages/Digraphs/issues/272) + and fixed by [Wilf A. Wilson][] in + [PR #273](https://github.com/gap-packages/Digraphs/pull/273). + + ## Version 1.0.1 (released 05/10/2019) This is a minor release of the Digraphs package. The main change in this @@ -320,7 +342,7 @@ system of the package. This is a minor release, which contains several bugfixes. The following problems were resolved by [James D. Mitchell][]: -* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existsed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle]; +* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle]; * the documentation for `HomomorphismDigraphFinder` was incomplete [[Issue #112](https://github.com/gap-packages/Digraphs/issues/112)]; and * a segmentation fault could be caused when using Digraphs with @@ -645,3 +667,4 @@ Pre-release version that was not made publicly available. [Julius Jonusas]: http://julius.jonusas.work [Jan De Beule]: http://homepages.vub.ac.be/~jdbeule [Markus Pfeiffer]: https://www.morphism.de/~markusp +[Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk diff --git a/PackageInfo.g b/PackageInfo.g index 090a3c5c5..6e9a3075f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,12 +9,12 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -26,8 +26,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", SetPackageInfo(rec( PackageName := "Digraphs", Subtitle := "Graphs, digraphs, and multidigraphs in GAP", -Version := "1.0.1", -Date := "05/10/2019", # dd/mm/yyyy format +Version := "1.0.2", +Date := "28/11/2019", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSION b/VERSION index 7dea76edb..6d7de6e6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/VERSIONS b/VERSIONS index 814f89894..e7b66a7a0 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 1.0.2 - 28/11/2019 release 1.0.1 - 05/10/2019 release 1.0.0 - 03/10/2019 release 0.15.4 - 06/08/2019