bump version trunk 0.10.2
authornathan
Tue, 29 Dec 2009 11:04:46 +0100
branchtrunk
changeset 36244d48301acc
parent 35 efc694fccc45
child 37 b31be95d6678
bump version
HISTORY
version.h
     1.1 --- a/HISTORY	Tue Dec 29 10:57:29 2009 +0100
     1.2 +++ b/HISTORY	Tue Dec 29 11:04:46 2009 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  VDR Plugin Revision History
     1.5  ---------------------------
     1.6  
     1.7 -..2009: Version 0.10.2 (vdr 1.6.0-2)
     1.8 +29.12.2009: Version 0.10.2 (vdr 1.6.0-2)
     1.9  - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
    1.10    reporting.
    1.11  - Fixed possible division by zero in libsndfile decoder.
    1.12 -- Fixed some gcc 4.x warnings.
    1.13 +- Fixed varoius warnings with never gcc versions.
    1.14  - Added commandline option for a user defined default background image.
    1.15  - Added OGG streaming support. Implemented by Manuel Reimer.
    1.16  - Made the handling of song information (e.g. ID3) UTF-8 aware. The infocache
    1.17 @@ -23,6 +23,7 @@
    1.18  - Removed compatibility with VDR versions < 1.4.5.
    1.19  - Added italian translations.
    1.20  - Updated french and russian translations.
    1.21 +- For detailed changes please refer to the HG history.
    1.22  
    1.23  27.08.2007: Version 0.10.1 (vdr 1.4.7 / 1.5.9)
    1.24  - Fixed segfault in MP3 infocache purge on plugin exit.
     2.1 --- a/version.h	Tue Dec 29 10:57:29 2009 +0100
     2.2 +++ b/version.h	Tue Dec 29 11:04:46 2009 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  /*
     2.5   * MP3/MPlayer plugin to VDR (C++)
     2.6   *
     2.7 - * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     2.8 + * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     2.9   *
    2.10   * This code is free software; you can redistribute it and/or
    2.11   * modify it under the terms of the GNU General Public License
    2.12 @@ -23,7 +23,7 @@
    2.13  #define ___VERSION_H
    2.14  
    2.15  #define PLUGIN_NAME    "VDR-MP3"
    2.16 -#define PLUGIN_RELEASE "0.10.1"
    2.17 +#define PLUGIN_RELEASE "0.10.2"
    2.18  
    2.19  extern const char *PluginVersion;
    2.20