From e41ac9943bc6be19f0dd4b48499514444fc7a0be Mon Sep 17 00:00:00 2001 From: Alexander Konovalov Date: Wed, 17 Jul 2019 21:26:51 +0100 Subject: [PATCH] Version 4.2.0 --- CHANGES | 12 ++++++++++++ PackageInfo.g | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index fb8a89d..8cd7c74 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Version 4.2.0: 2019/07/17 +* PackageInfo.g: add License field +* Document optional BannerFunction component, introduced in GAP 4.10 + (see https://github.com/gap-system/gap/pull/2598) +* Update setup for Travis CI integration to use scripts from a central + repository. This allows us to apply fixes and improvements to these + scripts for all packages, and also removes some clutter from package + repositories. +* Update setup for ReleaseTools, in particular add the .release script +* Use AutoDoc package to generate the manual +* add CFLAGS and LDFLAGS, and do not use cc compiler by default + Version 4.1.1: 2018/07/18 * Update the description of the TestFile component in the PackageInfo.g file * The method for Recipe required a fix because RecNames is not guaranteed to diff --git a/PackageInfo.g b/PackageInfo.g index 6f7c233..81a3295 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -38,10 +38,10 @@ Subtitle := "Example/Template of a GAP Package", ## See '?Extending: Version Numbers' in GAP help for an explanation ## of valid version numbers. For an automatic package distribution update ## you must provide a new version number even after small changes. -Version := "4.1.1", +Version := "4.2.0", ## Release date of the current version in dd/mm/yyyy format. -Date := "18/07/2018", +Date := "17/07/2019", ## Optional: license of the package, as an SPDX short-form identifiers; ## see for an explanation what an SPDX ID is, and