Skip to content

Commit

Permalink
Update version numbers etc for v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 17, 2020
1 parent 8f11dc8 commit f232aac
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .LIBSEMIGROUPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.5
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# CHANGELOG – [Semigroups package][] for [GAP][]
Copyright © 2011-19 [James D. Mitchell][] et al.
Copyright © 2011-20 [James D. Mitchell][] et al.

Licensing information can be found in the `LICENSE` file.

### Version 3.2.2 (released 17/01/2020)

This is a minor release to update the version of [libsemigroups][] to v1.0.5,
to include some changes for compatibility with [GAP][], and to fix the following issues

* [Issue #632](https://github.com/gap-packages/Semigroups/issues/632) where
file objects were not closed properly if an error was given;
* [Issue #636](https://github.com/gap-packages/Semigroups/issues/636) the
compiler flag `-march=native` is only added if it is supported by the compiler;
* [Issue #637](https://github.com/gap-packages/Semigroups/issues/637) where
`IsomorphismPermGroup` sometimes returned an incorrect answer.

The changes in this release were made by [Max Horn][] and [James D. Mitchell][].

### Version 3.2.1 (released 04/12/2019)

This is a minor release to update the version of [libsemigroups][] to v1.0.2,
and to include some changes for compatibility with [GAP][] The changes in this
and to include some changes for compatibility with [GAP][]. The changes in this
release were made by [James D. Mitchell][] and [Wilf A. Wilson][].

### Version 3.2.0 (released 04/10/2019)
Expand Down
12 changes: 6 additions & 6 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
############################################################################
##
## PackageInfo.g
## Copyright (C) 2011-19 James D. Mitchell
## Copyright (C) 2011-20 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "3.2.1">
## <!ENTITY VERSION "3.2.2">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "1.0.0">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY GENSSVERS "1.6.5">
## <!ENTITY ARCHIVENAME "semigroups-3.2.1">
## <!ENTITY COPYRIGHTYEARS "2011-19">
## <!ENTITY ARCHIVENAME "semigroups-3.2.2">
## <!ENTITY COPYRIGHTYEARS "2011-20">
## <#/GAPDoc>

BindGlobal("_RecogsFunnyNameFormatterFunction",
Expand Down Expand Up @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "3.2.1",
Date := "04/12/2019", # dd/mm/yyyy format
Version := "3.2.2",
Date := "17/01/2020", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README - Semigroups package for GAP

#### Copyright (C) 2011-19 James D. Mitchell et al.<br />Licensing information is available in the LICENSE file.
#### Copyright (C) 2011-20 James D. Mitchell et al.<br />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.org/gap-packages/Semigroups.svg?branch=stable-3.1)](https://travis-ci.org/gap-packages/Semigroups)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#############################################################################
##
#W VERSIONS
#Y Copyright (C) 2011-19 James D. Mitchell
#Y Copyright (C) 2011-20 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
##

release 3.2.2 - 17/01/2020
release 3.2.1 - 04/12/2019
release 3.2.0 - 04/10/2019
release 3.1.5 - 19/09/2019
Expand Down

0 comments on commit f232aac

Please sign in to comment.