Skip to content

Commit 0fa2b02

Browse files
committed
Prepare v0.2.108
1 parent f1520b7 commit 0fa2b02

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

Changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 0.2.108
2+
===============
3+
This is a bugfix release
4+
5+
* When detecting C++ version, ] and ) was out of order in configure.ac. This only became problematic in autoconf 2.72.
6+
* Playback via Game-Music-Emulator, the global loop module setting was not honored.
7+
* Mono FLAC files would crash, buffer retrieval expected (atleast) two channels to be present.
8+
* EOF detection got false positives in file-cache, FLAC files could fail to play
9+
* Labels should not appear in front of variables, clang can be strict on this.
10+
111
Version 0.2.107
212
===============
313
Highlights are increased speed in the filebrowser, and update of libsidplayfp and adplug.

configure

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for ocp 0.2.107.
3+
# Generated by GNU Autoconf 2.71 for ocp 0.2.108.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -611,8 +611,8 @@ MAKEFLAGS=
611611
# Identity of this package.
612612
PACKAGE_NAME='ocp'
613613
PACKAGE_TARNAME='ocp'
614-
PACKAGE_VERSION='0.2.107'
615-
PACKAGE_STRING='ocp 0.2.107'
614+
PACKAGE_VERSION='0.2.108'
615+
PACKAGE_STRING='ocp 0.2.108'
616616
PACKAGE_BUGREPORT='[email protected]'
617617
PACKAGE_URL=''
618618

@@ -1495,7 +1495,7 @@ if test "$ac_init_help" = "long"; then
14951495
# Omit some internal or obsolete options to make the list less imposing.
14961496
# This message is too long to be a string in the A/UX 3.1 sh.
14971497
cat <<_ACEOF
1498-
\`configure' configures ocp 0.2.107 to adapt to many kinds of systems.
1498+
\`configure' configures ocp 0.2.108 to adapt to many kinds of systems.
14991499

15001500
Usage: $0 [OPTION]... [VAR=VALUE]...
15011501

@@ -1561,7 +1561,7 @@ fi
15611561

15621562
if test -n "$ac_init_help"; then
15631563
case $ac_init_help in
1564-
short | recursive ) echo "Configuration of ocp 0.2.107:";;
1564+
short | recursive ) echo "Configuration of ocp 0.2.108:";;
15651565
esac
15661566
cat <<\_ACEOF
15671567

@@ -1796,7 +1796,7 @@ fi
17961796
test -n "$ac_init_help" && exit $ac_status
17971797
if $ac_init_version; then
17981798
cat <<\_ACEOF
1799-
ocp configure 0.2.107
1799+
ocp configure 0.2.108
18001800
generated by GNU Autoconf 2.71
18011801

18021802
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2682,7 +2682,7 @@ cat >config.log <<_ACEOF
26822682
This file contains any messages produced by compilers while
26832683
running configure, to aid debugging if configure makes a mistake.
26842684

2685-
It was created by ocp $as_me 0.2.107, which was
2685+
It was created by ocp $as_me 0.2.108, which was
26862686
generated by GNU Autoconf 2.71. Invocation command line was
26872687

26882688
$ $0$ac_configure_args_raw
@@ -3655,20 +3655,20 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
36553655

36563656

36573657
cat >>confdefs.h <<_ACEOF
3658-
#define DLLVERSION `printf 0x%04x%02x%02x 0 2 107`
3658+
#define DLLVERSION `printf 0x%04x%02x%02x 0 2 108`
36593659
_ACEOF
36603660

36613661
MAJOR_VERSION=0
36623662

36633663
MINOR_VERSION=2
36643664

3665-
PATCH_VERSION=107
3665+
PATCH_VERSION=108
36663666

36673667
printf "%s\n" "#define OCP_MAJOR_VERSION 0" >>confdefs.h
36683668

36693669
printf "%s\n" "#define OCP_MINOR_VERSION 2" >>confdefs.h
36703670

3671-
printf "%s\n" "#define OCP_PATCH_VERSION 107" >>confdefs.h
3671+
printf "%s\n" "#define OCP_PATCH_VERSION 108" >>confdefs.h
36723672

36733673

36743674

@@ -15938,7 +15938,6 @@ printf "%s\n" "#define HAVE_CXX11 1" >>confdefs.h
1593815938
then :
1593915939
printf "%s\n" "#define HAVE_CXX11 1" >>confdefs.h
1594015940

15941-
1594215941
fi
1594315942

1594415943
fi
@@ -19332,7 +19331,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1933219331
# report actual input values of CONFIG_FILES etc. instead of their
1933319332
# values after options handling.
1933419333
ac_log="
19335-
This file was extended by ocp $as_me 0.2.107, which was
19334+
This file was extended by ocp $as_me 0.2.108, which was
1933619335
generated by GNU Autoconf 2.71. Invocation command line was
1933719336

1933819337
CONFIG_FILES = $CONFIG_FILES
@@ -19396,7 +19395,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1939619395
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1939719396
ac_cs_config='$ac_cs_config_escaped'
1939819397
ac_cs_version="\\
19399-
ocp config.status 0.2.107
19398+
ocp config.status 0.2.108
1940019399
configured by $0, generated by GNU Autoconf 2.71,
1940119400
with options \\"\$ac_cs_config\\"
1940219401

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([MAJOR_VERSION], [0])
22
m4_define([MINOR_VERSION], [2])
3-
m4_define([PATCH_VERSION], [107])
3+
m4_define([PATCH_VERSION], [108])
44
AC_INIT([ocp],[MAJOR_VERSION.MINOR_VERSION.PATCH_VERSION],[[email protected]])
55
AC_DEFINE_UNQUOTED(DLLVERSION, `printf 0x%04x%02x%02x MAJOR_VERSION MINOR_VERSION PATCH_VERSION`)
66
AC_SUBST([MAJOR_VERSION], [MAJOR_VERSION])

0 commit comments

Comments
 (0)