Skip to content

Releases: lipnitsk/libcue

v2.3.0

10 Oct 20:43
Compare
Choose a tag to compare

What's Changed

libcue (2.3.0)
[Vlad Stulikov, Vasiliy Sazonov]

  • Bug fix - no EOF handling

[Kevin Backhouse]

  • Fix CVE-2023-43641

Full Changelog: v2.2.1...v2.3.0

libcue 2.2.1

02 May 00:54
Compare
Choose a tag to compare

[Ilya Lipnitskiy]

  • cmake: Check for __attribute__ format

[Fabrice Fontaine]

  • cmake: Don't check for C++ presence as libcue is C-only

[Thomas Petazzoni]

  • cmake: Don't force SHARED when building the library

libcue 2.2.0

08 Nov 06:47
Compare
Choose a tag to compare

[Tom M]

  • cmake: Use GNUInstallDirs and don't hard-code install paths (PR #12)

[John Lindgren]

  • cmake: Set RUNTIME to CMAKE_INSTALL_BINDIR (issue #13)

[Wolfgang Hotwagner]

  • Fix memory corruption in cue_scanner.l (PR #15)

[John Fitzgerald]

  • Use MAXINDEX instead of MAXTRACK when indexing INDEX entries
  • Allow for 100 INDEX entries
  • Replace fprintf(3) to stdout with printf(3)

[Ilya Lipnitskiy]

  • pkgconfig: Use dynamic directories from GNUInstallDirs
  • Port 99 track fix from cuetools and add a test case

libcue 2.1.0

15 Apr 05:33
Compare
Choose a tag to compare
  • Add FLAC token support (issue #9)
  • Clean up static vars in the parser to prevent double frees (issue #10)

libcue 2.0.1

25 Feb 07:47
Compare
Choose a tag to compare
[Peter Lemenkov]
* Rename buffer to yy_buffer

[Ilya Lipnitskiy]
* Create the libcue/libcue.h symlink for compatibility

libcue 2.0.0

16 Feb 01:06
Compare
Choose a tag to compare
    [John Lindgren]
    * Parse REM GENRE lines

    [Svyatoslav Mishyn]
    * Clean up time conversion functions

    [Ilya Lipnitskiy]
    * Add Travis-CI support

    * Move exported function declarations to libcue.h. Change default
      symbol visibility to hidden. Only export parsing and accessor
      functions. Make functions more const-correct

    * Add support for noncompliant CUEs produced by EAC

    * Return -1 instead of 0 for unknown values

    * Refactor CUE INDEX parsing to set pregap and previous track length
      correctly

    * Add tests for various CUE formats

    * Move the project from automake to cmake

    * Clean up the changelog

libcue 2.0.0-rc1

01 Jan 15:32
Compare
Choose a tag to compare
libcue 2.0.0-rc1 Pre-release
Pre-release
v2.0.0-rc1

Update ChangeLog

v1.4.0: major bugfixes:

30 Dec 21:10
Compare
Choose a tag to compare
* force make to *not* build things in parallel since this tends to mess things up

* fix compiler warning: input() defined but not used

* new flex behaviour: explicitly enable yylineno usage

* possible fix for compilation problems on win32