From 7e2733fbfedf7fd77ee8c991efc774c7a695b6f0 Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Wed, 17 Jan 2018 12:50:42 +0000 Subject: [PATCH] Update version numbers etc for 3.0.12 --- CHANGELOG.md | 17 +++++++++++++++++ PackageInfo.g | 8 ++++---- VERSION | 2 +- VERSIONS | 1 + 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df00b6d22..6da0ce3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ #### Copyright (C) 2011-18 James D. Mitchell et al.
Licensing information can be found in the LICENSE file. +### Version 3.0.12 (released 17/01/2018) + +This version contains some minor updates for compatibility GAP 4.9, to fix some +bugs, to update the build system, and to update the kernel module for +libsemigroups version 0.6.2. + +The following improvements have been made: + +* [PR 426](https://github.com/gap-packages/Semigroups/pull/426): a new faster method for `IsomorphismFpSemigroup` for factorisable inverse monoids is added. [Chris Russell] +* [PR 430](https://github.com/gap-packages/Semigroups/pull/430): the performance of the maximal subsemigroups functionality has been improved. [[Wilf A. Wilson](http://wilf.me)] + +The following issues are resolved: + +* [Issue 424](https://github.com/gap-packages/Semigroups/issues/424): the operation `MinimalFactorization` sometimes returned incorrect results. [[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)] + +* [Issue 435](https://github.com/gap-packages/Semigroups/issues/424): the operation `ClosureInverseMonoid` sometimes returned incorrect results. [[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)] + ### Version 3.0.11 (released 18/12/2017) This version contains some minor updates for compatibility GAP 4.9, diff --git a/PackageInfo.g b/PackageInfo.g index efeabfb53..40b719069 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.0.11", -Date := "18/12/2017", +Version := "3.0.12", +Date := "17/01/2018", ArchiveFormats := ".tar.gz", SourceRepository := rec( diff --git a/VERSION b/VERSION index 778bf95c0..f93fc9f42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.11 +3.0.12 diff --git a/VERSIONS b/VERSIONS index 5194fb3f9..b69022c4d 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.0.12 - 17/01/2018 release 3.0.11 - 18/12/2017 release 3.0.10 - 04/12/2017 release 3.0.9 - 24/11/2017