Changes between Initial Version and Version 1 of Ticket #10061


Ignore:
Timestamp:
11/22/2017 04:21:14 PM (7 years ago)
Author:
Douglas R. Reno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10061 – Description

    initial v1  
    11New major version
     2
     3{{{
     4version 1.0.0
     52017-11-21  Thanksgiving
     6
     7- Remove deprecated items:
     8   * OS/2 driver (never really was supported)
     9   * BSDI driver remnants
     10   * mmc_isrc_track_read_subchannel
     11   * CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER
     12   * CdioList, CdioListNode
     13- Apple Darwin OS X -> macOS
     14- Subdir objects breaks symbol versioning. See https://savannah.gnu.org/bugs/?49907
     15- Handle bad iso 9660 better. Fixes Savannah bug https://savannah.gnu.org/bugs/?52091
     16- Apple (High) Sierra compatiablity
     17- NetBSD patches
     18- Fixes for Rock Ridge SUSP (Thomas Schmitt)
     19- Reduce MinGW compilation warnings
     20- Add asserts to test memory allocations and misc bug fixes (Pete Batard)
     21- Enable CD drivers on current and future versions of FreeBSD and macOS,
     22  so we do not have to add every new OS version explicitly. (Robert Kausch)
     23- Cross-compiling friendliness (Ozkan Sezer)
     24- Small texinfo doc fixes (Wieland Hoffmann)
     25- Simplify making doc from autogen.sh
     26- Bug fix for https://savannah.gnu.org/bugs/?45015 (Thomas Schmitt)
     27- Bug fixes for #45017,#52265, and #52264
     28- Add more compiler warning flags, i.e. -Wshadow, -Wundef, ...
     29- Reduce numerous memory leaks (more though remain)
     30}}}