Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13615 closed enhancement (fixed)

mpg123-1.26.1

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor release.

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

1.26.1

  • Fix cmake build by actually including the read_api_version file in the distro.
  • Fix big-endian build, stupid omission of a variable declaration, semicolon.
  • Silence a harmless warning for build without realtime priority.

1.26.0

Starting to intentionally use C99 in the codebase. API headers are still supposed to be compatible to C89.

  • There is a make check target now with some simple tests. It is an open question how that should be developed in relation to the external regression and compliance test suite.
  • Finally silenced memory checkers about leaking memory from getlopt() (main code overwriting values without freeing strdup() strings).
  • AUTHORS now in UTF-8;-)
  • CMake build files in ports/cmake, as an alternative to create MSVC project files and the like
  • Default build with proper integer rounding (--enable-int-quality) now.
  • Cygwin/midipix autoconf fixes.
  • Updated Windows build script, notably renaming .dll.def to .def. Requires an argument now for build type, an optional one for parallel make (not that useful on MinGW).
  • Rework library dependency handling to avoid unnecessary linking for lib*123. Also add proper Libs.private to .pc files to enable static usage (especially on Windows with shlwapi).
  • Updated support for OS/2 in the form of ArcaOS.
  • Removed outdated Pascal port (ports/mpg123_.pas). There are others out there.
  • Updated man pages, been a while.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23227.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.