Fedora 20 Update: gap-io-4.3.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Mon Jun 30 10:27:03 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-7612
2014-06-21 22:52:05
--------------------------------------------------------------------------------

Name        : gap-io
Product     : Fedora 20
Version     : 4.3.1
Release     : 1.fc20
URL         : http://neunhoef.github.io/io/
Summary     : Unix I/O functionality for GAP
Description :
This GAP package provides a link to the standard UNIX I/O functionality
that is available through the C library.  This part basically consists
of functions on the GAP level that allow functions in the C library to
be called.

Built on top of this is a layer for buffered input/output which is
implemented completely in the GAP language.  It is intended to be used
by programs for which it is not necessary to have full direct access to
the operating system.

On this level, quite a few convenience functions are implemented for
interprocess communication like starting up pipelines of processes to
filter data through them and to start up processes and then communicate
with them.  There is also support for creating network connections over
TCP/IP and UDP.

Building on this, the package contains an implementation of the client
side of the HTTP protocol making it possible among other things to
access web pages from within GAP.

Another part of the package is a framework for object serialization.
That is, GAP objects can be converted into a platform-independent byte
sequence which can be stored to a file or sent over the network.  The
code takes complete care of arbitrarily self-referential data structures
like lists containing themselves as an entry.  The resulting byte
strings can be read back into GAP and the original objects are rebuilt
with exactly the same self-references.  This works for most of the
standard builtin types of GAP like numbers, permutations, polynomials,
lists, and records and can be extended to nearly arbitrary GAP objects.

--------------------------------------------------------------------------------
Update Information:

Changes in version 4.3:
- Update and tweak the package build system
- Move package repository and website to GitHub
- Pickling/Unpickling of Floats

Changes in version 4.3.1:
- Previous release had an invalid release date in PackageInfo.g (2014-04-31 instead of 2014-03-31).
- Merge HISTORY and CHANGES files.

--------------------------------------------------------------------------------
ChangeLog:

* Fri Jun 20 2014 Jerry James <loganjerry at gmail.com> - 4.3.1-1
- New upstream release
- New project and source URLs
* Sat Jun  7 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update gap-io' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list