Skip to content

Commit

Permalink
Release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Malvineous committed Aug 7, 2019
1 parent 0a9cdf8 commit 020a4c2
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-08-07 15:58 malvineous
* Fix off-by-one error in memory stream.
* Move from SourceForge to GitHub.
* Documentation updates and support for more build environments.

2005-09-18 12:00 dynamite

* INSTALL.unix, Makefile.am, NEWS, README, binio.spec,
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is a brief overview of user-visible changes in libbinio.

Changes for version 1.5:
------------------------
- Fix off-by-one error in memory streams.

Changes for version 1.4:
------------------------
- Support for pkg-config on UNIX systems.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libbinio - Binary I/O stream class library
Copyright (C) 2002 - 2016 Simon Peter <[email protected]>
Copyright (C) 2002 - 2019 Simon Peter <[email protected]>

Website: http://adplug.github.io/libbinio

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.{build}
version: 1.5.{build}
image: Visual Studio 2017

install:
Expand Down
2 changes: 1 addition & 1 deletion binio.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name binio
%define version 1.4
%define version 1.5
%define release 1

Summary: Binary I/O stream class library
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(binio,1.4,[[email protected]],libbinio)
AC_INIT(binio,1.5,[[email protected]],libbinio)
AC_CONFIG_SRCDIR(src/binio.cpp)
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/binio.h libbinio.pc])
AM_INIT_AUTOMAKE
Expand Down
6 changes: 6 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ info_TEXINFOS = libbinio.texi

libbinio_TEXINFOS = fdl.texi

MOSTLYCLEANFILES = \
doc/stamp-vti \
doc/libbinio.info

CLEANFILES = libbinio.fns libbinio.vrs libbinio.tps

MAINTAINERCLEANFILES = version.texi
2 changes: 1 addition & 1 deletion libbinio.qpg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<QPM:ProductDescriptionEmbedURL/>
</QPM:ProductDescription>
<QPM:ReleaseDescription>
<QPM:ReleaseVersion>1.4</QPM:ReleaseVersion>
<QPM:ReleaseVersion>1.5</QPM:ReleaseVersion>
<QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency>
<QPM:ReleaseStability>Stable</QPM:ReleaseStability>
<QPM:ReleaseNoteMinor/>
Expand Down

0 comments on commit 020a4c2

Please sign in to comment.