gap-io-4.4.4
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=3
This commit is contained in:
parent
8c12aef05f
commit
d5081fc15d
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 17:35:06 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: gap-io
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
Version: 4.3.1
|
||||
Version: 4.4.4
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
|
3
io-4.4.4.tar.bz2
Normal file
3
io-4.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f373f6c1f5e9cdde3720ef607749696ff198ef1839006b62db82cd989cd38e
|
||||
size 794306
|
Loading…
Reference in New Issue
Block a user