From 4561e4dc62af9a643545c8eb63d4a44c3704918a Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Thu, 28 Jan 2021 09:53:12 +0000 Subject: [PATCH] Update version numbers etc for v3.4.1 --- .VERSION | 2 +- .gitignore | 1 + CHANGELOG.md | 11 ++++++++++- PackageInfo.g | 14 +++++++------- README.md | 21 +++++++++++---------- VERSIONS | 3 ++- 6 files changed, 32 insertions(+), 20 deletions(-) diff --git a/.VERSION b/.VERSION index 18091983f..47b322c97 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -3.4.0 +3.4.1 diff --git a/.gitignore b/.gitignore index 206c35503..023b796e1 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 +gapbind14 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59085cfa4..5208492e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # CHANGELOG – [Semigroups package][] for [GAP][] -Copyright © 2011-20 [James D. Mitchell][] et al. +Copyright © 2011-21 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 3.4.1 (released 28/01/2021) + +This is a minor release including some bugfixes and improvements. The required +minimum version of `libsemigroups` is increased from v1.1.0 to v1.3.2. The +required version of `Digraphs` is increased to v1.2.0. The `datastructures` +package was implicitly required (via `Digraphs`), and now at least version +v0.2.5 is required explicitly. The version of GAP required was implicitly at +least v4.10.0, but was explicity v4.9.0, it is now explicitly v4.10.0. + ### Version 3.4.0 (released 28/08/2020) This is a minor release with the following new features added to the package: diff --git a/PackageInfo.g b/PackageInfo.g index 16e0fcf0f..b15d8d9ae 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,7 +1,7 @@ ############################################################################ ## ## PackageInfo.g -## Copyright (C) 2011-20 James D. Mitchell +## Copyright (C) 2011-21 James D. Mitchell ## ## Licensing information can be found in the README file of this package. ## @@ -9,15 +9,15 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## -## -## ## ## -## +## +## +## ## ## <#/GAPDoc> @@ -49,8 +49,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "A package for semigroups and monoids", -Version := "3.4.0", -Date := "28/08/2020", # dd/mm/yyyy format +Version := "3.4.1", +Date := "28/01/2021", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/README.md b/README.md index 22b551300..86dfdce67 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # README - Semigroups package for GAP -#### Copyright (C) 2011-20 James D. Mitchell et al.
Licensing information is available in the LICENSE file. +#### Copyright (C) 2011-21 James D. Mitchell et al.
Licensing information is available in the LICENSE file. [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.592893.svg)](https://doi.org/10.5281/zenodo.592893) -[![Build Status](https://travis-ci.com/gap-packages/Semigroups.svg?branch=stable-3.4)](https://travis-ci.com/gap-packages/Semigroups) ## Getting Semigroups @@ -30,21 +29,23 @@ can be obtained from the main [GAP](http://www.gap-system.org) page. The following is a summary of the steps that should lead to a successful installation of [Semigroups]: -* get the [IO](http://gap-packages.github.io/io) package version 4.5.1 or higher - -* get the [orb] package version 4.8.2 or higher +* get the [datastructures](http://gap-packages.github.io/datastructures) + package version 0.2.5 or higher -Both [orb] and [Semigroups] perform better when [orb] is compiled, so compile -[orb]! - -* ensure that the [Digraphs] package version 1.0.0 or higher is available. +* ensure that the [Digraphs] package version 1.2.0 or higher is available. [Digraphs] must be compiled before [Semigroups] can be loaded. * get the [genss](http://gap-packages.github.io/genss) package version 1.6.5 or higher * get the [images](http://gap-packages.github.io/images) package version 1.3.0 or - higher + +* get the [IO](http://gap-packages.github.io/io) package version 4.5.1 or higher + +* get the [orb] package version 4.8.2 or higher + +Both [orb] and [Semigroups] perform better when [orb] is compiled, so compile +[orb]! * download the package archive `semigroups-x.x.x.tar.gz` from the [Semigroups] webpage. diff --git a/VERSIONS b/VERSIONS index 703793456..e6ef0fd56 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,7 +1,7 @@ ############################################################################# ## #W VERSIONS -#Y Copyright (C) 2011-20 James D. Mitchell +#Y Copyright (C) 2011-21 James D. Mitchell ## ## Licensing information can be found in the README file of this package. ## @@ -9,6 +9,7 @@ ## ## +release 3.4.1 - 28/01/2021 release 3.4.0 - 28/08/2020 release 3.3.2 - 28/06/2020 release 3.3.1 - 28/05/2020