2014-12-12 13:44:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 12 12:40:25 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 4.7.3
|
|
|
|
* Use hash functions for transformations and partial permutations
|
|
|
|
provided by newer GAP versions instead of our own. This way, if
|
|
|
|
the internal representation for these objects changes (as has
|
|
|
|
recently happened), we stay compatible (see issue #3).
|
|
|
|
* Fix bug were orb logs were not properly updated if the
|
|
|
|
enumeration stopped early (see issues #4 and #5).
|
|
|
|
* Fix bug caused by orbits with seeds (see issue #5).
|
|
|
|
* Fix error in Memory() method for orbit-by-suborbit setup objects.
|
|
|
|
* Fix a missing variable initialization, which could cause
|
|
|
|
Enumerate (and hence anything using it, such as
|
|
|
|
FindShortGeneratorsOfSubgroup) to run into an error.
|
|
|
|
- Remove orb-install.diff (fixed upstream)
|
|
|
|
|
2014-02-08 11:44:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Split orb (version 4.6) off the gap RPM package
|