summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-22 20:21:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-22 20:21:30 +0200
commit37acfbd3720ff25da5104a92c7bb29b58a6ecf5a (patch)
treedc5b72d1fc0aa7727de5762a448f18816873d624 /HISTORY
parente7cd3f0b33d991d10c540c4fd9d6bca66938784c (diff)
downloadvdr-37acfbd3720ff25da5104a92c7bb29b58a6ecf5a.tar.gz
vdr-37acfbd3720ff25da5104a92c7bb29b58a6ecf5a.tar.bz2
Fixed detecting the inclusion of STL header files in tools.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 2 insertions, 7 deletions
diff --git a/HISTORY b/HISTORY
index aee5047b..ab1a20ff 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9035,13 +9035,6 @@ Video Disk Recorder Revision History
- No longer setting a new timer's remote host name if "SVDRP peering" is turned off.
- Fixed a double deletion of a cTimer in case HandleRemoteModifications() returned
false (thanks to Johann Friedrichs).
-- Added the macro VDR_NO_STL_PROTOTYPES to tools.h (thanks to Jasmin Jessich). For
- some reason the STL developers decided to remove the macro __STL_CONFIG_H, so VDR
- can no longer automatically determine whether an STL header file has been included.
- If you use the STL and get error messages regarding template functions defined in
- VDR's tools.h, you can insert
- #define VDR_NO_STL_PROTOTYPES
- before including tools.h.
- Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() instead.
- Fixed setting the local machine's SVDRP host name (was overwritten if setup.conf
contained an empty string). The SVDRP host name is now only written to setup.conf
@@ -9060,3 +9053,5 @@ Video Disk Recorder Revision History
the respective commands with an '@' and inserting '@echo XX $@' (where XX is one
of the character combinations listed above) before the command.
The newplugin script has also been modified accordingly.
+- Fixed detecting the inclusion of STL header files in tools.h (thanks to Jasmin
+ Jessich).