Skip to content

Commit 020a4c2

Browse files
committed
Release 1.5
1 parent 0a9cdf8 commit 020a4c2

File tree

8 files changed

+20
-5
lines changed

8 files changed

+20
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-08-07 15:58 malvineous
2+
* Fix off-by-one error in memory stream.
3+
* Move from SourceForge to GitHub.
4+
* Documentation updates and support for more build environments.
5+
16
2005-09-18 12:00 dynamite
27

38
* INSTALL.unix, Makefile.am, NEWS, README, binio.spec,

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
This is a brief overview of user-visible changes in libbinio.
22

3+
Changes for version 1.5:
4+
------------------------
5+
- Fix off-by-one error in memory streams.
6+
37
Changes for version 1.4:
48
------------------------
59
- Support for pkg-config on UNIX systems.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libbinio - Binary I/O stream class library
2-
Copyright (C) 2002 - 2016 Simon Peter <dn.tlp@gmx.net>
2+
Copyright (C) 2002 - 2019 Simon Peter <dn.tlp@gmx.net>
33

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.4.{build}
1+
version: 1.5.{build}
22
image: Visual Studio 2017
33

44
install:

binio.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name binio
2-
%define version 1.4
2+
%define version 1.5
33
%define release 1
44

55
Summary: Binary I/O stream class library

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(binio,1.4,[dn.tlp@gmx.net],libbinio)
1+
AC_INIT(binio,1.5,[dn.tlp@gmx.net],libbinio)
22
AC_CONFIG_SRCDIR(src/binio.cpp)
33
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/binio.h libbinio.pc])
44
AM_INIT_AUTOMAKE

doc/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ info_TEXINFOS = libbinio.texi
22

33
libbinio_TEXINFOS = fdl.texi
44

5+
MOSTLYCLEANFILES = \
6+
doc/stamp-vti \
7+
doc/libbinio.info
8+
59
CLEANFILES = libbinio.fns libbinio.vrs libbinio.tps
10+
11+
MAINTAINERCLEANFILES = version.texi

libbinio.qpg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<QPM:ProductDescriptionEmbedURL/>
7676
</QPM:ProductDescription>
7777
<QPM:ReleaseDescription>
78-
<QPM:ReleaseVersion>1.4</QPM:ReleaseVersion>
78+
<QPM:ReleaseVersion>1.5</QPM:ReleaseVersion>
7979
<QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency>
8080
<QPM:ReleaseStability>Stable</QPM:ReleaseStability>
8181
<QPM:ReleaseNoteMinor/>

0 commit comments

Comments
 (0)