Skip to content

Commit

Permalink
Version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 10, 2014
1 parent cd8b09d commit 216bb07
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file describes changes in the IO package.

4.4.4 (2014-11-19)
- Fix a bug in the IO_Write code, which for example could cause
IO_WriteLine to fail for certain long string

4.4.3 (2014-11-08)
- Tweak the build system to avoid potential issues when the source
code gets repackages by third parties (e.g. by the GAP team, when
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "IO",
Subtitle := "Bindings for low level C library I/O routines",
Version := "4.4.3",
Date := "08/11/2014", # dd/mm/yyyy format
Version := "4.4.4",
Date := "10/11/2014", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.3
4.4.4
4 changes: 2 additions & 2 deletions doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Bindings for low level C library I/O routines
</Subtitle>
<Version>
4.4.3
4.4.4
</Version>
<Author>
Max Neunhöffer<Alt Only="LaTeX"><Br/></Alt>
Expand Down Expand Up @@ -37,7 +37,7 @@ Germany<Br/>

</Author>
<Date>
08/11/2014
10/11/2014
</Date>
<Copyright>
&copyright; 2005-2014 by Max Neunhöffer<P/>
Expand Down

0 comments on commit 216bb07

Please sign in to comment.