From 33e3f670af0c4a9d15e139313f4fab976cb5243c Mon Sep 17 00:00:00 2001 From: leslie Date: Sat, 9 Feb 2008 13:19:09 +0100 Subject: [PATCH] update files for release --- HISTORY | 21 +++++++++++++++++++++ README | 5 +++-- version.h | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 438c22b..36f83fb 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,27 @@ VDR Plugin 'sc' Revision History -------------------------------- +09.02.2008: Version 0.9.0 +- NOTE: the versioning scheme has been changed. All releases (regardless if even + or odd minor) are considered stable. Unstable development is in HG only. +- Updated keys are now written back to the SoftCAM.Key file. If the keyfile is + modified externaly it will be re-read. Introduce new cache files ecm.cache & + tps.cache. ca.cache is obsolete now. +- All config files are expected to be located in the "sc" subdir of the plugin + config directory now. Removed commandline option -c. +- A bunch of changes to the Nagra2 code, including 0501 maprom, 0101 map 29, 97W + hack, fixed HW_SECURITY and map timings. +- Fixed Viaccess TPS AU. +- Added dedicated housekeeping thread. +- Display (important) user messages on the OSD (if enabled in setup). +- Various updates to testing code. +- Fixed Makefile default target. +- Fixed gcc 4.x warnings. +- Added patch for DVB multiproto driver. +- Updated finnish and french translations. + +------------------------------------------------------------ + 18.01.2008: Version 0.8.7 - Several changes to the Nagra2 code including HW reg mapper, map cycle counts, 0501 AU, 0101 auxed map57, tableless map3e and new build system. diff --git a/README b/README index 710c7e8..8eba99a 100644 --- a/README +++ b/README @@ -191,8 +191,9 @@ for this directory, as the plugin will create cache files there. The keyfile must be named "SoftCam.Key". Any updated keys are saved back to this file. At this the structure of the file (e.g. comments) is preserved as far as -possible. Updated key are inserted near to the old one (which is commented out), -while new keys are inserted close to the top of the file. +possible. Updated key are inserted near to the old one (there is a setup option +to selected if the old key is commented out or deleted), while new keys are +inserted close to the top of the file. For Irdeto, Seca and Viaccess AU you need valid subscription card data, which have to be located in the files "Ird-Beta.KID", "Seca.KID" or "Viaccess.KID". diff --git a/version.h b/version.h index 9201345..569c4ff 100644 --- a/version.h +++ b/version.h @@ -20,7 +20,7 @@ #ifndef ___VERSION_H #define ___VERSION_H -#define SC_RELEASE "0.9.0pre" +#define SC_RELEASE "0.9.0" extern const char *ScVersion; -- 2.39.5