From d8c83b88d0127285ea3cfade4d0a3ce7db4a4bc8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 7 Jan 2016 16:42:58 +0100 Subject: [PATCH] Version 2.5.2 --- CHANGES | 3 +++ PackageInfo.g | 8 ++++---- README | 2 +- VERSION | 2 +- configure.ac | 2 +- doc/title.xml | 4 ++-- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 7f756bb..352debf 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ This file describes changes in the GAP package 'nq'. =========================================================================== +2.5.2 (2016-01-07) + - Move website to http://gap-packages.github.io/nq/ + 2.5.1 (2014-04-02) * Fix linker error on Unix systems other than Mac OS X * Remove GAP function NqBuildManual (use the makedoc.g diff --git a/PackageInfo.g b/PackageInfo.g index a05313d..d0448b3 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,8 +9,8 @@ SetPackageInfo( rec( PackageName := "nq", Subtitle := "Nilpotent Quotients of Finitely Presented Groups", -Version := "2.5.1", -Date := "02/04/2014", # dd/mm/yyyy format +Version := "2.5.2", +Date := "07/01/2016", # dd/mm/yyyy format Persons := [ rec( LastName := "Horn", @@ -46,10 +46,10 @@ Status := "accepted", CommunicatedBy := "Joachim Neubüser (RWTH Aachen)", AcceptDate := "01/2003", -PackageWWWHome := "http://gap-system.github.io/nq/", +PackageWWWHome := "http://gap-packages.github.io/nq/", README_URL := Concatenation(~.PackageWWWHome, "README"), PackageInfoURL := Concatenation(~.PackageWWWHome, "PackageInfo.g"), -ArchiveURL := Concatenation("https://github.com/gap-system/nq/", +ArchiveURL := Concatenation("https://github.com/gap-packages/nq/", "releases/download/v", ~.Version, "/nq-", ~.Version), ArchiveFormats := ".tar.gz .tar.bz2", diff --git a/README b/README index 37e2eca..799feb6 100644 --- a/README +++ b/README @@ -80,4 +80,4 @@ Contact addresses ----------------- Bug reports and other requests should be sent to the issue tracker - https://github.com/gap-system/nq/issues + https://github.com/gap-packages/nq/issues diff --git a/VERSION b/VERSION index 4fd0fe3..21b159d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.1 \ No newline at end of file +2.5.2 \ No newline at end of file diff --git a/configure.ac b/configure.ac index 8f7ff3b..99bf335 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ## dnl ## Process this file with autoconf to produce a configure script. dnl ## AC_PREREQ([2.68]) -AC_INIT([ANU Nilpotent Quotient Program], m4_esyscmd([tr -d '\n' < VERSION]), [https://github.com/gap-system/nq/issues], [nq]) +AC_INIT([ANU Nilpotent Quotient Program], m4_esyscmd([tr -d '\n' < VERSION]), [https://github.com/gap-packages/nq/issues], [nq], [http://gap-packages.github.io/nq/]) AC_CONFIG_SRCDIR([src/nq.c]) AC_CONFIG_HEADER(src/config.h:src/config.hin) AC_CONFIG_AUX_DIR([cnf]) diff --git a/doc/title.xml b/doc/title.xml index 7af25de..60317cd 100644 --- a/doc/title.xml +++ b/doc/title.xml @@ -9,7 +9,7 @@ A &GAP; 4 Package
computing nilpotent factor groups of finitely presented groups

Based on the ANU Nilpotent Quotient Program - 2.5.1 + 2.5.2 @@ -34,7 +34,7 @@ Germany
- 02/04/2014 + 07/01/2016 License ©right; 1992-2007 Werner Nickel

The &nq; package is free software; you can redistribute it and/or modify it under the terms of the http://www.fsf.org/licenses/gpl.html as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.