From: leslie Date: Tue, 6 Oct 2009 23:59:50 +0000 (+0800) Subject: update files for release X-Git-Tag: 0.9.3~1 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=daa46987850d8cad3648fe569e71094e29f21947;p=sasc-ng.git update files for release --- diff --git a/HISTORY b/HISTORY index e6454b7..1aa4387 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,21 @@ VDR Plugin 'sc' Revision History -------------------------------- +07.10.2009: Version 0.9.3 +- Ported from Emunation: + * Improve msg handling in cardclient newcamd + * Add support for seca provider 64 (spain) + * A bunch of Nagra updates, mainly map related + * fix CAID range in smartcard Nagra +- Ported from oscam (R127): + * Add pin handling in smartcard Conax + * Update ECM handling in smartcard Seca + * Update ECM/EMM handling in smartcard Viaccess +- Fix large file options for TSplay patch +- Various bugfixes and translation updates. +- The 0.9.x branch is now frozen, only bugfixes will be applied. +- For a detailed list of changes, refer to the HG changelog. + 04.07.2009: Version 0.9.2 - Restructure of smartcard code. Configuration has been moved to cardslot.conf. See cardslot.conf.example file. diff --git a/version.h b/version.h index a0a353f..523d06e 100644 --- a/version.h +++ b/version.h @@ -20,7 +20,7 @@ #ifndef ___VERSION_H #define ___VERSION_H -#define SC_RELEASE "0.9.2" +#define SC_RELEASE "0.9.3" extern const char *ScVersion;