]> www.vanbest.org Git - sasc-ng.git/commitdiff
update files for release 0.9.0
authorleslie <unknown>
Sat, 9 Feb 2008 12:19:09 +0000 (13:19 +0100)
committerleslie <unknown>
Sat, 9 Feb 2008 12:19:09 +0000 (13:19 +0100)
HISTORY
README
version.h

diff --git a/HISTORY b/HISTORY
index 438c22bdd46c4fb59cc7644b866da9052a76d560..36f83fb24822c12540ee716cdae655fe58681cfa 100644 (file)
--- 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 710c7e83b41d8ca701aec76dd652f968dbcafd29..8eba99a15356134ce30277da875ec383a27c6bed 100644 (file)
--- 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".
index 9201345f9636e0eb5360309aff68632544e6209a..569c4ffc55f50012e4a2b60f6a8599bbe7bd7c00 100644 (file)
--- 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;