Skip to content

Commit c3fae09

Browse files
Merge branch 'stable-1.1'
2 parents daf6d6f + 8fba7f3 commit c3fae09

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
os:
2+
linux
3+
14
dist:
25
xenial
36

@@ -7,6 +10,11 @@ language:
710
compiler:
811
gcc
912

13+
branches:
14+
only:
15+
- master
16+
- /^stable-\d+\.\d+/
17+
1018
env:
1119
global:
1220
- DIGRAPHS_LIB=digraphs-lib-0.6
@@ -17,7 +25,7 @@ env:
1725
# pkgs: latest | 64- & 32-bit | 32-bit | - | - | - |
1826
# pkgs: required | coverage-64 | 64-conda | 64-bit | 32-bit | 64--bit |
1927

20-
matrix:
28+
jobs:
2129
include:
2230
- env:
2331
- SUITE=test

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Torpey, Wilf A. Wilson et al.
44

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

7+
## Version 1.1.2 (released 16/03/2020)
8+
9+
This is a minor release adding the new configuration flag
10+
`--without-intrinsics` and checking that the compiler is in C99 mode by using
11+
`AC_PROG_CC_C99` in `configure.ac`.
12+
713
## Version 1.1.1 (released 29/01/2020)
814

915
This release fixes a bug in `HomomorphismDigraphsFinder` that was introduced

PackageInfo.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.1.1">
12+
## <!ENTITY VERSION "1.1.2">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
17-
## <!ENTITY ARCHIVENAME "digraphs-1.1.1">
17+
## <!ENTITY ARCHIVENAME "digraphs-1.1.2">
1818
## <!ENTITY COPYRIGHTYEARS "2014-20">
1919
## <#/GAPDoc>
2020

@@ -27,7 +27,7 @@ SetPackageInfo(rec(
2727
PackageName := "Digraphs",
2828
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
2929
Version := "1.2.0dev",
30-
Date := "29/01/2020", # dd/mm/yyyy format
30+
Date := "16/03/2020", # dd/mm/yyyy format
3131
License := "GPL-3.0-or-later",
3232
ArchiveFormats := ".tar.gz",
3333

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.1.2 - 16/03/2020
1112
release 1.1.1 - 29/01/2020
1213
release 1.1.0 - 25/01/2020
1314
release 1.0.3 - 29/11/2019

0 commit comments

Comments
 (0)