2014-12-12 13:23:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 12 12:21:22 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 4.4.4
|
|
|
|
* Fix a bug in the IO_Write code, which for example could cause
|
|
|
|
IO_WriteLine to fail for certain long string
|
|
|
|
* Fix problem with IO_Pickling some very large objects
|
|
|
|
* Add pickle support for transformations and partial permutations
|
|
|
|
* Try to ensure files are flushed on exit, even if they are
|
|
|
|
not explicitly closed.
|
|
|
|
* Ensure file buffers are flushed before GAP closes, to
|
|
|
|
avoid data loss when files are not closed before exiting.
|
|
|
|
* Add = and < methods for IsFile objects
|
|
|
|
|
2014-06-18 19:38:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 18 17:35:06 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 4.3.1
|
|
|
|
* Pickling/Unpickling of Floats
|
|
|
|
- Remove io-install.diff (no longer needed)
|
|
|
|
|
2014-02-07 14:49:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Split io (version 4.2) off the gap RPM package
|