From 281fa3f7a96b19d6138de09e1dd4669cf5e5a830 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Fri, 27 Mar 2020 16:16:31 +0000 Subject: [PATCH] Update version numbers etc for v3.2.5 --- .VERSION | 2 +- CHANGELOG.md | 8 ++++++++ PackageInfo.g | 8 ++++---- VERSIONS | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 351227fca..5ae69bd5f 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -3.2.4 +3.2.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff8b6817..db7fd918b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Copyright © 2011-20 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 3.2.5 (released 28/03/2020) + +This is a minor release to fixing some build issues for windows [Chris Jefferson][] +and fixing an issue in `IsRowTrimBooleanMat`, `IsColTrimBooleanMat`, and +`IsTrimBooleanMat` [Finn Smith] see +[Issue #654](https://github.com/gap-packages/Semigroups/issues/654) for more details. + ### Version 3.2.4 (released 28/02/2020) This is a minor release to fix a memory leak and some other issues in the @@ -1239,6 +1246,7 @@ added the functions `CitrusDefaultMem`, `CitrusHiMem`, [Michael Torpey]: https://mtorpey.github.io [Nick Ham]: https://n-ham.github.io [Wilf A. Wilson]: http://wilf.me +[Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk/ [GAP]: https://www.gap-system.org [Digraphs package]: https://gap-packages.github.io/Digraphs [Digraphs]: https://gap-packages.github.io/Digraphs diff --git a/PackageInfo.g b/PackageInfo.g index f9218f6d0..56f6906c2 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,13 +9,13 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "A package for semigroups and monoids", -Version := "3.2.4", -Date := "28/02/2020", # dd/mm/yyyy format +Version := "3.2.5", +Date := "28/03/2020", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index 6a73032e7..89d7fac98 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.2.5 - 28/03/2020 release 3.2.4 - 28/02/2020 release 3.2.3 - 07/02/2020 release 3.2.2 - 17/01/2020