SHA256
1
0
forked from pool/qmmp

Accepting request 222236 from home:RedDwarf:branches:multimedia:apps

- Update to 0.7.5
  * fixed case sensitivity while checking file extensions (tnanks to Ryota Shimamoto)
  * fixed special global keys support under the win32 platform
  * fixed latest cmake support
  * fixed initial position of the equalizer volume slider
  * fixed clang warnings
- Update to 0.7.4
  * added Galician translation (Óscar Pereira)
  * added ffmpeg 2.1 support
  * added m3u8 playlist extension
  * improved ReplayGain support:
    - fixed 24/32 bit mode
    - added clipping to prevent overflow
  * improved cdaudio plugin:
    - added Windows support
    - added track cache
    - fixed proxy support
  * fixed localization of the wildmidi plugin
  * fixed case sensitivity while checking file extensions
  * fixed gcc 4.8 warnings
  * fixed memory leak
  * fixed several Windows-only bugs:
    - fixed parsing of the m3u files with backslashes
    - fixed problem with absolute paths
    - fixed adding files from command line under Windows
    - fixed Meta/Win modifier in the global hotkey plugin
  * fixed Japanese translation (RyōTa SimaMoto)

OBS-URL: https://build.opensuse.org/request/show/222236
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=47
This commit is contained in:
2014-02-15 10:08:53 +00:00
committed by Git OBS Bridge
parent d78dc3d7a1
commit 5f5ba9d834
4 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Feb 13 14:04:01 UTC 2014 - reddwarf@opensuse.org
- Update to 0.7.5
* fixed case sensitivity while checking file extensions (tnanks to Ryota Shimamoto)
* fixed special global keys support under the win32 platform
* fixed latest cmake support
* fixed initial position of the equalizer volume slider
* fixed clang warnings
- Update to 0.7.4
* added Galician translation (Óscar Pereira)
* added ffmpeg 2.1 support
* added m3u8 playlist extension
* improved ReplayGain support:
- fixed 24/32 bit mode
- added clipping to prevent overflow
* improved cdaudio plugin:
- added Windows support
- added track cache
- fixed proxy support
* fixed localization of the wildmidi plugin
* fixed case sensitivity while checking file extensions
* fixed gcc 4.8 warnings
* fixed memory leak
* fixed several Windows-only bugs:
- fixed parsing of the m3u files with backslashes
- fixed problem with absolute paths
- fixed adding files from command line under Windows
- fixed Meta/Win modifier in the global hotkey plugin
* fixed Japanese translation (RyōTa SimaMoto)
-------------------------------------------------------------------
Thu Oct 3 14:03:30 UTC 2013 - reddwarf@opensuse.org