diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 08:57:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 08:57:42 +0200 |
commit | 7da1dc6e1df129d0c04b3904c97d7544d7a3c88d (patch) | |
tree | 040d9d318be255eaaf501e38b80bc0c819100846 /HISTORY | |
parent | a5c2af72778b26b5b51fc9327bb4f5e01b5ed2da (diff) | |
download | vdr-7da1dc6e1df129d0c04b3904c97d7544d7a3c88d.tar.gz vdr-7da1dc6e1df129d0c04b3904c97d7544d7a3c88d.tar.bz2 |
Fixed some function headers to make them compile with gcc 3.x
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1286,7 +1286,13 @@ Video Disk Recorder Revision History - Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be given any more. -2002-05-17: Version 1.1.3 +2002-05-18: Version 1.0.3 + +- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer). +- Fixed some function headers to make them compile with gcc 3.x (thanks to + Gregoire Favre). + +2002-05-18: Version 1.1.3 - Improved the VDR Makefile to avoid a warning if the '.dependencies' file does not exist, and also using $(MAKE) to call recursive makes. @@ -1296,3 +1302,5 @@ Video Disk Recorder Revision History - Improved the plugin Makefile to avoid a warning if the '.dependencies' file does not exist, and also using $(shell...) to get the version numbers. If you already have started a plugin project, you may want to change this in your Makefile accordingly. +- Fixed some function headers to make them compile with gcc 3.x (thanks to + Gregoire Favre). |