Skip to content

Commit

Permalink
Bump version number to 4.1.2, pending release
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Mar 6, 2019
1 parent d4d310a commit f330a90
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.1.2
=============
* Fix buffer overflow bug in the swift reading code (thanks Alistair).

Version 4.1.1
=============
* Fix bad version numbering of installed libwandder.so
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WANDIO 4.1.1
WANDIO 4.1.2

---------------------------------------------------------------------------
Copyright (c) 2007-2019 The University of Waikato, Hamilton, New Zealand.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Now you only need to update the version number in two places - below,
# and in the README

AC_INIT([wandio],[4.1.1],[[email protected]],[wandio])
AC_INIT([wandio],[4.1.2],[[email protected]],[wandio])

WANDIO_MAJOR=4
WANDIO_MID=1
WANDIO_MINOR=1
WANDIO_MINOR=2

# OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not
# searched by default - add it to LDFLAGS so we at least have a chance of
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libwandio1 (4.1.2-1) unstable; urgency=medium

* Fix swift buffer overflow bug

-- Shane Alcock <[email protected]> Wed, 06 Mar 2019 13:07:02 +1300

libwandio1 (4.1.1-1) unstable; urgency=medium

* Fix bad version number for installed .so
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ libwandio_la_SOURCES=wandio.c ior-peek.c ior-stdio.c ior-thread.c \

AM_CPPFLAGS = @ADD_INCLS@
libwandio_la_LIBADD = @LIBWANDIO_LIBS@
libwandio_la_LDFLAGS=-version-info 5:1:1 @ADD_LDFLAGS@
libwandio_la_LDFLAGS=-version-info 5:2:1 @ADD_LDFLAGS@

2 changes: 1 addition & 1 deletion rpm/libwandio1.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libwandio1
Version: 4.1.1
Version: 4.1.2
Release: 1%{?dist}
Summary: C Multi-Threaded File Compression and Decompression Library

Expand Down

0 comments on commit f330a90

Please sign in to comment.