From 020a4c2b7612863600428e0e9f2491b923e54ac2 Mon Sep 17 00:00:00 2001 From: Adam Nielsen Date: Wed, 7 Aug 2019 16:07:41 +1000 Subject: [PATCH] Release 1.5 --- ChangeLog | 5 +++++ NEWS | 4 ++++ README | 2 +- appveyor.yml | 2 +- binio.spec | 2 +- configure.ac | 2 +- doc/Makefile.am | 6 ++++++ libbinio.qpg | 2 +- 8 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5df0ec6..f4a1425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/NEWS b/NEWS index 9568a4a..1546c78 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/README b/README index 76bce6c..2a782d6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ libbinio - Binary I/O stream class library -Copyright (C) 2002 - 2016 Simon Peter +Copyright (C) 2002 - 2019 Simon Peter Website: http://adplug.github.io/libbinio diff --git a/appveyor.yml b/appveyor.yml index 1beb331..3f1f74a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.4.{build} +version: 1.5.{build} image: Visual Studio 2017 install: diff --git a/binio.spec b/binio.spec index 6f91128..206cc63 100644 --- a/binio.spec +++ b/binio.spec @@ -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 diff --git a/configure.ac b/configure.ac index ef0e514..eb671ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(binio,1.4,[dn.tlp@gmx.net],libbinio) +AC_INIT(binio,1.5,[dn.tlp@gmx.net],libbinio) AC_CONFIG_SRCDIR(src/binio.cpp) AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/binio.h libbinio.pc]) AM_INIT_AUTOMAKE diff --git a/doc/Makefile.am b/doc/Makefile.am index bf618b3..7d54918 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/libbinio.qpg b/libbinio.qpg index 08e1a87..888858e 100644 --- a/libbinio.qpg +++ b/libbinio.qpg @@ -75,7 +75,7 @@ - 1.4 + 1.5 Medium Stable