# HG changeset patch # User nathan # Date 1262081086 -3600 # Node ID 244d48301accc0f4375e4f767d11d51a692c4e68 # Parent efc694fccc45b97da1dee7481263296efb5f04d7 bump version diff -r efc694fccc45 -r 244d48301acc HISTORY --- a/HISTORY Tue Dec 29 10:57:29 2009 +0100 +++ b/HISTORY Tue Dec 29 11:04:46 2009 +0100 @@ -1,11 +1,11 @@ VDR Plugin Revision History --------------------------- -..2009: Version 0.10.2 (vdr 1.6.0-2) +29.12.2009: Version 0.10.2 (vdr 1.6.0-2) - Fixed a segfault while direct song selection. Thanks to Halim Sahin for reporting. - Fixed possible division by zero in libsndfile decoder. -- Fixed some gcc 4.x warnings. +- Fixed varoius warnings with never gcc versions. - Added commandline option for a user defined default background image. - Added OGG streaming support. Implemented by Manuel Reimer. - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache @@ -23,6 +23,7 @@ - Removed compatibility with VDR versions < 1.4.5. - Added italian translations. - Updated french and russian translations. +- For detailed changes please refer to the HG history. 27.08.2007: Version 0.10.1 (vdr 1.4.7 / 1.5.9) - Fixed segfault in MP3 infocache purge on plugin exit. diff -r efc694fccc45 -r 244d48301acc version.h --- a/version.h Tue Dec 29 10:57:29 2009 +0100 +++ b/version.h Tue Dec 29 11:04:46 2009 +0100 @@ -1,7 +1,7 @@ /* * MP3/MPlayer plugin to VDR (C++) * - * (C) 2001-2007 Stefan Huelswitt + * (C) 2001-2009 Stefan Huelswitt * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -23,7 +23,7 @@ #define ___VERSION_H #define PLUGIN_NAME "VDR-MP3" -#define PLUGIN_RELEASE "0.10.1" +#define PLUGIN_RELEASE "0.10.2" extern const char *PluginVersion;