File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Smith, Michael Torpey & Wilf Wilson
44
55Licensing information can be found in the LICENSE file.
66
7+ ## Version 0.5.2 (released 20/06/2016)
8+ This is a minor release containing one bugfix and several other minor changes.
9+ Digraphs now works when it and GAP are compiled in 32 bit mode.
10+
711## Version 0.5.1 (released 08/06/2016)
812This release contains some bugfixes, some minor new features, and some
913performance improvements. The package has moved to GitHub and we welcome Finn
Original file line number Diff line number Diff line change 1313# #
1414
1515# # <#GAPDoc Label="PKGVERSIONDATA">
16- # # <!ENTITY VERSION "0.5.1 ">
16+ # # <!ENTITY VERSION "0.5.2 ">
1717# # <!ENTITY GAPVERS "4.8.2">
1818# # <!ENTITY GRAPEVERS "4.5">
1919# # <!ENTITY IOVERS "4.4.4">
2020# # <!ENTITY ORBVERS "4.7.5">
21- # # <!ENTITY ARCHIVENAME "digraphs-0.5.1 ">
21+ # # <!ENTITY ARCHIVENAME "digraphs-0.5.2 ">
2222# # <!ENTITY COPYRIGHTYEARS "2014-16">
2323# # <#/GAPDoc>
2424
2525SetPackageInfo(rec (
2626PackageName := " Digraphs" ,
2727Subtitle := " " ,
28- Version := " 0.5.1 " ,
29- Date := " 08 /06/2016" ,
28+ Version := " 0.5.2 " ,
29+ Date := " 20 /06/2016" ,
3030ArchiveFormats := " .tar.gz" ,
3131
3232SourceRepository := rec (
Original file line number Diff line number Diff line change 1111#############################################################################
1212##
1313
14+ release 0.5.2 - 20/03/2016
1415release 0.5.1 - 08/03/2016
1516release 0.5.0 - 03/03/2016
1617release 0.4.2 - 28/01/2016
You can’t perform that action at this time.
0 commit comments